Software Projects
This page lists all software projects of which I am the principal author. All projects are hosted on GitHub. If you want to report a bug please use the GitHub issue tracker of the respective project.
libsgfc++ is a cross-platform C++ wrapper library around SGFC, the SGF Syntax Checker & Converter. SGFC is a command line utility written in C that reads and writes SGF (Smart Game Format) files. By wrapping SGFC's functionality, libsgfc++ transforms the command line utility into a reusable software library that makes the functionality available in the form of an object-oriented API.
SgfcKit is an Objective-C wrapper library around libsgfc++, making the combined libsgfc++ / SGFC functionality available to Objective-C clients.
I originally wrote libsgfc++ and SgfcKit so that I could add SGF parsing and writing capabilities to Little Go (which happened in the 1.6.0 release). However, neither of the two libraries is tied to Little Go in any way, both are standalone projects that are perfectly usable by other clients out there.
dgsmonX is a faceless Mac OS X application (i.e. an application that is not visible in the Dock) that monitors the games you have joined on any number of Dragon Go Servers (DGS) and alerts you when it is your turn to move.
Note: dgsmonX is currently unmaintained and no longer works on modern macOS systems.
mkroesti
is a hash generator written in Python. mkroesti
can be used both as a command line utility and as a web tool. It takes an input (e.g. a file, or a password) and generates different kinds of hashes from that input. The hashes to generate are selected by naming them on the command line, or ticking the corresponding checkboxes in the web GUI.
aprmd5
. The main purpose of writing python-aprmd5 in the first place has been to expose the function apr_md5_encode()
, which generates salted crypt-style hashes using a version of the MD5 hash algorithm that was modified especially for the APR project.
AceXpander is a Mac OS X graphical user interface to the
unace
command line utility. With AceXpander installed, you can simply double-click on any ACE archive in the Finder and the contents of the archive will be extracted to a sub-folder of the same folder where the original archive is located. If you launch AceXpander as you would any other application, it provides a couple of other mildly interesting features for handling ACE archives.
Note: AceXpander is no longer maintained. It stopped working long ago when Mac OS X switched to the Intel platform, because the unace
utility that ships with AceXpander is a PowerPC binary. An updated version of the utility is not available because the WinAce project appears to be defunct.