TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for mak (makmak2)
Return to profile of mak (makmak2)
View texts not yet raced by mak (makmak2)
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...
32.57
1.1814
0.2795
190
9
28.28
2024-09-29
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
29.58
1.1383
0.1851
272
6
26.29
2024-09-28
3.
import os import sys def run(program, *args): pid = os.fork(...
29.00
1.0473
0.2536
154
3
28.02
2024-09-30
4.
input("\n\nPress the enter key to exit.") # waits for the us...
28.78
1.1984
0.0861
85
6
25.04
2024-09-26
5.
import urllib2 import json screen_name = "wordpress" url = "...
28.17
1.0621
0.2021
246
5
22.41
2024-09-25
6.
public class HelloWorld { public static void main(String[] ...
28.02
1.0599
0.1948
143
9
22.51
2024-09-28
7.
/* Read a set of characters from the socket */ StringBuffer ...
27.48
1.0042
0.2279
542
7
23.76
2024-09-30
8.
/** Loop waiting for a connection and a valid command */ whi...
27.19
1.0448
0.1778
445
7
21.11
2024-09-27
9.
import random n = random.randint(1, 99) guess = int(raw_inpu...
26.90
1.1067
0.0983
388
3
24.73
2024-09-25
10.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
25.19
0.9849
0.1458
183
7
21.24
2024-09-30
11.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
25.17
0.9386
0.1882
256
9
20.15
2024-09-30
12.
(publish :path "/hello-count" :content-type "text/html" :fun...
25.08
0.9487
0.1800
356
9
20.91
2024-09-29
13.
function calculateArea(width, height) { try { var area = ...
24.84
1.0366
0.0764
301
5
22.39
2024-09-29
14.
import urllib2 import urllib import json url = "http://ajax....
24.52
0.9776
0.1221
438
5
21.93
2024-09-29
15.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
24.36
0.9215
0.1686
78
4
21.80
2024-09-27
16.
import re import sys import urllib2 import BeautifulSoup usa...
24.01
0.9803
0.0946
344
2
23.28
2024-09-28
17.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
22.35
0.9180
0.0836
264
8
19.44
2024-09-29
18.
import std; int main() { std::println("Hello World!"); }
21.44
0.9810
-0.0270
56
4
19.31
2024-09-18
19.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
21.17
0.9234
0.0287
236
5
19.76
2024-09-15
20.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
20.48
1.0518
-0.1312
152
4
18.03
2024-09-22
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
20.31
0.8513
0.0522
179
3
18.35
2024-09-21