TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Peter (doc_chungles)
Return to profile of Peter (doc_chungles)
View texts not yet raced by Peter (doc_chungles)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
input("\n\nPress the enter key to exit.") # waits for the us...
79.67
1.1984
0.3211
85
8
70.89
2024-01-06
2.
import string from random import * characters = string.ascii...
68.74
1.1814
0.1405
190
5
64.33
2024-01-06
3.
/* Read a set of characters from the socket */ StringBuffer ...
60.72
1.0042
0.1728
542
3
54.77
2024-01-07
4.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
58.95
0.9215
0.2191
78
6
48.66
2024-01-07
5.
import urllib2 import json screen_name = "wordpress" url = "...
58.15
1.0621
0.0630
246
3
55.35
2023-12-27
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
57.33
1.1067
-0.0047
388
4
53.04
2023-12-26
7.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
56.96
1.0518
0.0535
152
5
53.29
2024-01-07
8.
import std; int main() { std::println("Hello World!"); }
56.89
0.9810
0.1305
56
3
46.59
2024-01-03
9.
import random min = 1 max = 6 roll_again = "yes" while roll_...
56.86
1.1383
-0.0443
272
2
56.81
2023-12-30
10.
/** Loop waiting for a connection and a valid command */ whi...
56.44
1.0448
0.0539
445
2
55.42
2024-01-03
11.
function calculateArea(width, height) { try { var area = ...
56.32
1.0366
0.0570
301
2
55.18
2023-12-31
12.
import re import sys import urllib2 import BeautifulSoup usa...
55.15
0.9803
0.0898
344
4
48.68
2024-01-06
13.
import urllib2 import urllib import json url = "http://ajax....
54.18
0.9776
0.0762
438
3
50.83
2024-01-03
14.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
53.91
1.0060
0.1291
467
1
53.91
2024-01-06
15.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
52.70
0.9849
0.0355
183
3
47.75
2024-01-03
16.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
52.69
0.9180
0.0983
264
6
47.08
2024-01-07
17.
(publish :path "/hello-count" :content-type "text/html" :fun...
51.93
0.9487
0.0658
356
3
47.30
2024-01-07
18.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
51.39
0.9386
0.0532
256
2
48.78
2023-12-20
19.
NamedDecl *Sema::getCurFunctionOrMethodDecl() const { DeclCo...
46.31
0.7879
0.0970
202
2
40.49
2023-12-16
20.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
45.41
0.8513
0.0135
179
1
45.41
2023-12-30
21.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
42.27
0.9234
-0.0989
236
2
42.05
2023-12-30