Just a list of various code things I have done. Nothing special.
  • Random Poetry: A couple of scripts that generates the random poetry seen on my blog. It is due for a major overhaul soon.
    Download -- README

  • RC4 Implementation (ciphersaber): An implementation of the RC4 encryption algorithm in C. Written to participate in the CipherSaber project
    View Source

  • jRendezvous implementation: An implementation of the Rendezvous specification in Java. Developed by StrangeBerry [strangeberry.com]. I just added a patch from macdevcenter.com and put together a build.xml ant script. Plus, I can't seem to find the package on StrangeBerry's site, so I thought I would mirror here.( update: It appears the project was renamed and can be found at sourceforge
    Download