TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for tsushima (tsushima)
Return to profile of tsushima (tsushima)
View texts not yet raced by tsushima (tsushima)
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...
51.65
1.1984
0.2864
85
6
33.89
2024-09-19
2.
public class HelloWorld { public static void main(String[] ...
40.08
1.0599
0.0957
143
8
31.63
2024-02-21
3.
import std; int main() { std::println("Hello World!"); }
39.63
0.9810
0.1554
56
3
37.08
2024-09-21
4.
import random min = 1 max = 6 roll_again = "yes" while roll_...
38.56
1.1383
-0.0276
272
6
31.83
2024-07-13
5.
/** Loop waiting for a connection and a valid command */ whi...
38.00
1.0448
0.0559
445
6
35.29
2024-09-21
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
37.34
1.1067
-0.0296
388
5
32.56
2024-09-19
7.
import string from random import * characters = string.ascii...
37.31
1.1814
-0.1030
190
5
33.02
2024-07-16
8.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
37.06
0.9849
0.0863
183
5
29.98
2024-07-08
9.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
36.85
1.0518
0.0141
152
4
30.99
2024-07-08
10.
/* Read a set of characters from the socket */ StringBuffer ...
36.08
1.0042
0.0377
542
3
32.58
2024-07-16
11.
import os import sys def run(program, *args): pid = os.fork(...
34.28
1.0473
-0.0565
154
4
27.73
2024-02-21
12.
import urllib2 import json screen_name = "wordpress" url = "...
34.17
1.0621
-0.0739
246
7
25.77
2024-02-21
13.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
33.91
0.9386
0.0389
256
8
27.85
2024-09-21
14.
function calculateArea(width, height) { try { var area = ...
33.64
1.0366
-0.0659
301
6
29.68
2024-07-13
15.
import urllib2 import urllib import json url = "http://ajax....
33.09
0.9776
-0.0217
438
5
29.24
2024-02-23
16.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
31.42
0.9215
-0.0162
78
8
26.98
2024-02-23
17.
import re import sys import urllib2 import BeautifulSoup usa...
31.41
0.9803
-0.0748
344
4
26.79
2024-07-16
18.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
30.62
0.9234
-0.0364
236
6
26.55
2024-09-21
19.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
29.12
0.8513
-0.0176
179
2
27.48
2024-09-21
20.
(publish :path "/hello-count" :content-type "text/html" :fun...
29.07
0.9487
-0.1048
356
2
28.14
2024-02-19
21.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
24.87
0.9180
-0.2000
264
7
22.15
2024-02-13