TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for rey_ (airfilled)
Return to profile of rey_ (airfilled)
View texts not yet raced by rey_ (airfilled)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
input("\n\nPress the enter key to exit.") # waits for the us...
102.00
1.1984
0.2527
85
5
81.18
2025-09-14
2.
import string from random import * characters = string.ascii...
90.19
1.1814
0.1017
190
14
71.52
2025-08-13
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
86.91
1.1383
0.0981
272
16
68.80
2025-09-14
4.
public class HelloWorld { public static void main(String[] ...
83.70
1.0599
0.1309
143
17
56.47
2025-09-14
5.
import std; int main() { std::println("Hello World!"); }
81.95
0.9810
0.1849
56
11
56.65
2025-09-14
6.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
78.36
1.0060
0.1088
467
5
63.02
2025-09-14
7.
import urllib2 import json screen_name = "wordpress" url = "...
75.59
1.0621
0.0133
246
14
63.43
2025-09-14
8.
import random n = random.randint(1, 99) guess = int(raw_inpu...
75.42
1.1067
-0.0337
388
15
64.50
2025-09-14
9.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
75.09
1.0518
0.0165
152
12
61.78
2024-09-03
10.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
73.26
0.9386
0.1036
256
13
55.12
2025-09-14
11.
import os import sys def run(program, *args): pid = os.fork(...
71.87
1.0473
-0.0248
154
14
63.23
2025-08-19
12.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
70.04
0.9234
0.0730
236
13
55.20
2025-09-14
13.
function calculateArea(width, height) { try { var area = ...
69.97
1.0366
-0.0412
301
9
61.36
2025-09-14
14.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
66.15
0.8513
0.0898
179
13
47.61
2025-08-19
15.
/** Loop waiting for a connection and a valid command */ whi...
65.29
1.0448
-0.1159
445
12
55.39
2025-04-12
16.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
65.23
0.9215
0.0065
78
13
46.85
2025-09-14
17.
(publish :path "/hello-count" :content-type "text/html" :fun...
65.05
0.9487
-0.0233
356
10
54.52
2025-08-19
18.
import re import sys import urllib2 import BeautifulSoup usa...
65.00
0.9803
-0.0556
344
10
55.15
2024-09-05
19.
import urllib2 import urllib import json url = "http://ajax....
63.69
0.9776
-0.0715
438
5
50.79
2025-06-29
20.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
57.33
0.9849
-0.1693
183
9
50.91
2025-08-13
21.
/* Read a set of characters from the socket */ StringBuffer ...
56.10
1.0042
-0.2061
542
4
50.71
2024-08-18
22.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
52.93
0.9180
-0.1650
264
7
43.19
2024-10-20