mat (netman)

Race #1

View Pit Stop page for race #1 by netmanGhost race

View profile for mat (netman)

Official speed 39.01 wpm (46.76 seconds elapsed during race)
Race Start June 26, 2011 1:49:36am UTC
Race Finish June 26, 2011 1:50:23am UTC
Outcome No win (1 of 1)
Accuracy 90.0%
Points 0.00
Text #10006 (Length: 152 characters)

print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data)