Conway's Life · v0.1
beta ·
May 04, 2004Conway's Life in Java using Swing.
Knight's Tour · v0.1
alpha ·
Feb, 2005An inefficient (and probably buggy) implementation of the Knight's Tour in java.
PHP Serialize · v0.1
pre-alpha ·
May 19, 2004My attempt one boring day to write something in java that would
serialize and unserialize things in PHP's serialization format
(similar to what i did with perl).
However, i don't like java to begin with, and i think that strongly typed
languages are a joke, so i didnt really spend too much time on this.
However, unserialize() kinda sorta works.
GUI XML Editor · v0.1
beta ·
May 04, 2004GUI XML Editor written using Swing and JDOM.