2007-08-03

randomfox: (Default)
2007-08-03 12:41 am

Perl Scripts for User Stats on the 10 Million Photos Flickr Group

These scripts generate a Top N list for users in the 10 Million Photos Flickr group.

1. ApiKey.pm, a short module containing the API key:

Read more... )

2. TenCommon.pm, functions shared by all the scripts:

Read more... )

3. runten2.pl, scan the group pool and update the database incrementally:

Read more... )

4. tenshort.pl, use Flickr API to correct the stats for the Top 150 and produce the report:

Read more... )

5. tenconvert.pl, convert from old flatfile database to SQLite:

Read more... )
randomfox: (Default)
2007-08-03 12:53 am

AutoHotkey macros for copying and converting coordinates

This macro (Alt-S) takes a set of coordinates, whether in dd.ddddd format or in dd mm.mmm format, from the clipboard and pastes it into a form in a number of formats. Alt-Shift-S brings up a GUI dialog box allowing you to choose a paste format.

Read more... )
randomfox: (Default)
2007-08-03 12:57 am

Postcrossing Stats by Country

This script parses the postcards sent/received pages from Postcrossing and produces a table showing the number of postcards received from each country ranked by postcard count. It can differentiate between the sent page and the received page so you don't have to tell it which one it is processing.

Read more... )