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.
import string from random import * characters = string.ascii...
72.54
1.1814
0.2924
190
4
60.51
2025-03-14
2.
input("\n\nPress the enter key to exit.") # waits for the us...
68.04
1.1984
0.1840
85
3
62.20
2025-03-10
3.
import std; int main() { std::println("Hello World!"); }
63.68
0.9810
0.3128
56
3
52.79
2025-03-13
4.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
61.55
1.0518
0.1987
152
1
61.55
2024-08-08
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
60.21
1.1067
0.1166
388
1
60.21
2025-03-10
6.
/* Read a set of characters from the socket */ StringBuffer ...
58.40
1.0042
0.1823
542
2
55.76
2025-03-10
7.
import urllib2 import json screen_name = "wordpress" url = "...
58.14
1.0621
0.1191
246
2
54.74
2025-03-10
8.
(publish :path "/hello-count" :content-type "text/html" :fun...
55.97
0.9487
0.1884
356
3
51.02
2025-03-13
9.
function calculateArea(width, height) { try { var area = ...
55.60
1.0366
0.0930
301
1
55.60
2024-05-26
10.
/** Loop waiting for a connection and a valid command */ whi...
54.06
1.0448
0.0535
445
1
54.06
2025-03-10
11.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
53.21
0.9849
0.0962
183
2
49.61
2025-03-13
12.
public class HelloWorld { public static void main(String[] ...
53.18
1.0599
0.0206
143
2
51.55
2025-03-13
13.
import urllib2 import urllib import json url = "http://ajax....
52.50
0.9776
0.0890
438
3
51.41
2025-03-13
14.
import re import sys import urllib2 import BeautifulSoup usa...
52.23
0.9803
0.0809
344
1
52.23
2025-03-14
15.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
50.77
0.9234
0.1081
236
2
46.42
2025-03-10
16.
import random min = 1 max = 6 roll_again = "yes" while roll_...
50.59
1.1383
-0.1105
272
1
50.59
2024-08-09
17.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
50.07
0.9386
0.0787
256
3
44.53
2025-03-13
18.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
49.02
0.8513
0.1446
179
1
49.02
2025-03-10
19.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
40.44
0.9215
-0.0999
78
1
40.44
2024-08-08