2007-04-12

randomfox: (Default)
2007-04-12 02:25 pm

Autohotkey macros for copying coordinates

These two macros take coordinates from the clipboard, whether in dd.ddddd format or in dd mm.mmm format.

Then the first macro pastes dd.ddddd format coordinates into two form fields with 2 tabs separating the fields. The second macro does the same but with 1 tab instead of 2.

Use the first macro for Geosnapper and the second for Streets and Trips.

Read more... )
randomfox: (Default)
2007-04-12 02:40 pm

Perl scripts for users stats on the 10 Million Photos Flickr group

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

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

Read more... )

tenmil.pl, a script that goes through the whole group counting photos:

Read more... )

runten.pl, a wrapper that runs tenmil.pl block by block, retrying if necessary:

Read more... )

tenshort.pl, a script that merges the output from tenmil.pl and updates counts for the top 150 users:

Read more... )