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:
- slow
- probs when it finds a down machine
- difficult to modify for other labs
pscan v1:
- lauches (3* number of machines) processes
- probs when it finds a down machine
- difficult to modify for other labs
pscan v2:
- lauches (4* number of machiens) processes
- overflows proc table at times.
- difficult to modify for other labs
pscan v3: (under development) feature list:
- will use a perl based finger program to reduce number of proces to be launched to one or two per machine.
- will use files to determine which machines to scan
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.