home
 
 

 
 
 
 
 

 

Here come some samples of my non commercial programming .. to download a demo, just click on the icon. enjoy!


J
avascript stuff

PacMan The pacman game, in javascript. check this out!
Color chooser Dynamically builds up a RGB triangle allowing the user to pick a color. It also displays the color gradient associated with each color.
Plotter Displays a chart with several math function defined by the user. Also has browsing features to navigate through the chart.
Czech exercises A stack cards set for learning czech. tests are customizable, and the stack of the cards is persisted using cookies.

J
ava stuff

Javasis A nice shoot them up in Java. some screenshots also available.
Midpgi A prototype for a plaform game for mobile using j2me.
Lambda Interpreter a lambda calculus interpreter in Java. MiniCalc a convenient calculator in Java SyWiCo for synchronising files between unconnected devices

C
& C++ stuff
ML interpreter An implementation of the ML language, a lisp-like high level language. Still in development.
MiniRegExp A regular expression command line replacement tool; with examples such as C syntax highlighting definition files.
4 x 4 This little c program plays connect 4 against the user, using the well known Minimax algorithm. The user interface is a bit oldish.
VM debugger The VM online debugger for windows. it works on a simple virtual machine (18 instructions only). the spec is available here. Here is also an example of source code for this VM.