TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for doanhong (doanhong)
Return to profile of doanhong (doanhong)
View texts not yet raced by doanhong (doanhong)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import random min = 1 max = 6 roll_again = "yes" while roll_...
58.92
1.1383
0.3902
272
9
44.49
2024-04-18
2.
import std; int main() { std::println("Hello World!"); }
58.65
0.9810
0.5574
56
12
38.68
2024-06-16
3.
import string from random import * characters = string.ascii...
58.31
1.1814
0.3309
190
14
48.08
2024-06-16
4.
function calculateArea(width, height) { try { var area = ...
56.99
1.0366
0.4518
301
15
44.27
2024-05-23
5.
public class HelloWorld { public static void main(String[] ...
56.33
1.0599
0.4075
143
10
43.77
2024-05-23
6.
/** Loop waiting for a connection and a valid command */ whi...
54.93
1.0448
0.3930
445
10
41.56
2024-05-23
7.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
52.07
1.0518
0.3085
152
6
41.82
2024-05-23
8.
import os import sys def run(program, *args): pid = os.fork(...
52.01
1.0473
0.3070
154
14
40.58
2024-05-23
9.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
49.18
0.9215
0.3610
78
10
34.19
2024-06-16
10.
import urllib2 import urllib import json url = "http://ajax....
49.14
0.9776
0.3086
438
12
37.46
2024-05-15
11.
/* Read a set of characters from the socket */ StringBuffer ...
48.99
1.0042
0.2758
542
7
40.73
2024-05-23
12.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
48.05
0.8513
0.3862
179
14
31.60
2024-05-23
13.
import random n = random.randint(1, 99) guess = int(raw_inpu...
47.07
1.1067
0.1136
388
7
36.79
2024-04-17
14.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
46.15
0.9386
0.2618
256
4
36.02
2024-05-15
15.
import re import sys import urllib2 import BeautifulSoup usa...
43.25
0.9803
0.1510
344
7
34.53
2024-05-15
16.
(publish :path "/hello-count" :content-type "text/html" :fun...
42.53
0.9487
0.1703
356
6
35.13
2024-04-18
17.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
41.99
0.9849
0.1112
183
11
30.21
2024-04-18
18.
input("\n\nPress the enter key to exit.") # waits for the us...
41.54
1.1984
-0.1331
85
6
36.08
2024-05-15
19.
import urllib2 import json screen_name = "wordpress" url = "...
39.54
1.0621
-0.0295
246
3
36.40
2024-04-07
20.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
36.82
0.9180
0.0402
264
8
32.96
2024-05-15
21.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
32.52
0.9234
-0.0683
236
3
28.84
2024-04-07