TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Silmon121 (silmon)
Return to profile of Silmon121 (silmon)
View texts not yet raced by Silmon121 (silmon)
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...
95.41
1.1814
0.0317
190
50
74.02
2026-01-16
2.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
93.19
1.0518
0.1331
152
44
70.96
2026-01-16
3.
input("\n\nPress the enter key to exit.") # waits for the us...
92.62
1.1984
-0.0207
85
44
71.53
2026-01-14
4.
import std; int main() { std::println("Hello World!"); }
87.84
0.9810
0.1359
56
37
60.03
2026-01-15
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
86.67
1.1067
-0.0047
388
44
73.31
2026-01-10
6.
function calculateArea(width, height) { try { var area = ...
83.93
1.0366
0.0306
301
38
65.88
2026-01-16
7.
import random min = 1 max = 6 roll_again = "yes" while roll_...
81.96
1.1383
-0.0962
272
50
68.99
2026-01-15
8.
import urllib2 import json screen_name = "wordpress" url = "...
81.43
1.0621
-0.0267
246
45
67.42
2026-01-14
9.
public class HelloWorld { public static void main(String[] ...
81.36
1.0599
-0.0254
143
41
64.46
2026-01-16
10.
/* Read a set of characters from the socket */ StringBuffer ...
80.66
1.0042
0.0214
542
42
65.30
2026-01-14
11.
import os import sys def run(program, *args): pid = os.fork(...
80.61
1.0473
-0.0223
154
49
66.51
2025-12-24
12.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
75.69
0.9386
0.0238
256
49
59.72
2026-01-16
13.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
75.55
0.9234
0.0372
236
45
60.38
2026-01-04
14.
import re import sys import urllib2 import BeautifulSoup usa...
73.46
0.9803
-0.0463
344
40
59.54
2026-01-11
15.
(publish :path "/hello-count" :content-type "text/html" :fun...
72.68
0.9487
-0.0246
356
40
56.07
2026-01-15
16.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
72.09
1.0060
-0.0894
467
35
62.47
2026-01-05
17.
/** Loop waiting for a connection and a valid command */ whi...
72.08
1.0448
-0.1283
445
35
64.23
2026-01-15
18.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
70.53
0.9849
-0.0881
183
33
59.59
2026-01-09
19.
import urllib2 import urllib import json url = "http://ajax....
70.22
0.9776
-0.0847
438
35
61.01
2026-01-14
20.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
69.74
0.9215
-0.0348
78
34
54.26
2026-01-12
21.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
68.45
0.9180
-0.0477
264
40
56.90
2026-01-04
22.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
67.18
0.8513
0.0029
179
40
55.07
2025-12-22