TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for (zak389)
Return to profile of (zak389)
View texts not yet raced by (zak389)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
This is a placeholder text. You are seeing it because there ...
132.62
1.2781
0.2468
167
4
123.66
2024-02-04
2.
input("\n\nPress the enter key to exit.") # waits for the us...
125.14
1.1984
0.2405
85
28
80.73
2025-04-15
3.
import string from random import * characters = string.ascii...
107.63
1.1814
0.0562
190
31
76.38
2025-07-14
4.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
105.91
0.9215
0.2963
78
22
66.56
2025-01-04
5.
public class HelloWorld { public static void main(String[] ...
105.66
1.0599
0.1550
143
31
73.05
2024-07-19
6.
import std; int main() { std::println("Hello World!"); }
102.48
0.9810
0.1973
56
12
79.68
2024-07-16
7.
import random min = 1 max = 6 roll_again = "yes" while roll_...
101.90
1.1383
0.0334
272
30
72.34
2025-03-17
8.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
99.18
1.0518
0.0886
152
49
68.57
2025-06-01
9.
template
bool all(Args ...args) { return (...
87.93
0.9493
0.0617
246
5
79.27
2024-07-22
10.
import random n = random.randint(1, 99) guess = int(raw_inpu...
87.83
1.1067
-0.0968
388
36
71.96
2025-03-26
11.
import urllib2 import json screen_name = "wordpress" url = "...
86.80
1.0621
-0.0641
246
14
64.97
2025-06-01
12.
function calculateArea(width, height) { try { var area = ...
86.40
1.0366
-0.0431
301
27
68.73
2025-04-14
13.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
84.82
0.9849
-0.0096
183
30
65.19
2024-08-04
14.
/** Loop waiting for a connection and a valid command */ whi...
83.32
1.0448
-0.0868
445
11
60.25
2025-04-14
15.
(publish :path "/hello-count" :content-type "text/html" :fun...
82.77
0.9487
0.0030
356
14
61.78
2025-04-15
16.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
82.00
0.8513
0.0916
179
16
62.06
2024-06-07
17.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
81.89
0.9180
0.0236
264
10
58.50
2025-07-04
18.
import os import sys def run(program, *args): pid = os.fork(...
81.56
1.0473
-0.1095
154
15
59.08
2025-03-26
19.
NamedDecl *Sema::getCurFunctionOrMethodDecl() const { DeclCo...
79.72
0.7879
0.1287
202
5
65.47
2024-04-14
20.
/* Read a set of characters from the socket */ StringBuffer ...
77.46
1.0042
-0.1135
542
16
59.98
2025-04-14
21.
import urllib2 import urllib import json url = "http://ajax....
75.47
0.9776
-0.1098
438
10
57.04
2024-07-19
22.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
71.58
1.0060
-0.1830
467
4
62.03
2024-02-06
23.
var $form, width, height, area; $form = $('#calculator'); $(...
70.91
0.8254
-0.0101
372
10
61.16
2025-03-17
24.
import re import sys import urllib2 import BeautifulSoup usa...
70.14
0.9803
-0.1738
344
10
52.26
2025-07-04
25.
if (response) { try { var dealData = JSON.parse(response)...
69.53
0.8661
-0.0666
501
5
62.63
2024-07-21
26.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
67.93
0.9386
-0.1575
256
10
53.22
2024-03-31
27.
function showContent(dealData) { var newContent = ''; for ...
63.87
0.7133
0.0211
440
12
58.84
2024-04-14
28.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
62.70
0.9234
-0.2025
236
9
50.76
2024-02-16