TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for (timjeffery44)
Return to profile of (timjeffery44)
View texts not yet raced by (timjeffery44)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import string from random import * characters = string.ascii...
80.57
1.1814
0.3197
190
5
68.95
2019-05-24
2.
input("\n\nPress the enter key to exit.") # waits for the us...
71.69
1.1984
0.1185
85
4
54.34
2019-05-11
3.
public class HelloWorld { public static void main(String[] ...
61.84
1.0599
0.1138
143
6
49.67
2019-05-14
4.
import os import sys def run(program, *args): pid = os.fork(...
59.56
1.0473
0.0820
154
8
48.92
2019-05-10
5.
/** Loop waiting for a connection and a valid command */ whi...
58.21
1.0448
0.0748
445
4
52.90
2019-05-22
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
57.68
1.1067
-0.0007
388
5
54.66
2019-10-14
7.
import random min = 1 max = 6 roll_again = "yes" while roll_...
57.46
1.1383
-0.0452
272
1
57.46
2019-05-14
8.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
57.20
1.0518
0.0418
152
4
48.55
2019-05-11
9.
/* Read a set of characters from the socket */ StringBuffer ...
55.76
1.0042
0.0785
542
3
49.96
2019-05-11
10.
import urllib2 import json screen_name = "wordpress" url = "...
51.33
1.0621
-0.0751
246
3
47.36
2019-05-11
11.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
49.17
0.9180
0.0158
264
5
44.69
2019-05-22
12.
(publish :path "/hello-count" :content-type "text/html" :fun...
48.66
0.9487
0.0045
356
2
48.10
2019-05-24
13.
import urllib2 import urllib import json url = "http://ajax....
46.80
0.9776
-0.0306
438
1
46.80
2019-05-22
14.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
45.90
0.9234
-0.0385
236
4
42.65
2019-05-24
15.
function calculateArea(width, height) { try { var area = ...
44.23
1.0366
-0.1637
301
1
44.23
2019-05-03
16.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
43.90
0.9849
-0.1441
183
2
40.53
2019-05-10
17.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
41.74
0.9215
-0.1101
78
3
37.44
2019-05-07
18.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
40.47
0.9386
-0.1721
256
1
40.47
2019-08-24
19.
import re import sys import urllib2 import BeautifulSoup usa...
40.13
0.9803
-0.1733
344
1
40.13
2019-05-03