| Friday, March 27th, 2009 |
| 1:42 pm |
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... ) |
| Friday, August 22nd, 2008 |
| 4:21 pm |
|
| Wednesday, June 11th, 2008 |
| 6:04 pm |
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... ) |
| Wednesday, April 9th, 2008 |
| 3:51 am |
|
| Wednesday, January 23rd, 2008 |
| 10:59 pm |
|
| 10:50 pm |
|
| Friday, August 3rd, 2007 |
| 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... ) |
| 12:53 am |
|
| 12:41 am |
|
| Friday, April 13th, 2007 |
| 12:55 am |
|
| 12:47 am |
|
| Thursday, April 12th, 2007 |
| 2:40 pm |
|
| 2: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... ) |
| Thursday, January 18th, 2007 |
| 2:12 am |
|
| Thursday, November 2nd, 2006 |
| 11:18 am |
|
| 11:15 am |
|
| 11:11 am |
|
| Thursday, August 24th, 2006 |
| 11:54 pm |
K-Meleon web search macros In toolbars.cfg:
Main Bar {
.
.
.
Search{
luamacros(GoogleSearch)|Web Search
Search
toolhot.bmp[5]
}
.
.
.
}
In menus.cfg:
Web Search{
luamacros(GoogleSearch, Search Google)
luamacros(A9Search, Search A9)
luamacros(DictSearch, Search Dictionary.com)
luamacros(BaiduSearch, Search Baidu)
luamacros(MWSearch, Search Merriam-Webster)
luamacros(WikiSearch, Search Wikipedia)
luamacros(IMDBSearch, Search IMDB)
luamacros(BlogSearch, Search Blog)
}
In accel.cfg:
CTRL G = luamacros(GoogleSearch)
Lua code:( Read more... ) |
| 11:48 pm |
|
| 11:41 pm |
|