15 Dec 2006 IainLowe   » (Observer)

I added a Quick Search to Firefox today and thought I'd share it. Just create a new bookmark, set the location to the following code snippet (removing any line-breaks your browser added):

javascript:x=new
String(%s+'a');while(x.length<5){x=newString('0'+x)};x=x.substring(0,x.length-1);document.location.href='http://www.python.org/dev/peps/pep-'+x+'/'

And set the keyword to pep. Now you can type

pep <pep-number>
in your location bar to be taken to the corresponding Python Enhancement Proposal.

Fun, eh?

Latest blog entries     Older blog entries

New Advogato Features

FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!