About
Friends
-
Loading...finkregh about 13 hours ago -
Loading...brei 16 days ago -
Loading...schischa about 20 hours ago -
Loading...EineFragevonStil about 21 hours ago -
Loading...nks 8 days ago -
Loading...dreamside about 4 hours ago -
Loading...zupp about 14 hours ago -
Loading...jessor about 17 hours ago -
Loading...metamurks about 21 hours ago -
Loading...FreXxX 1 day ago - +6
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.
Click here to check if anything new just came in.
March 17 2010
Play fullscreen
Charlie Brooker's Screenwipe - Reality TV Editing
March 14 2010
Da ich gerade HTML-Caching mit Mechanize Implementiere hier mal 2 hilfreiche Links: http://www.mnot.net/cache_docs/ http://redbot.org/
March 12 2010
Play fullscreen
Die Passion Videospiel - Teil 1: Geschichte
March 06 2010
Play fullscreen
Pretty Impressive: (via @nks0ne)
March 03 2010
Play fullscreen
OK Go - This Too Shall Pass - RGM version
March 02 2010
Great: Widescreen Patch for Commandos 2: http://www.widescreengamingforum.com/forum/viewtopic.php?t=16028 one of the best games ever ;)
February 27 2010
Hehe "Mit dem Internet Explorer surfen ist wie mit der D-Mark bezahlen." CRE146 JavaScript http://chaosradio.ccc.de/cre146.html @timpritlove
February 26 2010
Ninja im Supermarkt: http://www.nichtlustig.de/toondb/100224.html .. manchmal ist nichtlustig doch lustig. via @schischa
Play fullscreen
Everythings Amazing & Nobodys Happy
Play fullscreen
The Black Hole
February 25 2010
Monitoring framework 'god': http://god.rubyforge.org/
February 18 2010
Interessantes SSL-Feature: Server Name Indication - http://en.wikipedia.org/wiki/Server_Name_Indication
February 17 2010
Play fullscreen
A Brief History of Pretty Much Everything
February 10 2010
JavaScript: onMouseMove Google Translation
Web
I’m currently updating the article, the code will change soon! I wanted to implement a JavaScript onMouseMove Event, that translates the word under the mouse pointer with the Google Translator. I want to share the following solution. I split this into the following two separate problems: First: Detect word for an onMouseMove Event The onMouseMove Event can listen on [...]
Web
I’m currently updating the article, the code will change soon! I wanted to implement a JavaScript onMouseMove Event, that translates the word under the mouse pointer with the Google Translator. I want to share the following solution. I split this into the following two separate problems: First: Detect word for an onMouseMove Event The onMouseMove Event can listen on [...]
February 09 2010
Congrats Mechanize released 1.0.0! http://mechanize.rubyforge.org/mechanize/
February 08 2010
URL List Sort By Filename
This little script sorts a url list by the filename of an url.
#! /usr/bin/python
import sys
filename = sys.argv[1]
f=open(filename, 'r')
contents=f.read()
url_list = contents.split('\n')
def get_filename(file):
return file[file.rfind('/')+1:]
def filename_compare(x, y):
file_x = get_filename(x)
file_y = get_filename(y)
if file_x > file_y:
return 1
elif file_x == file_y:
return 0
else:
return -1
url_list.sort(filename_compare)
for url in url_list:
if url != '':
print url
February 07 2010
Bar Of Gold
After fighting the urge to turn and run, you enter and find yourself in the Bar of Gold, the most infamous opium den in London. The proprietor is a most unsavory character who gives you a sidelong glance as you enter and then ignores you.
> open etherium
You break open the ampoule. The etherium fumes mix with the heavy air of the opium den. No one seems to notice.
Classic Infocom interactive fiction adventure with the same unique atmosphere and many references to the original Arthur Conan Doyle stories.
The Big Bang Theory without the audience(fyi: it is a live audience _not_ a laugh track!) www.huffingtonpost.com/...
Older posts are this way
If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.

