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...
90.03
1.1814
0.1590
190
18
68.23
2025-09-15
2.
input("\n\nPress the enter key to exit.") # waits for the us...
82.90
1.1984
0.0359
85
25
65.95
2025-09-09
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
78.15
1.1383
0.0252
272
22
65.45
2025-09-11
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
77.79
1.1067
0.0515
388
18
67.54
2025-09-12
5.
import os import sys def run(program, *args): pid = os.fork(...
77.16
1.0473
0.1015
154
27
64.26
2025-09-21
6.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
74.76
1.0518
0.0613
152
22
65.78
2025-09-17
7.
import urllib2 import json screen_name = "wordpress" url = "...
74.73
1.0621
0.0505
246
16
61.04
2025-09-19
8.
public class HelloWorld { public static void main(String[] ...
73.19
1.0599
0.0298
143
24
61.46
2025-09-19
9.
function calculateArea(width, height) { try { var area = ...
71.85
1.0366
0.0331
301
20
62.21
2025-09-01
10.
/* Read a set of characters from the socket */ StringBuffer ...
69.89
1.0042
0.0364
542
21
60.92
2025-09-18
11.
import urllib2 import urllib import json url = "http://ajax....
67.90
0.9776
0.0333
438
20
57.61
2025-09-12
12.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
67.75
1.0060
0.0027
467
17
57.17
2025-09-15
13.
/** Loop waiting for a connection and a valid command */ whi...
67.49
1.0448
-0.0400
445
17
62.04
2025-09-19
14.
import std; int main() { std::println("Hello World!"); }
65.91
0.9810
0.0003
56
21
54.33
2025-09-21
15.
import re import sys import urllib2 import BeautifulSoup usa...
65.03
0.9803
-0.0121
344
20
55.53
2025-09-21
16.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
63.92
0.9180
0.0337
264
23
52.90
2025-09-17
17.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
63.83
0.9234
0.0269
236
18
53.76
2025-09-10
18.
(publish :path "/hello-count" :content-type "text/html" :fun...
61.17
0.9487
-0.0380
356
24
51.91
2025-09-21
19.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
60.85
0.9215
-0.0155
78
14
49.96
2025-09-11
20.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
60.80
0.9386
-0.0334
256
19
54.33
2025-09-19
21.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
60.02
0.9849
-0.0913
183
14
55.26
2025-09-18
22.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
58.14
0.8513
0.0143
179
20
49.57
2025-08-31