TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for TRLT - YouTube (krux_254)
Return to profile of TRLT - YouTube (krux_254)
View texts not yet raced by TRLT - YouTube (krux_254)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import random min = 1 max = 6 roll_again = "yes" while roll_...
75.88
1.1383
0.3031
272
3
68.39
2025-03-26
2.
import string from random import * characters = string.ascii...
73.70
1.1814
0.2186
190
5
63.83
2025-03-25
3.
public class HelloWorld { public static void main(String[] ...
66.69
1.0599
0.2069
143
6
53.15
2025-03-26
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
66.68
1.1067
0.1599
388
3
58.85
2025-03-26
5.
function calculateArea(width, height) { try { var area = ...
58.88
1.0366
0.0819
301
3
53.70
2025-03-25
6.
import urllib2 import urllib import json url = "http://ajax....
58.64
0.9776
0.1363
438
2
58.06
2025-03-26
7.
(publish :path "/hello-count" :content-type "text/html" :fun...
58.63
0.9487
0.1650
356
6
51.25
2025-03-26
8.
import urllib2 import json screen_name = "wordpress" url = "...
57.63
1.0621
0.0326
246
3
55.47
2024-05-06
9.
/* Read a set of characters from the socket */ StringBuffer ...
56.41
1.0042
0.0673
542
3
54.37
2025-03-26
10.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
56.23
0.9234
0.1447
236
5
49.32
2025-03-25
11.
import re import sys import urllib2 import BeautifulSoup usa...
55.20
0.9803
0.0683
344
3
49.66
2025-01-04
12.
/** Loop waiting for a connection and a valid command */ whi...
54.80
1.0448
-0.0038
445
3
51.01
2025-03-25
13.
import os import sys def run(program, *args): pid = os.fork(...
53.20
1.0473
-0.0367
154
2
46.85
2025-03-26
14.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
53.14
0.9386
0.0708
256
4
49.02
2025-03-25
15.
import std; int main() { std::println("Hello World!"); }
51.84
0.9810
0.0037
56
3
47.95
2025-03-26
16.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
47.02
0.9180
-0.0248
264
1
47.02
2024-05-06
17.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
42.48
0.9849
-0.1780
183
2
40.88
2024-01-05
18.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
37.71
0.9215
-0.2052
78
2
34.19
2024-05-09
19.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
30.12
0.8513
-0.2792
179
1
30.12
2024-01-05