Scripts

TwitterFacebook
Get flash to fully experience Pearltrees
http://beyondmoney.net/resource-links/e-c-riegel-%e2%80%93-master-of-monetary-truth/

E. C. Riegel – Master of Monetary Truth « Beyond Money

Throughout my career as a monetary transformer, I have drawn heavily upon the profound and insightful writings of E. C. Riegel (b. 1878; d. 1954). As I wrote in one of my books, I’ve learned more about money from Riegel than from any other source.
http://wwwsearch.sourceforge.net/mechanize/#examples Stateful programmatic web browsing in Python, after Andy Lester’s Perl module WWW::Mechanize . The examples below are written for a website that does not exist ( example.com ), so cannot be run. There are also some working examples that you can run. import re import mechanize br = mechanize.Browser() br. open ( "http://www.example.com/" ) # follow second link with element text matching regular expression response1 = br.follow_link(text_regex= r"cheese\s*shop" , nr= 1 ) assert br.viewing_html() print br.title() print response1.geturl() print response1.info() # headers print response1.read() # body

mechanize

https://webarchive.jira.com/wiki/display/Heritrix/Heritrix

Heritrix - Heritrix - IA Webteam Confluence

This is the public wiki for the Heritrix archival crawler project. Heritrix is the Internet Archive's open-source, extensible, web-scale, archival-quality web crawler project. Heritrix (sometimes spelled heretrix, or misspelled or mis-said as heratrix/heritix/ heretix/heratix) is an archaic word for heiress (woman who inherits).
Sphider is a popular open-source web spider and search engine. It includes an automated crawler, which can follow links found on a site, and an indexer which builds an index of all the search terms found in the pages. It is written in PHP and uses MySQL as its back end database (requires version 4 or above for both).

a php spider and search engine

http://www.sphider.eu/about.php

Free PHP URL shortener script that kicks ass

http://briancray.com/posts/free-php-url-shortener-script/ Written by Brian Cray on August 26th, 2009 After seeing some of the other coding approaches to personal short URL services, I decided to write my own PHP URL shortener script and share it with the world. Benefits
http://www.shauninman.com/archive/2009/08/17/less_n I recently purchased shaun.in (ooh, dynamically generated SVG).

Lessn // ShaunInman.com