talideon.com

Serving the Reality-based Community since 1979

Projects

Name Description
Cards A C library for checking if a debit or credit card number is well-formed. I wrote it because I needed one, and there were none written in C or C++ out there. It’s also more comprehensive and flexible than the ones written in other languages. It requires a compiler that supports flexible arrays, that is, one that supports C99. GCC 3.4 and after will do just fine.
ElementNode A small Java library for making building XML documents simpler.
FusionWiki A wiki! Written in ColdFusion! Will these wonders never cease!
House A visualisation of Dail Eireann
IniFile A reader for Windows INI files.
ksig Random signature generator for use with Mutt and possibly other email clients.
Open Command Prompt Here A small Windows registry hack extending the context menu so you can open a command prompt in the folder you’ve selected.
Irish Ping Proxy A proxy allowing Planet Journals, IrishBlogs.ie, and various other Irish weblog aggregators to be pinged together through a single form.
PLGX A simple DHTML-based presentation engine.
Q-BAL An esoteric programming language. Not my work, but I host it here.
Textuality A text markup processor similar in spirit to Markdown capable of running on ColdFusion 5 and after.
XMLParser An extremely thin, but very useful C++ wrapper around the James Clark’s expat XML parser.