TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Sam (sameer_sam)
Return to profile of Sam (sameer_sam)
View texts not yet raced by Sam (sameer_sam)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import urllib2 import json screen_name = "wordpress" url = "...
38.35
1.0621
0.1730
246
5
33.06
2023-09-28
2.
import string from random import * characters = string.ascii...
36.79
1.1814
-0.0029
190
3
35.06
2023-09-29
3.
import os import sys def run(program, *args): pid = os.fork(...
35.73
1.0473
0.1025
154
2
34.43
2023-09-28
4.
function calculateArea(width, height) { try { var area = ...
35.63
1.0366
0.1150
301
1
35.63
2023-09-28
5.
import urllib2 import urllib import json url = "http://ajax....
35.10
0.9776
0.1584
438
5
29.37
2023-09-29
6.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
34.95
0.9234
0.2073
236
2
33.03
2023-09-28
7.
input("\n\nPress the enter key to exit.") # waits for the us...
34.94
1.1984
-0.0915
85
3
32.10
2023-09-28
8.
/** Loop waiting for a connection and a valid command */ whi...
34.40
1.0448
0.0703
445
2
33.20
2023-09-27
9.
import random min = 1 max = 6 roll_again = "yes" while roll_...
34.32
1.1383
-0.0385
272
2
32.74
2023-09-27
10.
(publish :path "/hello-count" :content-type "text/html" :fun...
33.97
0.9487
0.1551
356
2
30.26
2023-09-28
11.
import random n = random.randint(1, 99) guess = int(raw_inpu...
33.48
1.1067
-0.0348
388
3
32.89
2023-09-28
12.
public class HelloWorld { public static void main(String[] ...
32.63
1.0599
-0.0081
143
1
32.63
2023-09-28
13.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
31.67
0.9849
0.0364
183
1
31.67
2023-09-28
14.
/* Read a set of characters from the socket */ StringBuffer ...
30.93
1.0042
-0.0040
542
1
30.93
2023-09-23
15.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
30.77
0.9386
0.0504
256
4
28.34
2023-09-28
16.
import re import sys import urllib2 import BeautifulSoup usa...
28.51
0.9803
-0.0575
344
2
27.01
2023-09-28
17.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
26.56
0.9215
-0.0636
78
2
26.10
2023-09-28
18.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
22.54
1.0518
-0.3196
152
1
22.54
2023-09-22