background
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