top of page

A few heart picked things I wrote a while ago

Due to obfuscation, dust and sheer bad luck, some of them may need some kickin'
The Incredible Code

​​
(2012) An attempted fusion of the old "The Incredible Machine" game with a "Programming Game". XNA 4 is a prerequisite.

 

Was done during the week off between my work at Soluto and Taboola.

 

Download

MakeRoom

​​
(2010) Wrapped in a beautiful UI, MakeRoom points out in a matter of seconds who are the biggest free space hoggers on your machine. It does so by scanning the NTFS drives on the machine, accumulating file sizes into folder sizes and keeping track of heavy folders.

 

Was done during a saturday of cleaning up my hard drive. MFT API was done a week earlier while investigating windows API.

 

Download [From MajorGeeks !]

Boards

​​
(2008) A designer for logical gates. Allows building any schema and emulating its logical changes. You can build anything from a simple Mux to a full blown RAM (In the image) and then encapsulate it to a tiny gate for your new Schema.

 

​Was done because I was too lazy to draw my home work for my professor. I ended up handing him the assignment as a saved file along with my program :)

 

Download

Graphs

​​

(2005) A designer for graphs. Allows creating different types of graphs and emulating different algorithm executions. Graphs can be generated with various parameters such as control of direction, vertices and edges.

 

Again, It was done because I was too lazy to draw my home work for my professor. I ended up handing him the assignment as a saved file along with my program :)

 

Download

 

Functions

​​

(2005) An IDE for creating complex functions. The IDE allows defining functions with recursions and complex (unusuall) operands. Full coloring, auto-complete and real-time rendering. The full canvas view allows manipulation and interrogation of the drawn functions.

 

Was done to satisfy my curiousity about unusuall operands and the collatz problem. Go ahead and try to bitwise a trigo function with a polynomial one...

 

Download

Mp3Together

​​

(2005) A fusion of media player and file transfer utility. A connection is made between two peers and then every Mp3 which is dropped on the player is played in both peers machines and both peers get an indication of the other peer's song position (To hear stuff together).

 

Was done for a friend with a great music taste so we could pass time by introducing each other to new music and hearing it together.

 

Download

bottom of page