TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Ameesh (yellow_flashh)
Return to profile of Ameesh (yellow_flashh)
View texts not yet raced by Ameesh (yellow_flashh)
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...
63.24
1.1984
0.1354
85
39
45.49
2025-03-31
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
55.88
1.1383
0.0402
272
72
42.57
2025-04-14
3.
import string from random import * characters = string.ascii...
55.74
1.1814
-0.0058
190
59
44.33
2025-04-16
4.
import os import sys def run(program, *args): pid = os.fork(...
54.18
1.0473
0.0954
154
59
39.29
2025-03-31
5.
import std; int main() { std::println("Hello World!"); }
53.47
0.9810
0.1467
56
53
36.38
2025-03-22
6.
public class HelloWorld { public static void main(String[] ...
52.45
1.0599
0.0463
143
48
40.18
2025-04-16
7.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
51.42
1.0518
0.0327
152
60
39.85
2025-04-14
8.
import random n = random.randint(1, 99) guess = int(raw_inpu...
51.02
1.1067
-0.0307
388
52
42.86
2025-04-16
9.
import urllib2 import json screen_name = "wordpress" url = "...
50.82
1.0621
0.0097
246
53
40.22
2025-04-16
10.
import urllib2 import urllib import json url = "http://ajax....
49.19
0.9776
0.0598
438
63
37.55
2025-04-16
11.
function calculateArea(width, height) { try { var area = ...
48.82
1.0366
-0.0070
301
47
38.12
2025-04-07
12.
/* Read a set of characters from the socket */ StringBuffer ...
48.54
1.0042
0.0195
542
55
38.41
2025-04-15
13.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
47.89
0.9234
0.0866
236
63
35.93
2025-03-29
14.
/** Loop waiting for a connection and a valid command */ whi...
47.86
1.0448
-0.0354
445
48
38.14
2025-04-15
15.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
46.22
0.8513
0.1235
179
43
34.02
2025-04-07
16.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
45.04
0.9386
0.0113
256
50
35.32
2025-04-16
17.
(publish :path "/hello-count" :content-type "text/html" :fun...
44.44
0.9487
-0.0114
356
54
36.25
2025-04-14
18.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
44.29
0.9849
-0.0508
183
59
36.35
2025-04-07
19.
import re import sys import urllib2 import BeautifulSoup usa...
43.97
0.9803
-0.0530
344
41
35.90
2025-04-06
20.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
43.45
0.9180
-0.0016
264
50
34.69
2025-04-06
21.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
41.43
0.9215
-0.0477
78
43
30.28
2025-03-31