TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Chammanos (blackpolar555)
Return to profile of Chammanos (blackpolar555)
View texts not yet raced by Chammanos (blackpolar555)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import urllib2 import json screen_name = "wordpress" url = "...
37.57
1.0621
0.1973
246
2
35.18
2025-11-12
2.
import string from random import * characters = string.ascii...
36.85
1.1814
0.0539
190
5
31.01
2024-04-04
3.
public class HelloWorld { public static void main(String[] ...
36.38
1.0599
0.1597
143
1
36.38
2025-11-12
4.
function calculateArea(width, height) { try { var area = ...
35.87
1.0366
0.1659
301
4
32.33
2024-03-27
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
32.93
1.1067
-0.0028
388
4
29.33
2024-04-04
6.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
32.85
0.9215
0.1797
78
3
27.69
2024-03-27
7.
(publish :path "/hello-count" :content-type "text/html" :fun...
31.47
0.9487
0.1063
356
5
28.30
2025-11-12
8.
input("\n\nPress the enter key to exit.") # waits for the us...
31.42
1.1984
-0.1451
85
1
31.42
2024-02-29
9.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
30.81
0.9386
0.0942
256
1
30.81
2024-03-28
10.
import std; int main() { std::println("Hello World!"); }
30.48
0.9810
0.0408
56
3
24.99
2025-11-12
11.
import urllib2 import urllib import json url = "http://ajax....
28.98
0.9776
-0.0061
438
2
28.17
2024-03-18
12.
/** Loop waiting for a connection and a valid command */ whi...
28.93
1.0448
-0.0750
445
3
27.58
2024-03-05
13.
import re import sys import urllib2 import BeautifulSoup usa...
28.59
0.9803
-0.0219
344
2
26.27
2024-03-15
14.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
28.35
0.9180
0.0324
264
6
25.95
2025-11-12
15.
/* Read a set of characters from the socket */ StringBuffer ...
27.44
1.0042
-0.0843
542
1
27.44
2024-03-11
16.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
27.20
0.9234
-0.0116
236
1
27.20
2024-02-29
17.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
27.02
0.9849
-0.0791
183
1
27.02
2024-03-27
18.
import os import sys def run(program, *args): pid = os.fork(...
26.80
1.0473
-0.1489
154
3
24.32
2025-11-12
19.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
26.52
1.0518
-0.1628
152
2
26.46
2024-02-28
20.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
24.62
0.8513
-0.0260
179
1
24.62
2024-03-28