~/binpython beangen.py < Bean.java
Some photos: Talk, Part 1 and Talk, Part 2. Thanks to Stefan Koegl for the photos.
Parse your public trophy list from PSN with Python:
Sorry, could not resist.
Derek Bruening's
dclick.cpp patched for a
path separator fix: dclick.cpp.
Different ways to display shell commands in html
Two useful commands to add to your .vimperatorrc (use with :WebArchive or :GoogleCache):
command WebArchive execute ":open http://web.archive.org/*/" + buffer.URL command GoogleCache execute ":open http://webcache.googleusercontent.com/search?q=cache%3A" + escape(buffer.URL)
Another useful Vimperator command:
command YTShort execute ":echo buffer.URL.replace(new RegExp('www.youtube.com/watch[?]v=\([^&]*\).*'), 'youtu.be/$1')"
Control GStreamer filters in a pipeline using a gamepad (tested with DualShock 3 and RumblePad 2) for effects: joystick-gstreamer.py