TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Dr.Braig (drbraig)
Return to profile of Dr.Braig (drbraig)
View texts not yet raced by Dr.Braig (drbraig)
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...
45.19
1.1984
0.2502
85
10
40.48
2024-07-30
2.
import urllib2 import json screen_name = "wordpress" url = "...
38.68
1.0621
0.1844
246
7
32.18
2024-07-29
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
37.24
1.1383
0.0580
272
4
34.66
2024-07-29
4.
import string from random import * characters = string.ascii...
36.08
1.1814
-0.0187
190
5
31.26
2024-07-28
5.
/** Loop waiting for a connection and a valid command */ whi...
36.01
1.0448
0.1181
445
4
32.28
2024-07-29
6.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
35.94
1.0518
0.1071
152
3
32.31
2024-07-29
7.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
35.65
0.9849
0.1640
183
2
30.54
2024-02-01
8.
import random n = random.randint(1, 99) guess = int(raw_inpu...
34.07
1.1067
-0.0107
388
2
33.78
2024-07-29
9.
public class HelloWorld { public static void main(String[] ...
33.23
1.0599
0.0087
143
4
29.21
2024-07-31
10.
/* Read a set of characters from the socket */ StringBuffer ...
32.37
1.0042
0.0382
542
2
31.45
2024-07-29
11.
import std; int main() { std::println("Hello World!"); }
31.01
0.9810
0.0099
56
4
27.83
2024-07-29
12.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
30.76
0.9180
0.0718
264
3
26.82
2024-07-29
13.
function calculateArea(width, height) { try { var area = ...
30.48
1.0366
-0.0558
301
3
29.04
2024-07-29
14.
import urllib2 import urllib import json url = "http://ajax....
30.33
0.9776
-0.0006
438
6
28.79
2024-07-31
15.
import re import sys import urllib2 import BeautifulSoup usa...
29.60
0.9803
-0.0288
344
6
27.00
2024-07-29
16.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
29.25
0.9386
0.0017
256
8
26.74
2024-07-30
17.
import os import sys def run(program, *args): pid = os.fork(...
28.66
1.0473
-0.1233
154
2
25.23
2024-07-29
18.
(publish :path "/hello-count" :content-type "text/html" :fun...
26.66
0.9487
-0.0857
356
5
26.17
2024-07-29
19.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
26.31
0.9215
-0.0761
78
2
25.63
2024-01-30
20.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
26.19
0.8513
-0.0151
179
5
22.43
2024-07-29
21.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
25.97
0.9234
-0.0842
236
1
25.97
2024-01-29