Imagine Cup 2008

Today I walked around with a big smile on my face. Yesterday the team ‘Four Elements’ won the Dutch Imagine Cup 2008. This means they may represent the Netherlands in the worldwide finals next July. But why am I posting this? Well, I have coached the team from day 1…

Mandelbrot in PHP

After reading up on SkyLined’s post I thought it might be nice to try some in PHP…

Command line version of JSSh

I’ve created a command line version of JSSh, should you find need for it like I did…

256b JavaScript demos

Everybody that has a fascination with computers and programming will have seen “demos”; programs intended to show off some cool graphics that are supposed to be the cutting edge of what’s possible in that specific language…

Chimera code

Chimera code is code that can be interpreted in more than one language. I’ve mostly found it useful when I want to have a file interpreted in one language, but for some reason that is not always easy to do. An example of this is JavaScript in a web-browser; you cannot just load it, you need an HTML file to load your script…