Last Updated | File name | Description |
![]() | BaseServlet.java | Base servlet class |
![]() | AddPicData.java | Servlet class for sizing and loading pictures into the album. Note normally run as command line though. |
![]() | ViewSourceServlet.java | Servlet class to allow viewing of source files otherwise compiled by the server. (Used right here.)In fact you can view almost any source file for this site with this servlet to see how this site works. Obviously files with passwords in them or other sensitive data are not viewable.See the java doc for more info. |
Last Updated | File name | Description |
![]() | MenuDataForm.java | Form class that holds the information about an album menu. |
![]() | menu.jsp | JSP for viewing an album menu. |
![]() | EditMenuAction.java | Action class for displaying a menu. |
Last Updated | File name | Description |
![]() | MainFrame.java | Main class of a simple timesheet program using AWT and Swing. |
Last Updated | File name | Description |
![]() | TimeCommanderPlus.java | Main thread in an interface to a home controler I'm working on. |
![]() | EchoProcessor.java | One of the task threads in an interface to a home controler I'm working on. |
Last Updated | File name | Description |
![]() | bm2db.C | Bookmarks to DB converter. |
![]() | db_io.C | DB interface code. |
![]() | db_io.h | Header file for above. |
![]() | gen_attrldif2.C | Utility for generating test data. This one is a bit iffy since I wrote it while at IBM but since I wrote it just to make my life easier I doubt they will mind. |
![]() | bm2js.c | Converts Netscape bookmark file directly into Javascript data file used by my dynamic hotlist menu (jmenu). |
Last Updated | File name | Description |
![]() | mtop3.html | Routines that write the jmenu menu. |
Last Updated | File name | Description |
![]() | upcmvc.sh | Compares local copy of source tree against version control system and generates a script for checking it changes. |
Last Updated | File name | Description |
![]() | showHot.pl | Script for displaying a defect report as a web page. |
![]() | showHot.sh | Same as above but in korn shell instead of perl. |
Last Updated | File name | Description |
![]() | index.php | Script for displaying my barncam pics in time order. |
![]() | afunctions.php | Subroutines used in photo album pages. |
![]() | menu.php | Photo Album menu page. |