TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for HBS (hbs3)
Return to profile of HBS (hbs3)
View texts not yet raced by HBS (hbs3)
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_...
63.11
1.1383
0.1952
272
12
51.85
2025-04-17
2.
input("\n\nPress the enter key to exit.") # waits for the us...
62.77
1.1984
0.1279
85
12
56.29
2025-04-15
3.
import string from random import * characters = string.ascii...
58.70
1.1814
0.0589
190
16
52.79
2025-04-19
4.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
56.04
1.0518
0.1323
152
7
47.90
2025-04-15
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
54.40
1.1067
0.0428
388
11
50.29
2025-04-18
6.
function calculateArea(width, height) { try { var area = ...
53.67
1.0366
0.0974
301
8
45.71
2025-04-18
7.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
52.15
0.9849
0.1170
183
8
45.17
2025-04-19
8.
public class HelloWorld { public static void main(String[] ...
52.05
1.0599
0.0399
143
10
48.05
2025-04-15
9.
import os import sys def run(program, *args): pid = os.fork(...
51.68
1.0473
0.0447
154
8
47.01
2025-04-16
10.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
51.29
0.9215
0.1623
78
6
43.34
2025-04-15
11.
/** Loop waiting for a connection and a valid command */ whi...
51.20
1.0448
0.0371
445
11
47.54
2025-04-18
12.
import urllib2 import json screen_name = "wordpress" url = "...
50.93
1.0621
0.0141
246
7
47.91
2025-04-19
13.
/* Read a set of characters from the socket */ StringBuffer ...
49.65
1.0042
0.0449
542
9
45.32
2025-04-19
14.
import re import sys import urllib2 import BeautifulSoup usa...
48.51
0.9803
0.0447
344
2
47.13
2025-04-13
15.
import std; int main() { std::println("Hello World!"); }
48.46
0.9810
0.0430
56
9
41.32
2025-04-15
16.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
44.57
0.9180
0.0238
264
4
40.99
2025-04-09
17.
import urllib2 import urllib import json url = "http://ajax....
44.27
0.9776
-0.0422
438
3
43.00
2025-04-10
18.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
44.20
0.9234
0.0105
236
6
41.69
2025-04-15
19.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
44.06
0.9386
-0.0076
256
5
42.08
2025-04-19
20.
(publish :path "/hello-count" :content-type "text/html" :fun...
43.89
0.9487
-0.0213
356
7
41.76
2025-04-16
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
39.99
0.8513
-0.0063
179
3
36.28
2025-04-13