Current Projects
Old Projects
Simple Programs and Utilities
- C++ String Utilities: String utilities for soundex, metaphone, and levenshtein distance.
- Capturing Signals: Using sun.misc.* package to capture signals in Java.
- Credit Card Enumeration: Java enumeration for determining the type of a credit card number.
- Java iCalendar Class: Java class to create simple iCalendar files.
- Miscellaneous IO Streams: Some custom Java IO streams for working with bits and RLE compression.
- Redirect Page: Simple page to redirect to another page.
- Simple Email: Using sun.net.smtp.* package to send basic emails in Java.
- VT100 Print Stream: Print stream for writing to VT100 terminals.
- Website Check: Checks a set of URL's and sends a report via email.
- XML Schema Validation: Checks an XML file against an XML Schema file to see if it is valid.
- XPath Translator: Simple class to translate XPath statements to SQL.