Kyle's Java Projects

On this part of my website you can find some Java programs and and snippets of code that I have written. There isn't all that much here right now, but maybe there is something that intrests you. These are mostly little programs I have written for myself, and they should all work, however, useage of these programs is at your own risk. All programs/source code is in the public domain unless otherwise noted.

KGDBot includes a framework for writing IRC bots. Also included is a sample bot called SecretWord bot, which plays a simple game. Finally, and probably most useful, there is an IRC bot which is extensible through a plugin system. This is one of the first real projects I have worked on, so also included in there project are poor programming practices, and most likely a few bugs. The documentation is the source code, however it is somewhat commented. If you are having problems getting it to work pay attention to the logger output, it may be helpful. Good luck :) An ant build file is now included. Dowload KGDBot.tar.gz (Beta 0.0.5, Source code only). Download binary. (Updated 03/20/11)

ARC4 is an implementation of the RC4 stream chiper written in Java. Download ARC4.java (Updated 12/02/2010).