TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Shiji (sandevistan)
Return to profile of Shiji (sandevistan)
View texts not yet raced by Shiji (sandevistan)
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...
62.09
1.1984
0.0190
85
15
49.93
2025-02-28
2.
import string from random import * characters = string.ascii...
59.16
1.1814
-0.0214
190
9
52.58
2024-12-09
3.
import random n = random.randint(1, 99) guess = int(raw_inpu...
56.86
1.1067
0.0082
388
14
50.30
2025-03-15
4.
import std; int main() { std::println("Hello World!"); }
55.25
0.9810
0.1023
56
8
46.24
2025-02-28
5.
import random min = 1 max = 6 roll_again = "yes" while roll_...
54.84
1.1383
-0.0630
272
13
50.92
2025-02-28
6.
function calculateArea(width, height) { try { var area = ...
51.61
1.0366
-0.0247
301
17
44.50
2025-02-12
7.
import os import sys def run(program, *args): pid = os.fork(...
51.17
1.0473
-0.0440
154
9
45.55
2025-02-13
8.
/** Loop waiting for a connection and a valid command */ whi...
51.15
1.0448
-0.0419
445
13
45.32
2025-03-27
9.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
50.94
0.9215
0.0773
78
12
35.68
2025-02-28
10.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
50.94
0.9386
0.0602
256
17
43.56
2025-04-15
11.
public class HelloWorld { public static void main(String[] ...
50.83
1.0599
-0.0633
143
10
42.44
2024-12-21
12.
/* Read a set of characters from the socket */ StringBuffer ...
50.04
1.0042
-0.0231
542
12
44.25
2025-02-13
13.
import urllib2 import json screen_name = "wordpress" url = "...
49.73
1.0621
-0.0870
246
8
44.25
2024-11-24
14.
import urllib2 import urllib import json url = "http://ajax....
49.26
0.9776
-0.0118
438
11
42.98
2024-12-07
15.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
49.02
0.9180
0.0431
264
16
40.48
2025-02-13
16.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
48.50
1.0518
-0.1009
152
7
45.48
2025-02-13
17.
(publish :path "/hello-count" :content-type "text/html" :fun...
48.46
0.9487
0.0015
356
14
41.59
2024-12-29
18.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
48.27
0.9849
-0.0385
183
8
42.34
2024-11-04
19.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
47.73
0.9234
0.0124
236
9
41.92
2025-02-12
20.
import re import sys import urllib2 import BeautifulSoup usa...
46.56
0.9803
-0.0674
344
10
42.06
2024-12-11
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
40.65
0.8513
-0.0543
179
8
34.99
2025-04-15