TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Armando (jos3ar)
Return to profile of Armando (jos3ar)
View texts not yet raced by Armando (jos3ar)
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...
35.20
1.1984
0.0673
85
2
33.09
2024-10-28
2.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
32.45
0.9849
0.1884
183
4
28.66
2024-10-28
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
31.86
1.1383
0.0100
272
1
31.86
2024-10-21
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
31.38
1.1067
0.0258
388
5
28.89
2024-10-28
5.
import urllib2 import json screen_name = "wordpress" url = "...
30.94
1.0621
0.0570
246
3
28.67
2024-10-28
6.
import string from random import * characters = string.ascii...
30.21
1.1814
-0.0888
190
1
30.21
2024-10-14
7.
/** Loop waiting for a connection and a valid command */ whi...
28.39
1.0448
-0.0154
445
2
27.10
2024-10-21
8.
import re import sys import urllib2 import BeautifulSoup usa...
28.31
0.9803
0.0408
344
1
28.31
2024-10-21
9.
function calculateArea(width, height) { try { var area = ...
28.15
1.0366
-0.0203
301
2
27.57
2024-10-28
10.
import urllib2 import urllib import json url = "http://ajax....
28.09
0.9776
0.0375
438
3
26.06
2024-10-21
11.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
26.16
1.0518
-0.1045
152
2
24.90
2024-09-23
12.
import os import sys def run(program, *args): pid = os.fork(...
26.02
1.0473
-0.1061
154
3
22.03
2024-09-22
13.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
25.36
0.9180
-0.0023
264
1
25.36
2024-09-23
14.
(publish :path "/hello-count" :content-type "text/html" :fun...
24.49
0.9487
-0.0594
356
1
24.49
2024-09-23
15.
import std; int main() { std::println("Hello World!"); }
23.92
0.9810
-0.1241
56
1
23.92
2024-10-28
16.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
23.31
0.9215
-0.0811
78
1
23.31
2024-10-14
17.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
23.18
0.8513
-0.0210
179
1
23.18
2024-10-14
18.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
21.89
0.9386
-0.1490
256
1
21.89
2024-09-23