Jargon Browser

I am currently working/debuging on a cgi-bin script to read standard documentation (the jargon file in paticular) and put it in a nice htmlized form. To try it out, click here.
The code is also available here.

CGI-Maze

I am deveolping a cgi-bin that allows you to walk through a maze. Still under development. This has been surpased by a java applet which (in my opinion) does a better job. Source and applet here.

Misc Java

Misc Java applets I have written.
listing

CGI Quiz

Something I wrote in an evening and a morning. I am working on makeing it much more complete. Information about it is available here.

CGI Blockade

This cgi-bin allows a user to make pages that have certain segments of text not visable for certain sites or subnets. It is possible to make a page that is only visable from one machine, or one subnet, or all but one subnet. Code available here.

Sig Randomizer with Template

I have gotten tired of all of the sig randomizers that just append to the bottom of the .sig. Thus, I am writing one that takes a template and allows you to designate areas that the sig should go into it and minor formating prefs. The code is available here.

CGI Restrict

For use with limiting access to a page a certain number of times. The user would log in with a name and password, and then would be able to access pages only a certain number of times. To be used with quizes and tests.

Machine searcher

Ever try to find a person in a lab of 80 machines?
I have a script that will do it for the machines in the lab for the CS department here (Madison, Wisconsin). A few problems with the diffrent versions:
scan: pscan v1: pscan v2: pscan v3: (under development) feature list:

Majhongg -- Curses & AI

Working on developing a curses based Majhongg program. Currently have a poor AI which plays a non-curses version. It plays surprisingly well.