Welcome to my mad professor playground. When I was small and had big hair, I used to spend my days making things out of Lego, plasticine and dubiously shaped action figures. This is the result.

jmIrc
jmIrc is an IRC client for J2ME mobile phones. The client has a very large feature set and because of optimizing, it's the smallest IRC MIDlet around (thus far). This fork allows for Japanese input support via JIS/SJIS.
jmIrc.jad (Sorry, this page is only in Japanese)


Complex Calculator
A CLI calculator which does arithmetic on complex numbers. It has an accumulator which holds a complex value which is displayed at all times. You can perform any of the operations which appear in the menu.
complex_calculator.zip


Social Network Simulator
A CLI program which will model a simple social network (Twitter) where "messagers" can send messages to other messagers which are "following" it. The simulation will interact with itself, creating a random sequence of communicated events.
social_network.zip