Catfish Webserver
The Catfish Webserver is a small secure webserver written in Java. It started as a university project. The goal was initially to write a proxy server that could modify the pages piped through it. I later realized that a full webserver is not that much different. The main use is as a webserver for the Conquer-Space.net online game (http://www.conquer-space.net).
IRC Interface & Client
Status
Working, sort of. Not updated for a long time.
Abstract
An IRC client library and actual user interface.
History
It was originally written by me (Ulf Ochsenfahrt), Sara Adams and Johannes Maslowski. We wanted to connect the Conquer-Space.net online game to an IRC server, so players can get game notifications in realtime. The base client library therefore allows complete programmatic control. The user interface has been written later and was used to test the library. It has mainly been used as a plugin and was therefore written with AWT and Java 1.1 in mind.
Prerequisites
- Java 1.1 (can be run as a plugin), Java 1.4 is recommended
Download
jMath Function Visualizer
Status
Working. Not updated for a long time.
Abstract
A 2d function visualizer, i.e. it draws mathematical functions. It supports only a very restricted set of operations.
History
Originally written as a course project for a University course. It's quiet nice for function visualization and I am still using it every now and then.
Prerequisites
- Java 1.4 (might work with earlier versions, but don't count on it)