Friendfeed contact categorizer
This Perl script sorts your Friendfeed contacts according to reciprocation, i.e. it shows who are your mutual subscriptions, only subscribers, and only subscriptions. Because this script doesn't authenticate with Friendfeed, it doesn't work on users with private feeds.
( Read more...Collapse )
( Read more...Collapse )
Perl script to merge/convert EasyGPS binary .loc files and Geocaching .loc files
This script reads waypoints from any number of EasyGPS binary .loc and Geocaching .loc files on the command line (wildcards supported in DOS/Windows), combines all those waypoints, and sends the result in Geocaching .loc format to standard output.
This is useful if you are using an older version of EasyGPS to edit waypoint files but wish to convert and merge waypoint files into the Geocaching .loc format for use in newer versions of EasyGPS.
Note: gcmerge.pl produced incorrect UTF-8 output until I installed XML::SAX. I do not know why it was broken before but this is worth a try if EasyGPS complains about invalid characters in the Geocaching .loc format output from this script.
Update 1/25/2010: Added support for reading GPX files.
Update 2/25/2010: Slurp in entire waypoint files and implement buffering ourselves for speed.
( Read more...Collapse )
This is useful if you are using an older version of EasyGPS to edit waypoint files but wish to convert and merge waypoint files into the Geocaching .loc format for use in newer versions of EasyGPS.
Note: gcmerge.pl produced incorrect UTF-8 output until I installed XML::SAX. I do not know why it was broken before but this is worth a try if EasyGPS complains about invalid characters in the Geocaching .loc format output from this script.
Update 1/25/2010: Added support for reading GPX files.
Update 2/25/2010: Slurp in entire waypoint files and implement buffering ourselves for speed.
( Read more...Collapse )
Post Daily Weigh-ins to a Google Spreadsheet
This Perl script posts a daily weigh-in to a Google Spreadsheet. You have to create a "Daily Weigh-ins" spreadsheet before the first time you run this script. After that, it adds a row to the weight table every time you run it.
( Read more...Collapse )
( Read more...Collapse )
Import Delicious bookmarks into Evernote.
This Perl script takes an export file from Delicious and imports the bookmarks into Evernote, creating one note for each bookmark. This script is slow if you have a large number of bookmarks because it has to create the notes one at a time. I hope the Evernote API will one day support batch note creation.
Customize this script by adding your Evernote API consumer key and secret before you use it.
( Read more...Collapse )
Customize this script by adding your Evernote API consumer key and secret before you use it.
( Read more...Collapse )
Twitter List lister
This Perl script outputs a list of users that a Twitter List is following. Use this script to save your Twitter Lists in case you need to recreate those one day.
( Read more...Collapse )
( Read more...Collapse )
Twitter contact categorizer (with cursor-based pagination)
This Perl script works like Twitter Karma in that it sorts your Twitter contacts into groups according to whether they are mutual friends, friends only, or followers only.
This version of the script uses cursor-based pagination instead of page-based pagination.
( Read more...Collapse )
This version of the script uses cursor-based pagination instead of page-based pagination.
( Read more...Collapse )
Simple Woot-watching Perl Script
This is a Perl script that outputs periodically the name, price, percent sold, and number of comments of the current item up for sale at woot.com. It has a few options for customization. Run woot.pl -? to see those. This script needs the LWP and XML::Parser::Lite::Tree modules.
( Read more...Collapse )
( Read more...Collapse )
Sudoku Solver in Python for Google App Engine
This Sudoku Solver is written for Google App Engine. It requires jQuery for AJAX but everything else it needs is provided by App Engine.
( Read more...Collapse )
( Read more...Collapse )
Adocu client in Perl script
Adocu is a nanoblogging service. It is similar to Twitter, except that it limits your status update to one word. This script posts a status to Adocu. See the embedded POD at the end of the script for details on Adocu login configuration.
( Read more...Collapse )
( Read more...Collapse )