TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for rawr? (cloudjumper)
Return to profile of rawr? (cloudjumper)
View texts not yet raced by rawr? (cloudjumper)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import string from random import * characters = string.ascii...
115.69
1.1814
0.0628
190
21
96.23
2023-11-28
2.
public class HelloWorld { public static void main(String[] ...
112.53
1.0599
0.1568
143
20
93.59
2023-12-24
3.
input("\n\nPress the enter key to exit.") # waits for the us...
111.43
1.1984
-0.0124
85
14
95.91
2023-12-24
4.
import random min = 1 max = 6 roll_again = "yes" while roll_...
102.68
1.1383
-0.0335
272
20
90.13
2024-03-18
5.
function calculateArea(width, height) { try { var area = ...
99.98
1.0366
0.0491
301
16
86.94
2024-06-29
6.
import std; int main() { std::println("Hello World!"); }
99.70
0.9810
0.1087
56
2
95.72
2024-05-01
7.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
99.67
1.0518
0.0300
152
15
87.91
2023-12-24
8.
import urllib2 import json screen_name = "wordpress" url = "...
99.48
1.0621
0.0147
246
27
86.73
2024-05-01
9.
import random n = random.randint(1, 99) guess = int(raw_inpu...
98.80
1.1067
-0.0446
388
18
92.36
2023-10-25
10.
/** Loop waiting for a connection and a valid command */ whi...
97.77
1.0448
0.0200
445
16
87.13
2023-09-09
11.
import os import sys def run(program, *args): pid = os.fork(...
95.01
1.0473
-0.0200
154
11
84.36
2024-05-01
12.
/* Read a set of characters from the socket */ StringBuffer ...
91.80
1.0042
-0.0074
542
21
82.11
2023-11-01
13.
import urllib2 import urllib import json url = "http://ajax....
89.85
0.9776
0.0006
438
12
79.41
2023-12-24
14.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
84.20
0.9849
-0.0723
183
12
73.78
2023-12-24
15.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
83.98
0.9386
-0.0319
256
16
74.04
2024-04-09
16.
import re import sys import urllib2 import BeautifulSoup usa...
81.50
0.9803
-0.0941
344
7
75.53
2023-12-24
17.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
81.44
0.9180
-0.0389
264
15
69.33
2023-12-24
18.
(publish :path "/hello-count" :content-type "text/html" :fun...
80.49
0.9487
-0.0671
356
11
70.79
2024-01-01
19.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
73.00
0.9215
-0.1291
78
2
72.32
2023-06-14
20.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
69.14
0.9234
-0.1682
236
7
65.42
2023-12-24
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
65.51
0.8513
-0.1551
179
1
65.51
2024-06-29