TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for an (clockworkman)
Return to profile of an (clockworkman)
View texts not yet raced by an (clockworkman)
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...
48.44
1.1814
0.3447
190
6
38.28
2024-09-09
2.
input("\n\nPress the enter key to exit.") # waits for the us...
48.02
1.1984
0.3077
85
5
39.23
2024-07-22
3.
import os import sys def run(program, *args): pid = os.fork(...
42.91
1.0473
0.3047
154
8
35.14
2024-09-08
4.
import std; int main() { std::println("Hello World!"); }
38.79
0.9810
0.2329
56
4
33.94
2024-09-08
5.
import random min = 1 max = 6 roll_again = "yes" while roll_...
38.04
1.1383
0.0572
272
6
34.38
2024-07-22
6.
(publish :path "/hello-count" :content-type "text/html" :fun...
37.18
0.9487
0.2264
356
7
32.30
2024-09-09
7.
public class HelloWorld { public static void main(String[] ...
36.54
1.0599
0.0896
143
5
31.89
2024-07-20
8.
import urllib2 import json screen_name = "wordpress" url = "...
36.25
1.0621
0.0811
246
4
33.42
2024-07-22
9.
import urllib2 import urllib import json url = "http://ajax....
34.26
0.9776
0.1018
438
4
24.89
2024-09-16
10.
/* Read a set of characters from the socket */ StringBuffer ...
33.54
1.0042
0.0525
542
7
28.95
2024-09-09
11.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
33.45
1.0518
0.0039
152
7
30.38
2024-07-22
12.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
33.44
0.9849
0.0697
183
4
30.98
2024-09-08
13.
function calculateArea(width, height) { try { var area = ...
33.42
1.0366
0.0154
301
4
29.55
2024-09-16
14.
import re import sys import urllib2 import BeautifulSoup usa...
30.61
0.9803
-0.0176
344
5
26.49
2024-09-05
15.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
29.67
0.9386
-0.0055
256
2
26.34
2024-07-08
16.
/** Loop waiting for a connection and a valid command */ whi...
29.49
1.0448
-0.1119
445
2
28.97
2024-06-26
17.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
28.13
0.8513
0.0276
179
5
21.28
2024-07-08
18.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
26.98
0.9215
-0.0733
78
5
20.90
2024-09-08
19.
import random n = random.randint(1, 99) guess = int(raw_inpu...
25.87
1.1067
-0.2922
388
1
25.87
2024-06-22
20.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
24.33
0.9234
-0.1538
236
3
23.43
2024-07-15