A Google Apps Script custom function that facilitates importing a remote CSV file into your Google Sheets document. It provides for basic HTTP auth traversal.
JavaScript
A solution for logging basic messages to the Rollbar monitoring service from a Perl application. Lightweight alternative to WebService::Rollbar::Notifier.
Perl
I recently gave up on image gallery plugins for WordPress. They come with extra overhead, they do too many things I don’t need, and they don’t do enough of what I want. Furthermore, I dislike how WordPress organizes content. I want control, automation, and a beautiful layout. This project provides utilities for Dan Schlosser’s PIG.js to fully automate generation of image thumbnails and directory structure. It includes an optional plugin for WordPress, to enable creation of PIG-powered galleries using simple shortcodes.
PerlPHPJavaScriptHTML
Fanyi is a simple translation script that employs the free Microsoft Translator API in order to translate a newline-separated text file, line by line, into almost any language. Supports an exclusion list for brand names and other untranslatable entities. I wrote the script to facilitate an internationalization proof-of-concept.
Perl
A URL-shortener that you can build into your Playground Plus talker.
C
Air traffic control simulator project. Calculates X, Y coordinates and altitude for incoming flights; regulates descent speed and diversions; and tracks planes in flight with a web interface.
RubyJavaScriptCSSHTML
Modification to the NextGEN Gallery WordPress plugin to enable showing of image titles in the thickbox modal overlay. This hack modifies gallery.php to add an image description title attribute.
PHP
Excel doesn’t natively support MS Project-style work breakdown structure (WBS) numbering in outline format (1.1.1, 1.1.2, etc.). This function lets you use a spreadsheet like a project plan by automatically generating WBS numbers.
Excel VBA