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 string from random import * characters = string.ascii...
36.85
1.1814
0.1346
190
5
31.01
2024-04-04
2.
function calculateArea(width, height) { try { var area = ...
35.87
1.0366
0.2425
301
4
32.33
2024-03-27
3.
import random n = random.randint(1, 99) guess = int(raw_inpu...
32.93
1.1067
0.0675
388
4
29.33
2024-04-04
4.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
32.85
0.9215
0.2486
78
3
27.69
2024-03-27
5.
import urllib2 import json screen_name = "wordpress" url = "...
32.79
1.0621
0.1095
246
1
32.79
2024-02-28
6.
(publish :path "/hello-count" :content-type "text/html" :fun...
31.47
0.9487
0.1786
356
4
28.20
2024-03-27
7.
input("\n\nPress the enter key to exit.") # waits for the us...
31.42
1.1984
-0.0826
85
1
31.42
2024-02-29
8.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
30.81
0.9386
0.1593
256
1
30.81
2024-03-28
9.
import urllib2 import urllib import json url = "http://ajax....
28.98
0.9776
0.0571
438
2
28.17
2024-03-18
10.
/** Loop waiting for a connection and a valid command */ whi...
28.93
1.0448
-0.0085
445
3
27.58
2024-03-05
11.
import re import sys import urllib2 import BeautifulSoup usa...
28.59
0.9803
0.0385
344
2
26.27
2024-03-15
12.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
28.32
0.9180
0.0922
264
4
25.33
2024-04-04
13.
import std; int main() { std::println("Hello World!"); }
27.81
0.9810
0.0041
56
2
22.25
2024-03-08
14.
/* Read a set of characters from the socket */ StringBuffer ...
27.44
1.0042
-0.0245
542
1
27.44
2024-03-11
15.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
27.20
0.9234
0.0502
236
1
27.20
2024-02-29
16.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
27.02
0.9849
-0.0190
183
1
27.02
2024-03-27
17.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
26.52
1.0518
-0.1030
152
2
26.46
2024-02-28
18.
import os import sys def run(program, *args): pid = os.fork(...
26.36
1.0473
-0.1052
154
2
23.08
2024-04-02
19.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
24.62
0.8513
0.0203
179
1
24.62
2024-03-28