Code

Here are some code samples hosted on GitHub.

jQuery and Javascript sample External Page
PL/SQL Sample External Page
Perl code sample External Page
At iCrossing we frequently received XML file feeds from clients which contained characters of mixed formats, instead of pure ASCII. Mixed in with plain ASCII we might find WinLatin-1, ISO-8859-1, extended ASCII, or UTF-8. This script analyzes every character to give a tally of how many of each character set type are present.
Some jUnit Test code External Page
Some PHP object oriented data structure code External Page
This is the PHP object code that stores my resume information, and is used in rendering the 'Resume' page on this site.
Java eNum object sample External Page