More Code
I have begun the process of migrating my source code repositories from SVN to Git, and placing the public versions of these repositories on GitHub. In addition, there are several projects that only exist in Git.
Bookmarks
This is my personal bookmark organizer, as a replacement for using del.icio.us. It is partially inspired by Jeremy Keith's home-grown bookmarking as well as Pinboard. In its earliest stages, it was a Perl CGI application built with the CGI::Application framework, but I have since switched it to a PSGI application using Plack that runs on Starman.
The production version of this is running at http://bookmarks.echodin.net/. The main list page is designed to be loaded as a browser sidebar in Firefox.
FLACrip
This is my collection of idiosyncratic tools for managing my CD collection. It includes tools to rip from CD to FLAC files, and for getting and using metadata from MusicBrainz, for converting from FLAC to MP3 or WAV, and for burning the FLAC files back to CDs with (hopefully) perfect round-tripping of the table of contents.
Script Formatter
Takes a Shakespearean script formatted as a spreadsheet and produces nicely formatted output.
Recipe Cards
A simple set of scripts and stylesheets for converting a text format for writing recipes into nicely formatted PDF files suitable for printing. It inserts such typographical niceties as vulgar fractions, en dashes for numerical ranges, and degree and inch symbols instead of textual abbreviations.
Source code (GitHub) • Source code (Archived)
Text::FormBuilder
See Text::FormBuilder on the CPAN.
Source code (GitHub) • Archived source code
MP3::Find
See MP3::Find on the CPAN.
Source code (GitHub) • Archived source code
Tie::Scalar::Timestamp
See Tie::Scalar::Timestamp on the CPAN.