blueeagle (style.my.passion@gmail.com)

Race #20

View Pit Stop page for race #20 by style.my.passion@gmail.comGhost race

View profile for blueeagle (style.my.passion@gmail.com)

Official speed 32.90 wpm (55.44 seconds elapsed during race)
Race Start March 1, 2013 7:09:34pm UTC
Race Finish March 1, 2013 7:10:30pm UTC
Outcome Win (1 of 2)
Accuracy 95.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)