Code
Here are some code samples hosted on GitHub.
-
jQuery and Javascript sample
-
PL/SQL Sample
-
Perl code sample
- 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
-
Some PHP object oriented data structure code
- 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