TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for HCMUS (aphongz_)
Return to profile of HCMUS (aphongz_)
View texts not yet raced by HCMUS (aphongz_)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import os import sys def run(program, *args): pid = os.fork(...
58.58
1.0473
0.2950
154
6
44.37
2026-01-05
2.
input("\n\nPress the enter key to exit.") # waits for the us...
58.42
1.1984
0.1402
85
3
47.02
2026-01-05
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
56.27
1.1383
0.1510
272
4
52.26
2025-08-03
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
53.34
1.1067
0.1155
388
3
43.24
2026-01-04
5.
import string from random import * characters = string.ascii...
52.26
1.1814
0.0161
190
3
45.57
2025-06-01
6.
import urllib2 import json screen_name = "wordpress" url = "...
50.21
1.0621
0.0884
246
3
44.58
2025-11-24
7.
/* Read a set of characters from the socket */ StringBuffer ...
49.52
1.0042
0.1305
542
3
46.57
2026-01-05
8.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
47.95
0.9215
0.1772
78
4
41.91
2026-01-05
9.
/** Loop waiting for a connection and a valid command */ whi...
47.78
1.0448
0.0500
445
4
43.02
2026-01-05
10.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
46.21
0.9849
0.0739
183
3
43.39
2026-01-07
11.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
44.10
1.0518
-0.0413
152
2
43.34
2025-07-26
12.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
43.58
0.9386
0.0600
256
2
41.14
2026-01-05
13.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
42.99
0.9234
0.0616
236
2
42.23
2026-01-04
14.
public class HelloWorld { public static void main(String[] ...
42.64
1.0599
-0.0829
143
3
40.03
2025-07-26
15.
function calculateArea(width, height) { try { var area = ...
42.50
1.0366
-0.0628
301
1
42.50
2025-07-08
16.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
42.16
0.9180
0.0480
264
2
42.03
2025-07-26
17.
import re import sys import urllib2 import BeautifulSoup usa...
41.97
0.9803
-0.0186
344
1
41.97
2025-08-03
18.
import std; int main() { std::println("Hello World!"); }
35.67
0.9810
-0.1637
56
1
35.67
2025-05-30
19.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
35.46
0.8513
-0.0388
179
2
35.17
2025-07-08