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 random min = 1 max = 6 roll_again = "yes" while roll_...
56.27
1.1383
0.1635
272
4
52.26
2025-08-03
2.
import string from random import * characters = string.ascii...
52.26
1.1814
0.0277
190
3
45.57
2025-06-01
3.
import urllib2 import json screen_name = "wordpress" url = "...
50.21
1.0621
0.0995
246
3
44.58
2025-11-24
4.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
47.95
0.9215
0.1879
78
3
41.84
2025-08-03
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
47.89
1.1067
0.0013
388
2
38.19
2025-07-08
6.
import os import sys def run(program, *args): pid = os.fork(...
45.41
1.0473
0.0033
154
4
39.43
2025-07-26
7.
/** Loop waiting for a connection and a valid command */ whi...
45.11
1.0448
-0.0011
445
3
41.44
2025-08-03
8.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
44.10
1.0518
-0.0315
152
2
43.34
2025-07-26
9.
/* Read a set of characters from the socket */ StringBuffer ...
43.18
1.0042
-0.0052
542
1
43.18
2025-05-30
10.
public class HelloWorld { public static void main(String[] ...
42.64
1.0599
-0.0734
143
3
40.03
2025-07-26
11.
function calculateArea(width, height) { try { var area = ...
42.50
1.0366
-0.0533
301
1
42.50
2025-07-08
12.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
42.16
0.9180
0.0574
264
2
42.03
2025-07-26
13.
import re import sys import urllib2 import BeautifulSoup usa...
41.97
0.9803
-0.0093
344
1
41.97
2025-08-03
14.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
41.46
0.9234
0.0358
236
1
41.46
2025-08-03
15.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
40.07
0.9849
-0.0579
183
1
40.07
2025-07-27
16.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
38.70
0.9386
-0.0432
256
1
38.70
2025-05-30
17.
input("\n\nPress the enter key to exit.") # waits for the us...
36.20
1.1984
-0.3609
85
1
36.20
2025-02-27
18.
import std; int main() { std::println("Hello World!"); }
35.67
0.9810
-0.1557
56
1
35.67
2025-05-30
19.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
35.46
0.8513
-0.0309
179
2
35.17
2025-07-08