Projects
Packet Screensaver[6/06]
Written in C# and managed DirectX, this screensaver visualizes packets traveling to and from your computer.
Unfortunately, since I don’t run Windows anymore, I have stopped all development on this project. I do have an installer that you can use to see the screensaver for yourself. Be warned, the version of the screensaver that gets installed has a memory leak, so don’t run it very long. I highly suggest running the latest version of the screensaver from the subversion trunk because it contains a fix for the memory leak and has better support for older graphics cards.
PacketScreensaver at Google Code
Springfield Weather Google Homepage Gadget [5/31/06]This Google Gadget is for the Google Personalized Homepage. It shows the current doplar radar image of Springfield.To add the gadget to your page, go to www.google.com/ig, click Add Content, click Add By URL, then use the URL below.
http://www.tastetheflavor.com/~jcummins/radar.xml
Bomberman [Spring '06]

Bomberman is a game a classmate and I wrote for our Operating Systems (CSC 460) final project. It emulates the classic Bomberman, but with a twist. It’s multiplayer! This game will support up to 16 networked players. Requires Java 1.5.x.
Syntax: java -jar BombermanServer.jar [UDP port] [map] [game start delay]
Syntax: java -jar BombermanClient.jar [server] [UDP port] [player name] [team name]
Bomberman Specifications
BombermanServer.jar
BombermanClient.jar
Bomberman Maps
Bomberman Source Code
Bomberman rocked and so does the gadget! Got any cool ideas that I could use for a screensaver?