DBench benchmarks a number of key/value databases against various Java maps (Hashtable, etc). The databases include Redis, MongoDB, Voldemort. With time, I hope to include Riak, MySQL/Drizzle, and shared hash tables through Terracotta.
git clone http://git.genaud.net/DBench.git
A go client (ancient board game known as weiqi in China, go or igo in Japan, and baduk in Korea) client that runs entirely client side. The URL maintains the state and history of the game, so it can be stored and sent by email. Start a new game: intro, small, 13x13, 19x19.
git clone http://git.genaud.net/go.git
My home configuration shared by several machines (some public) including Linux and Cygwin on Windows. Just backup your .bashrc and .bash_profile files, clone and move the files into your home directory (note, most files are .-dot files).
git clone http://git.genaud.net/home.git
A very simple web server (static pages content only) written in Java. (less than 8 kb).
git clone http://git.genaud.net/httpServer.git
Javascript class template, with private, public, and prototype visibility. A short explanation and jsUnitTests.
git clone http://git.genaud.net/jsClass.git
A sad case where git did not save me from myself and I deleted a week of work and heartbroken, simply gave up. Two earlier versions: 0.9.3 and 0.9.0. This was my all in one script for dealing with ClearCase and git simultaneously. It made working with ClearCase bearable. Furtunately, I no longer work with ClearCase and will not likely update this project. Another tree perhaps worth checking out over a github.
git clone http://git.genaud.net/git-cc.git
Condensed weather reports received from various airports (METAR, TAF). While most of the airports are in Greenland, it is easy to add new airports with only a few variables (ICAO four letter airport code, timezone, etc). Commited 2010, but code was written primarily three years ago (for CPH/EKCH Copenhagen).
git clone http://git.genaud.net/wind.git