TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Predator (predator_1001)
Return to profile of Predator (predator_1001)
View texts not yet raced by Predator (predator_1001)
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...
37.63
1.1984
0.0673
85
3
36.66
2024-07-28
2.
import string from random import * characters = string.ascii...
36.76
1.1814
0.0550
190
4
33.39
2024-08-03
3.
import random n = random.randint(1, 99) guess = int(raw_inpu...
36.56
1.1067
0.1230
388
6
31.48
2025-03-22
4.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
35.99
1.0518
0.1587
152
9
31.68
2024-12-10
5.
import os import sys def run(program, *args): pid = os.fork(...
34.81
1.0473
0.1235
154
11
30.70
2025-03-22
6.
import urllib2 import json screen_name = "wordpress" url = "...
33.94
1.0621
0.0795
246
2
30.68
2024-11-23
7.
import random min = 1 max = 6 roll_again = "yes" while roll_...
33.57
1.1383
-0.0092
272
4
32.98
2024-11-19
8.
public class HelloWorld { public static void main(String[] ...
32.97
1.0599
0.0490
143
3
32.34
2024-07-31
9.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
31.97
0.9849
0.0904
183
2
28.20
2025-03-22
10.
import std; int main() { std::println("Hello World!"); }
31.54
0.9810
0.0798
56
7
27.44
2025-04-28
11.
/** Loop waiting for a connection and a valid command */ whi...
31.40
1.0448
0.0113
445
3
31.01
2025-05-13
12.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
30.69
0.9386
0.0936
256
5
26.14
2024-10-31
13.
import re import sys import urllib2 import BeautifulSoup usa...
30.16
0.9803
0.0341
344
1
30.16
2024-08-03
14.
function calculateArea(width, height) { try { var area = ...
29.81
1.0366
-0.0340
301
3
28.76
2024-10-20
15.
/* Read a set of characters from the socket */ StringBuffer ...
29.40
1.0042
-0.0153
542
3
28.53
2024-07-18
16.
(publish :path "/hello-count" :content-type "text/html" :fun...
29.36
0.9487
0.0388
356
4
26.72
2025-03-22
17.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
28.15
0.9215
0.0253
78
3
25.10
2025-04-28
18.
import urllib2 import urllib import json url = "http://ajax....
28.01
0.9776
-0.0355
438
2
26.21
2024-11-22
19.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
26.51
0.9234
-0.0317
236
2
26.08
2024-07-30
20.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
24.25
0.9180
-0.1024
264
2
23.91
2024-12-03
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
24.21
0.8513
-0.0370
179
1
24.21
2025-04-28