TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Charlie (hobboloydn)
Return to profile of Charlie (hobboloydn)
View texts not yet raced by Charlie (hobboloydn)
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...
74.52
1.1814
-0.0074
190
18
64.96
2026-02-09
2.
input("\n\nPress the enter key to exit.") # waits for the us...
72.21
1.1984
-0.0608
85
12
60.04
2026-02-07
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
70.78
1.1383
-0.0233
272
9
60.97
2026-02-09
4.
public class HelloWorld { public static void main(String[] ...
69.70
1.0599
0.0381
143
8
61.39
2025-05-05
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
67.97
1.1067
-0.0359
388
11
59.40
2026-02-07
6.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
67.80
1.0518
0.0163
152
15
60.24
2026-02-09
7.
import std; int main() { std::println("Hello World!"); }
67.56
0.9810
0.0833
56
10
53.41
2026-02-09
8.
import urllib2 import json screen_name = "wordpress" url = "...
66.66
1.0621
-0.0120
246
13
59.16
2026-02-07
9.
import os import sys def run(program, *args): pid = os.fork(...
65.02
1.0473
-0.0230
154
18
54.30
2026-02-07
10.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
63.92
1.0060
0.0010
467
5
56.76
2026-02-07
11.
function calculateArea(width, height) { try { var area = ...
63.87
1.0366
-0.0304
301
13
54.04
2026-02-09
12.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
63.30
0.9849
0.0123
183
13
52.67
2026-02-07
13.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
62.53
0.9234
0.0617
236
11
51.46
2025-05-12
14.
/** Loop waiting for a connection and a valid command */ whi...
61.90
1.0448
-0.0696
445
12
56.06
2026-02-07
15.
import urllib2 import urllib import json url = "http://ajax....
61.71
0.9776
-0.0054
438
12
51.89
2026-02-07
16.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
61.34
0.9180
0.0483
264
12
47.50
2026-02-07
17.
(publish :path "/hello-count" :content-type "text/html" :fun...
58.73
0.9487
-0.0235
356
14
50.16
2026-02-07
18.
/* Read a set of characters from the socket */ StringBuffer ...
58.70
1.0042
-0.0795
542
9
53.05
2026-02-07
19.
import re import sys import urllib2 import BeautifulSoup usa...
57.90
0.9803
-0.0682
344
15
48.46
2026-02-07
20.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
57.83
0.9215
-0.0105
78
10
47.31
2025-05-12
21.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
52.37
0.9386
-0.1136
256
9
47.66
2026-02-07
22.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
51.74
0.8513
-0.0362
179
11
44.53
2026-02-09