= 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:peichman 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 [http://adactio.com/journal/4197/ home-grown bookmarking] as well as [https://pinboard.in/ Pinboard]. In its earliest stages, it was a Perl CGI application built with the [perldoc:CGI::Application] framework, but I have since switched it to a [perldoc:PSGI] application using [perldoc:Plack] that runs on [perldoc: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. [BookmarksProject More info] • [source:bookmarks Source code] == FLACrip == This is my collection of idiosyncratic tools for managing my CD collection. It includes tools to rip from CD to [https://www.xiph.org/flac/ FLAC] files, and for getting and using metadata from [https://musicbrainz.org/ 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. [source:flacrip Source code] == Script Formatter Takes a Shakespearean script formatted as a spreadsheet and produces nicely formatted output. [https://github.com/peichman/script-formatter Source code (GitHub)] == 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. [github:peichman/recipecards Source code (GitHub)] • [source:recipecards Source code (Archived)] == Text::FormBuilder == See [perldoc:Text::FormBuilder] on the CPAN. [github:peichman/text-formbuilder Source code (GitHub)] • [source:text-formbuilder Archived source code] == MP3::Find == See [perldoc:MP3::Find] on the CPAN. [github:peichman/mp3-find Source code (GitHub)] • [source:mp3-find Archived source code] == Tie::Scalar::Timestamp == See [perldoc:Tie::Scalar::Timestamp] on the CPAN. [github:peichman/tie-scalar-timestamp Source code (GitHub)] == See Also == * [https://svn.echodin.net/ All public SVN repositories] * [github:peichman GitHub repositories] * [github:peichman-umd Professional GitHub repositories] * [https://echodin.net/ More Space]