TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for leonidas (awsomaw)
Return to profile of leonidas (awsomaw)
View texts not yet raced by leonidas (awsomaw)
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...
140.98
1.1814
0.0225
190
5
131.55
2025-01-09
2.
import random n = random.randint(1, 99) guess = int(raw_inpu...
136.71
1.1067
0.0587
388
3
130.04
2019-03-23
3.
import os import sys def run(program, *args): pid = os.fork(...
135.70
1.0473
0.1114
154
3
126.06
2025-01-09
4.
public class HelloWorld { public static void main(String[] ...
134.85
1.0599
0.0892
143
4
118.16
2025-01-09
5.
input("\n\nPress the enter key to exit.") # waits for the us...
127.31
1.1984
-0.1177
85
4
114.91
2025-01-09
6.
import random min = 1 max = 6 roll_again = "yes" while roll_...
126.79
1.1383
-0.0589
272
6
117.54
2025-01-09
7.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
124.68
1.0518
0.0140
152
3
123.84
2019-09-20
8.
import urllib2 import json screen_name = "wordpress" url = "...
120.34
1.0621
-0.0337
246
1
120.34
2019-03-22
9.
/** Loop waiting for a connection and a valid command */ whi...
118.67
1.0448
-0.0284
445
2
111.98
2025-01-09
10.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
113.82
0.9849
-0.0122
183
2
110.24
2019-09-20
11.
function calculateArea(width, height) { try { var area = ...
113.29
1.0366
-0.0704
301
2
107.83
2019-03-22
12.
/* Read a set of characters from the socket */ StringBuffer ...
112.40
1.0042
-0.0447
542
4
105.47
2019-09-20
13.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
108.59
0.9234
0.0060
236
2
101.19
2019-03-22
14.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
107.14
0.9215
-0.0091
78
2
99.81
2019-04-27
15.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
103.68
0.9180
-0.0337
264
3
100.19
2019-09-20
16.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
103.27
0.9386
-0.0588
256
1
103.27
2019-03-22
17.
(publish :path "/hello-count" :content-type "text/html" :fun...
103.25
0.9487
-0.0631
356
4
92.97
2025-01-09
18.
import urllib2 import urllib import json url = "http://ajax....
101.10
0.9776
-0.1142
438
3
99.24
2025-01-09
19.
import re import sys import urllib2 import BeautifulSoup usa...
99.91
0.9803
-0.1291
344
1
99.91
2019-03-23
20.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
86.20
1.0060
-0.2848
467
1
86.20
2025-01-09
21.
import std; int main() { std::println("Hello World!"); }
83.35
0.9810
-0.2767
56
1
83.35
2025-01-09
22.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
66.26
0.8513
-0.2924
179
1
66.26
2025-01-09