TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Inusah (inusah)
Return to profile of Inusah (inusah)
View texts not yet raced by Inusah (inusah)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import random min = 1 max = 6 roll_again = "yes" while roll_...
65.53
1.1383
0.0007
272
231
50.01
2024-07-22
2.
import string from random import * characters = string.ascii...
65.01
1.1814
-0.0477
190
231
49.51
2024-07-11
3.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
63.13
1.0518
0.0499
152
231
46.87
2024-07-10
4.
import os import sys def run(program, *args): pid = os.fork(...
63.11
1.0473
0.0531
154
208
45.98
2024-07-11
5.
import urllib2 import json screen_name = "wordpress" url = "...
62.66
1.0621
0.0309
246
234
48.14
2024-07-15
6.
public class HelloWorld { public static void main(String[] ...
62.63
1.0599
0.0298
143
227
47.18
2024-07-11
7.
input("\n\nPress the enter key to exit.") # waits for the us...
62.23
1.1984
-0.1198
85
191
48.54
2024-07-15
8.
import random n = random.randint(1, 99) guess = int(raw_inpu...
62.08
1.1067
-0.0261
388
239
48.69
2024-07-15
9.
import urllib2 import urllib import json url = "http://ajax....
60.87
0.9776
0.0831
438
198
46.28
2024-07-11
10.
/** Loop waiting for a connection and a valid command */ whi...
60.26
1.0448
0.0087
445
247
46.68
2024-07-11
11.
function calculateArea(width, height) { try { var area = ...
59.65
1.0366
0.0019
301
189
47.04
2024-07-12
12.
/* Read a set of characters from the socket */ StringBuffer ...
57.96
1.0042
0.0058
542
176
46.30
2024-07-15
13.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
56.48
0.9849
0.0005
183
213
44.35
2024-07-11
14.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
56.29
0.9234
0.0600
236
214
43.56
2024-07-11
15.
import re import sys import urllib2 import BeautifulSoup usa...
55.93
0.9803
-0.0075
344
229
44.24
2024-07-11
16.
(publish :path "/hello-count" :content-type "text/html" :fun...
55.84
0.9487
0.0285
356
198
43.55
2024-07-11
17.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
54.64
0.9386
0.0118
256
222
43.59
2024-07-15
18.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
53.82
0.9215
0.0143
78
195
39.72
2024-07-11
19.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
53.12
0.9180
0.0070
264
194
39.77
2024-07-22
20.
import std; int main() { std::println("Hello World!"); }
53.10
0.9810
-0.0633
56
28
45.70
2024-07-15
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
43.62
0.8513
-0.0983
179
16
37.73
2024-02-24
22.
NamedDecl *Sema::getCurFunctionOrMethodDecl() const { DeclCo...
37.51
0.7879
-0.1396
202
6
33.41
2023-12-12