TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Milan (milang13)
Return to profile of Milan (milang13)
View texts not yet raced by Milan (milang13)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
public class HelloWorld { public static void main(String[] ...
76.47
1.0599
0.2350
143
1
76.47
2025-06-05
2.
import os import sys def run(program, *args): pid = os.fork(...
70.51
1.0473
0.1467
154
2
68.76
2024-05-24
3.
/** Loop waiting for a connection and a valid command */ whi...
69.54
1.0448
0.1328
445
1
69.54
2017-11-21
4.
function calculateArea(width, height) { try { var area = ...
69.42
1.0366
0.1390
301
1
69.42
2024-05-24
5.
import re import sys import urllib2 import BeautifulSoup usa...
63.70
0.9803
0.0984
344
2
62.34
2025-06-05
6.
import std; int main() { std::println("Hello World!"); }
60.50
0.9810
0.0435
56
2
59.55
2024-05-24
7.
/* Read a set of characters from the socket */ StringBuffer ...
59.89
1.0042
0.0100
542
1
59.89
2017-11-21
8.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
59.27
1.0060
-0.0023
467
1
59.27
2025-06-05
9.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
59.13
0.9215
0.0798
78
1
59.13
2025-06-05
10.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
55.20
0.9180
0.0168
264
2
51.51
2025-06-05
11.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
54.24
0.9849
-0.0664
183
1
54.24
2018-03-04
12.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
52.23
1.0518
-0.1673
152
1
52.23
2018-03-04
13.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
45.41
0.9234
-0.1544
236
1
45.41
2017-09-14