projects hosted on
projects.talideon.com

What’s going on here?

This site hosts the source code repositories and Trac instances for various projects of mine.

Source control

I use Bazaar for practically everything, so if you want to do more than just browse the source, or submit bugs, you’ll need to install a copy yourself.

TracBzr isn’t the most stable piece of software, but I hope contribute patches to it as I’m able.

All published Bazaar repositories are available in the repos directory. To branch a repository, issue:

bzr branch http://projects.talideon.com/repos/project-name/

So, to branch AFK, you’d issue:

bzr branch http://projects.talideon.com/repos/afk/

I hope you find at least something here of use to you.

—K.

Trac instances

Trac instances are available for the following projects:

Old projects

Older projects that either haven’t had their repositories deployed, so that I haven’t maintained for a while.

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.
House
A visualisation of Dáil Éireann.
IniFile
A portable reader for Windows INI files written in C++.
PLGX
A simple DHTML-based presentation engine.
XMLParser
An extremely thin, but very useful C++ wrapper around the James Clark’s expat XML parser.