TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for ✌✌✌ (roolee)
Return to profile of ✌✌✌ (roolee)
View texts not yet raced by ✌✌✌ (roolee)
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.52
1.1984
0.0478
85
4
50.53
2024-05-02
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
51.84
1.1383
0.0588
272
2
46.09
2024-05-02
3.
import random n = random.randint(1, 99) guess = int(raw_inpu...
49.63
1.1067
0.0384
388
3
46.91
2024-05-03
4.
import string from random import * characters = string.ascii...
49.06
1.1814
-0.0488
190
1
49.06
2024-05-03
5.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
49.02
1.0518
0.0896
152
5
41.90
2024-05-09
6.
import os import sys def run(program, *args): pid = os.fork(...
48.16
1.0473
0.0699
154
3
43.36
2024-05-02
7.
/* Read a set of characters from the socket */ StringBuffer ...
46.62
1.0042
0.0814
542
1
46.62
2024-05-06
8.
function calculateArea(width, height) { try { var area = ...
46.15
1.0366
0.0392
301
3
43.22
2024-05-09
9.
/** Loop waiting for a connection and a valid command */ whi...
45.11
1.0448
0.0099
445
3
44.15
2024-05-02
10.
import urllib2 import urllib import json url = "http://ajax....
43.28
0.9776
0.0334
438
1
43.28
2024-04-22
11.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
43.25
0.9234
0.0864
236
3
41.59
2024-05-02
12.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
42.06
0.9215
0.0565
78
2
40.60
2024-05-02
13.
(publish :path "/hello-count" :content-type "text/html" :fun...
42.04
0.9487
0.0377
356
1
42.04
2024-04-22
14.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
41.87
0.9849
-0.0114
183
1
41.87
2024-05-12
15.
import re import sys import urllib2 import BeautifulSoup usa...
41.46
0.9803
-0.0136
344
2
40.44
2024-05-02
16.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
40.89
0.9386
0.0088
256
1
40.89
2024-04-22
17.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
40.79
0.9180
0.0267
264
1
40.79
2024-04-22
18.
import urllib2 import json screen_name = "wordpress" url = "...
40.26
1.0621
-0.1257
246
2
38.49
2024-05-03
19.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
39.08
0.8513
0.0423
179
2
36.42
2024-05-09