TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for wan (wansap)
Return to profile of wan (wansap)
View texts not yet raced by wan (wansap)
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...
54.92
1.1984
0.0459
85
12
43.06
2024-06-13
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
53.39
1.1383
0.0743
272
5
45.30
2024-03-29
3.
import string from random import * characters = string.ascii...
52.54
1.1814
0.0156
190
8
38.48
2024-08-14
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
52.45
1.1067
0.0861
388
13
40.74
2024-08-20
5.
import urllib2 import json screen_name = "wordpress" url = "...
51.81
1.0621
0.1185
246
10
39.13
2024-08-15
6.
function calculateArea(width, height) { try { var area = ...
46.30
1.0366
0.0167
301
13
35.14
2024-04-03
7.
public class HelloWorld { public static void main(String[] ...
46.20
1.0599
-0.0095
143
6
38.87
2024-06-27
8.
import urllib2 import urllib import json url = "http://ajax....
44.51
0.9776
0.0360
438
13
33.63
2024-06-26
9.
/* Read a set of characters from the socket */ StringBuffer ...
43.94
1.0042
-0.0036
542
10
34.87
2024-08-14
10.
/** Loop waiting for a connection and a valid command */ whi...
43.86
1.0448
-0.0426
445
10
37.03
2024-08-17
11.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
43.63
1.0518
-0.0565
152
9
34.86
2024-06-26
12.
import re import sys import urllib2 import BeautifulSoup usa...
42.93
0.9803
-0.0046
344
12
36.07
2024-10-06
13.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
42.32
0.9180
0.0449
264
8
33.84
2024-10-06
14.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
42.04
0.9849
-0.0264
183
15
32.35
2024-09-02
15.
import os import sys def run(program, *args): pid = os.fork(...
41.89
1.0473
-0.0925
154
11
35.20
2024-08-14
16.
(publish :path "/hello-count" :content-type "text/html" :fun...
41.68
0.9487
0.0045
356
16
32.22
2024-08-29
17.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
41.38
0.9234
0.0214
236
14
32.96
2024-08-15
18.
import std; int main() { std::println("Hello World!"); }
39.93
0.9810
-0.0793
56
6
34.54
2024-08-29
19.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
36.28
0.9215
-0.0972
78
6
31.37
2024-03-31
20.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
35.45
0.9386
-0.1328
256
6
28.50
2024-08-15
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
32.54
0.8513
-0.1174
179
3
28.99
2024-08-20