TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Yuma (el_yuma)
Return to profile of Yuma (el_yuma)
View texts not yet raced by Yuma (el_yuma)
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...
82.32
1.1984
0.1952
85
16
70.88
2025-02-21
2.
import string from random import * characters = string.ascii...
73.66
1.1814
0.0656
190
18
56.54
2025-01-18
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
68.12
1.1383
0.0149
272
11
57.19
2025-01-25
4.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
63.85
1.0518
0.0291
152
16
55.08
2025-01-23
5.
/** Loop waiting for a connection and a valid command */ whi...
62.25
1.0448
0.0090
445
19
54.91
2025-01-31
6.
function calculateArea(width, height) { try { var area = ...
61.99
1.0366
0.0128
301
11
52.24
2025-02-02
7.
public class HelloWorld { public static void main(String[] ...
61.61
1.0599
-0.0169
143
20
53.82
2025-01-16
8.
import os import sys def run(program, *args): pid = os.fork(...
60.86
1.0473
-0.0170
154
20
54.29
2025-01-27
9.
import urllib2 import json screen_name = "wordpress" url = "...
59.99
1.0621
-0.0466
246
17
49.07
2025-01-23
10.
import random n = random.randint(1, 99) guess = int(raw_inpu...
59.31
1.1067
-0.1027
388
8
55.45
2025-02-21
11.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
57.76
0.9849
-0.0071
183
12
47.06
2025-01-27
12.
/* Read a set of characters from the socket */ StringBuffer ...
57.59
1.0042
-0.0293
542
15
51.56
2025-01-23
13.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
57.21
0.9215
0.0470
78
19
47.11
2025-01-27
14.
import std; int main() { std::println("Hello World!"); }
56.02
0.9810
-0.0327
56
13
47.30
2025-02-02
15.
import urllib2 import urllib import json url = "http://ajax....
54.90
0.9776
-0.0482
438
11
49.62
2025-01-23
16.
import re import sys import urllib2 import BeautifulSoup usa...
54.42
0.9803
-0.0590
344
12
48.11
2025-01-18
17.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
53.31
0.9180
-0.0155
264
8
44.42
2025-02-02
18.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
52.47
0.8513
0.0369
179
11
40.68
2025-01-25
19.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
52.30
1.0060
-0.1206
467
2
50.52
2025-01-17
20.
(publish :path "/hello-count" :content-type "text/html" :fun...
52.13
0.9487
-0.0662
356
10
44.54
2025-04-07
21.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
49.68
0.9386
-0.0976
256
9
44.67
2025-01-09
22.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
47.83
0.9234
-0.1137
236
8
43.58
2025-01-27