TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Anton (twisted_8)
Return to profile of Anton (twisted_8)
View texts not yet raced by Anton (twisted_8)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import random min = 1 max = 6 roll_again = "yes" while roll_...
73.37
1.1383
0.1232
272
3
63.40
2026-02-13
2.
import string from random import * characters = string.ascii...
71.48
1.1814
0.0477
190
8
63.67
2026-04-15
3.
import random n = random.randint(1, 99) guess = int(raw_inpu...
68.12
1.1067
0.0646
388
7
61.10
2026-02-18
4.
input("\n\nPress the enter key to exit.") # waits for the us...
67.88
1.1984
-0.0312
85
5
53.59
2026-01-16
5.
public class HelloWorld { public static void main(String[] ...
67.33
1.0599
0.0978
143
5
57.28
2026-02-18
6.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
67.19
1.0518
0.1035
152
7
55.11
2026-02-20
7.
function calculateArea(width, height) { try { var area = ...
64.52
1.0366
0.0728
301
10
54.04
2026-02-20
8.
/** Loop waiting for a connection and a valid command */ whi...
62.95
1.0448
0.0376
445
7
57.02
2026-02-01
9.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
61.05
0.9849
0.0648
183
4
56.03
2026-04-10
10.
import re import sys import urllib2 import BeautifulSoup usa...
60.36
0.9803
0.0576
344
8
50.93
2026-04-10
11.
import urllib2 import json screen_name = "wordpress" url = "...
60.27
1.0621
-0.0258
246
4
52.78
2026-04-10
12.
import std; int main() { std::println("Hello World!"); }
58.08
0.9810
0.0176
56
2
47.13
2026-01-25
13.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
57.41
0.9386
0.0485
256
5
44.01
2026-03-03
14.
import os import sys def run(program, *args): pid = os.fork(...
54.34
1.0473
-0.1130
154
2
48.15
2026-01-19
15.
(publish :path "/hello-count" :content-type "text/html" :fun...
54.17
0.9487
-0.0173
356
5
48.32
2026-01-16
16.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
50.35
1.0060
-0.1403
467
1
50.35
2026-01-26
17.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
49.69
0.9234
-0.0690
236
3
44.42
2024-05-30
18.
/* Read a set of characters from the socket */ StringBuffer ...
49.41
1.0042
-0.1546
542
2
46.79
2024-05-05
19.
import urllib2 import urllib import json url = "http://ajax....
49.08
0.9776
-0.1337
438
6
47.30
2026-01-25
20.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
48.48
0.8513
-0.0177
179
8
38.90
2026-02-20
21.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
43.50
0.9215
-0.1735
78
3
39.54
2026-03-03
22.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
42.30
0.9180
-0.1907
264
3
37.76
2024-11-20