1
2
3
4
javascript:
popw=window.open('','Tarpipe micro-post','width=800,height=150');
popw.focus();
...

JavaScript Tarpipe to twitter, jaiku a...

by griflet, May 31, 2008 00:52, No refactoring, tagged with tarpipe, javascript, bookmarklet, POST

<a href="http://tarpipe.com...

Aae34a7973a8d98e53764a1c89090c55 Talk
1
2
3
4
javascript:(function(){
    var elm = document.getElementsByTagName("img");
    for (var i = 0; i < elm.length; i++) {
...

JavaScript Zoom all image files from s...

by griflet, February 27, 2008 23:49, 4 refactorings, tagged with bookmarklet, friendfeed

This one comes straight fro...

Aae34a7973a8d98e53764a1c89090c55 Talk
1
2
3
4
javascript:

popw='';
...

JavaScript On Mathtex bookmarklet

by griflet, February 17, 2008 03:13

Ok, I've made this one a li...

Aae34a7973a8d98e53764a1c89090c55 Talk
1
2
3
4
javascript:
popw='';
y=window;
...

JavaScript Mathtex bookmarklet

by griflet, February 15, 2008 11:11, 2 refactorings, tagged with bookmarklet, mathtex, latex

Join the lines and save it ...

Aae34a7973a8d98e53764a1c89090c55 Talk
1
2
3
4
<?php
# goto
# 
...

PHP On MediaWiki extension template

by griflet, January 29, 2008 18:47

Hmmm, nice!
And about this...

Aae34a7973a8d98e53764a1c89090c55 Talk
1
2
3
4
<?php
# html
# 
...

PHP MediaWiki extension template

by griflet, January 29, 2008 18:42, 2 refactorings, tagged with mediawiki wiki extension

Here's a nice little templa...

Aae34a7973a8d98e53764a1c89090c55 Talk
1
curl http://www.cnn.com | perl -ne 'm/>([^<>]*?)<\// && print$1."\n"' | sed -e '/^$/d'

Perl On Perl one-liner to extract x...

by griflet, November 20, 2007 18:00

Tested. Works. I also added...

Aae34a7973a8d98e53764a1c89090c55 Talk
1
curl http://www.cnn.com | perl -ne 'm/>([^<].*?[^>])<\// && print$1."\n"'

Perl Perl one-liner to extract x...

by griflet, November 13, 2007 17:19, 3 refactorings, tagged with perl, oneliner, one-liner, xml, tags, html, xhtml

Hello,
I'm a web-scrapping...

Aae34a7973a8d98e53764a1c89090c55 Talk
1
2
3
4
#! /usr/bin/python
""" A python primer. pydoc, doctest and classes.

...

Python Classtemplate

by griflet, October 03, 2007 02:15, 2 refactorings

I'm new to python (and to O...

Aae34a7973a8d98e53764a1c89090c55 Talk