TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Evilenx (evilenx)
Return to profile of Evilenx (evilenx)
View texts not yet raced by Evilenx (evilenx)
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...
91.55
1.1984
0.2311
85
8
70.55
2026-05-31
2.
public class HelloWorld { public static void main(String[] ...
77.04
1.0599
0.1430
143
6
62.77
2026-05-31
3.
import os import sys def run(program, *args): pid = os.fork(...
75.87
1.0473
0.1374
154
4
64.01
2026-05-24
4.
import string from random import * characters = string.ascii...
72.99
1.1814
-0.0417
190
13
61.90
2026-02-10
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
72.58
1.1067
0.0266
388
10
67.36
2026-05-31
6.
import urllib2 import urllib import json url = "http://ajax....
71.34
0.9776
0.1363
438
7
55.32
2026-05-24
7.
import re import sys import urllib2 import BeautifulSoup usa...
69.19
0.9803
0.1000
344
10
57.95
2026-05-31
8.
function calculateArea(width, height) { try { var area = ...
68.59
1.0366
0.0344
301
3
62.98
2026-04-30
9.
import std; int main() { std::println("Hello World!"); }
68.27
0.9810
0.0850
56
6
54.30
2026-05-31
10.
/* Read a set of characters from the socket */ StringBuffer ...
67.97
1.0042
0.0571
542
9
61.73
2026-04-30
11.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
66.97
1.0518
-0.0061
152
4
58.11
2026-04-30
12.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
66.61
0.9849
0.0552
183
7
53.59
2026-01-12
13.
import random min = 1 max = 6 roll_again = "yes" while roll_...
66.13
1.1383
-0.1057
272
5
61.35
2026-01-17
14.
/** Loop waiting for a connection and a valid command */ whi...
63.17
1.0448
-0.0584
445
5
55.76
2026-02-10
15.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
61.81
0.9386
0.0265
256
8
51.72
2026-02-06
16.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
61.64
0.8513
0.1112
179
6
49.74
2026-05-31
17.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
59.59
1.0060
-0.0755
467
6
52.91
2026-05-17
18.
(publish :path "/hello-count" :content-type "text/html" :fun...
58.44
0.9487
-0.0362
356
8
50.97
2026-05-14
19.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
58.34
0.9180
-0.0071
264
8
54.18
2026-05-24
20.
import urllib2 import json screen_name = "wordpress" url = "...
58.15
1.0621
-0.1541
246
5
54.98
2026-01-12
21.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
57.98
0.9234
-0.0181
236
6
52.17
2026-05-14
22.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
57.26
0.9215
-0.0274
78
3
49.01
2026-01-10