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

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

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!