TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Manuel_Farfan (manu_233)
Return to profile of Manuel_Farfan (manu_233)
View texts not yet raced by Manuel_Farfan (manu_233)
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...
50.55
1.1984
0.0246
85
2
48.28
2025-10-26
2.
import urllib2 import json screen_name = "wordpress" url = "...
50.20
1.0621
0.1525
246
4
43.17
2025-10-12
3.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
47.28
1.0518
0.0921
152
4
41.59
2025-10-31
4.
import random min = 1 max = 6 roll_again = "yes" while roll_...
44.93
1.1383
-0.0512
272
3
40.84
2025-10-17
5.
public class HelloWorld { public static void main(String[] ...
44.04
1.0599
0.0056
143
3
35.55
2025-10-26
6.
/** Loop waiting for a connection and a valid command */ whi...
43.76
1.0448
0.0140
445
4
39.73
2025-10-26
7.
import urllib2 import urllib import json url = "http://ajax....
43.53
0.9776
0.0756
438
2
41.45
2025-10-17
8.
import random n = random.randint(1, 99) guess = int(raw_inpu...
43.33
1.1067
-0.0583
388
3
42.36
2025-09-13
9.
import std; int main() { std::println("Hello World!"); }
43.17
0.9810
0.0635
56
3
38.87
2025-10-17
10.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
42.99
0.9849
0.0552
183
4
36.89
2025-10-31
11.
import string from random import * characters = string.ascii...
42.78
1.1814
-0.1464
190
2
41.54
2025-09-13
12.
(publish :path "/hello-count" :content-type "text/html" :fun...
42.60
0.9487
0.0820
356
4
39.88
2025-10-31
13.
function calculateArea(width, height) { try { var area = ...
42.46
1.0366
-0.0093
301
1
42.46
2025-10-26
14.
import os import sys def run(program, *args): pid = os.fork(...
42.14
1.0473
-0.0277
154
2
34.19
2025-11-07
15.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
40.17
0.9215
0.0504
78
5
33.86
2025-11-07
16.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
39.51
0.9234
0.0325
236
4
36.24
2025-09-19
17.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
38.28
0.9180
0.0082
264
5
36.52
2025-11-07
18.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
38.01
0.9386
-0.0190
256
2
35.15
2025-09-19
19.
/* Read a set of characters from the socket */ StringBuffer ...
36.72
1.0042
-0.1158
542
1
36.72
2025-09-06
20.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
32.17
0.8513
-0.0730
179
2
30.76
2025-09-11