Downloads

c2xx_memory_status.c

A GNU/Linux tool for checking the status of the memory controller on Intel C2xx based motherboard. The primary use for this tool is verifying whether ECC is enabled.

Mandelbrot in javascript

A couple of years ago when Benoit Mandelbrot died, I constructed this mandelbrot rendering javascript in memoriam. Perhaps not the most fitting tribute, but fun to write. It also reminds me of how fast computers have become, rendering a mandelbrotset (with a naive algorithm) took ages on my 486DX 33MHz, now it's instantanious, even in javascript.

WAV(RIFF) Remover

A small tool for extracting the contents of a WAV(RIFF) file. Usefull for stripping the headers from an MP3 WAV file. The zip contains the source code as a Visual Studio 2010 project.