TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Chinguun (zzzchinguun)
Return to profile of Chinguun (zzzchinguun)
View texts not yet raced by Chinguun (zzzchinguun)
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...
64.25
1.1814
-0.0209
190
25
46.88
2026-01-29
2.
input("\n\nPress the enter key to exit.") # waits for the us...
63.65
1.1984
-0.0488
85
20
46.92
2026-01-29
3.
public class HelloWorld { public static void main(String[] ...
63.29
1.0599
0.0832
143
28
45.50
2026-02-02
4.
import random min = 1 max = 6 roll_again = "yes" while roll_...
61.31
1.1383
-0.0309
272
36
45.93
2026-01-08
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
60.81
1.1067
-0.0084
388
33
46.01
2026-01-20
6.
import urllib2 import json screen_name = "wordpress" url = "...
60.47
1.0621
0.0301
246
36
43.66
2026-02-02
7.
import std; int main() { std::println("Hello World!"); }
59.83
0.9810
0.0996
56
37
42.70
2026-01-12
8.
import os import sys def run(program, *args): pid = os.fork(...
59.65
1.0473
0.0301
154
45
43.56
2025-12-25
9.
/** Loop waiting for a connection and a valid command */ whi...
59.52
1.0448
0.0302
445
39
45.66
2026-01-21
10.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
59.32
1.0518
0.0196
152
33
43.23
2025-12-25
11.
function calculateArea(width, height) { try { var area = ...
58.44
1.0366
0.0189
301
34
43.27
2026-01-21
12.
/* Read a set of characters from the socket */ StringBuffer ...
57.54
1.0042
0.0351
542
41
45.31
2026-01-29
13.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
52.23
0.9180
0.0254
264
21
36.77
2026-01-13
14.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
51.86
0.9234
0.0133
236
25
36.57
2026-01-21
15.
import urllib2 import urllib import json url = "http://ajax....
51.57
0.9776
-0.0462
438
24
40.26
2025-12-09
16.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
51.13
0.9215
0.0020
78
30
35.92
2026-01-03
17.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
50.90
0.9386
-0.0193
256
25
35.39
2026-01-29
18.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
50.81
0.9849
-0.0672
183
22
38.96
2025-12-22
19.
(publish :path "/hello-count" :content-type "text/html" :fun...
50.47
0.9487
-0.0371
356
34
36.73
2026-01-29
20.
import re import sys import urllib2 import BeautifulSoup usa...
47.36
0.9803
-0.1249
344
23
37.86
2025-12-24
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
46.98
0.8513
-0.0028
179
29
33.19
2025-12-17
22.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
42.21
1.0060
-0.2436
467
1
42.21
2025-07-27