TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Weekevy (layvth)
Return to profile of Weekevy (layvth)
View texts not yet raced by Weekevy (layvth)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import os import sys def run(program, *args): pid = os.fork(...
84.48
1.0473
0.4775
154
9
47.10
2026-04-15
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
81.34
1.1383
0.3298
272
14
51.07
2025-10-10
3.
import std; int main() { std::println("Hello World!"); }
76.91
0.9810
0.4072
56
5
46.73
2026-02-22
4.
input("\n\nPress the enter key to exit.") # waits for the us...
69.24
1.1984
0.0513
85
6
51.41
2025-10-10
5.
import string from random import * characters = string.ascii...
66.30
1.1814
0.0153
190
13
50.60
2026-02-22
6.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
64.43
0.9234
0.2395
236
11
42.47
2026-02-22
7.
import urllib2 import urllib import json url = "http://ajax....
62.26
0.9776
0.1461
438
8
43.03
2026-04-02
8.
/** Loop waiting for a connection and a valid command */ whi...
58.77
1.0448
0.0160
445
6
41.68
2025-10-10
9.
import random n = random.randint(1, 99) guess = int(raw_inpu...
57.51
1.1067
-0.0687
388
6
48.11
2024-04-23
10.
/* Read a set of characters from the socket */ StringBuffer ...
56.46
1.0042
0.0149
542
5
40.79
2026-02-22
11.
import re import sys import urllib2 import BeautifulSoup usa...
55.40
0.9803
0.0196
344
7
43.39
2026-04-11
12.
function calculateArea(width, height) { try { var area = ...
54.02
1.0366
-0.0616
301
12
40.16
2024-10-17
13.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
53.80
1.0518
-0.0807
152
9
39.49
2024-09-14
14.
import urllib2 import json screen_name = "wordpress" url = "...
51.79
1.0621
-0.1273
246
6
40.74
2024-09-12
15.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
48.59
0.8513
0.0257
179
3
33.98
2025-10-10
16.
(publish :path "/hello-count" :content-type "text/html" :fun...
47.46
0.9487
-0.0921
356
14
39.07
2024-07-07
17.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
47.11
1.0060
-0.1557
467
1
47.11
2026-04-15
18.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
45.76
0.9849
-0.1590
183
5
36.09
2024-08-02
19.
public class HelloWorld { public static void main(String[] ...
44.66
1.0599
-0.2538
143
3
40.18
2024-04-23
20.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
43.23
0.9386
-0.1583
256
8
31.71
2024-05-12
21.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
39.10
0.9215
-0.2158
78
8
28.89
2024-04-16
22.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
28.06
0.9180
-0.4115
264
2
25.95
2024-04-06