TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for zoro (bountyhunterzoro)
Return to profile of zoro (bountyhunterzoro)
View texts not yet raced by zoro (bountyhunterzoro)
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...
42.27
1.1984
0.3278
85
9
29.59
2024-06-27
2.
import string from random import * characters = string.ascii...
41.06
1.1814
0.3078
190
11
33.12
2024-06-27
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
36.74
1.1383
0.1909
272
7
30.77
2024-06-26
4.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
36.10
1.0518
0.2586
152
11
30.33
2024-06-28
5.
public class HelloWorld { public static void main(String[] ...
35.60
1.0599
0.2291
143
4
30.41
2024-06-28
6.
/** Loop waiting for a connection and a valid command */ whi...
34.72
1.0448
0.2174
445
9
27.87
2024-06-26
7.
import re import sys import urllib2 import BeautifulSoup usa...
33.72
0.9803
0.2403
344
6
29.05
2024-06-27
8.
import random n = random.randint(1, 99) guess = int(raw_inpu...
33.19
1.1067
0.0955
388
6
28.01
2024-06-24
9.
import os import sys def run(program, *args): pid = os.fork(...
33.12
1.0473
0.1543
154
10
30.13
2024-06-27
10.
import std; int main() { std::println("Hello World!"); }
32.78
0.9810
0.1997
56
10
26.23
2024-06-06
11.
function calculateArea(width, height) { try { var area = ...
31.09
1.0366
0.0898
301
6
27.12
2024-06-25
12.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
31.09
0.9215
0.2035
78
7
24.70
2024-06-20
13.
import urllib2 import json screen_name = "wordpress" url = "...
31.04
1.0621
0.0647
246
5
27.12
2024-06-24
14.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
30.79
0.9849
0.1327
183
6
25.50
2024-05-13
15.
/* Read a set of characters from the socket */ StringBuffer ...
30.05
1.0042
0.0855
542
5
26.77
2024-05-09
16.
import urllib2 import urllib import json url = "http://ajax....
29.45
0.9776
0.0905
438
6
25.91
2024-06-21
17.
(publish :path "/hello-count" :content-type "text/html" :fun...
28.41
0.9487
0.0857
356
7
23.63
2024-06-06
18.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
27.88
0.9180
0.0923
264
6
24.06
2024-06-16
19.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
27.23
0.9386
0.0472
256
8
23.62
2024-06-21
20.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
27.20
0.9234
0.0656
236
6
24.06
2024-06-27
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
25.89
0.8513
0.0802
179
2
24.03
2024-05-09