TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Kramnik (st4ff)
Return to profile of Kramnik (st4ff)
View texts not yet raced by Kramnik (st4ff)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import string from random import * characters = string.ascii...
87.39
1.1814
0.1194
190
11
75.86
2025-08-02
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
79.76
1.1383
0.0490
272
5
72.01
2025-08-14
3.
import random n = random.randint(1, 99) guess = int(raw_inpu...
79.33
1.1067
0.0741
388
6
72.26
2025-08-14
4.
input("\n\nPress the enter key to exit.") # waits for the us...
76.38
1.1984
-0.0615
85
8
64.40
2025-08-14
5.
function calculateArea(width, height) { try { var area = ...
74.62
1.0366
0.0741
301
6
63.19
2025-07-18
6.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
73.24
0.9849
0.1053
183
10
63.83
2025-08-14
7.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
72.02
1.0518
0.0202
152
6
64.00
2025-08-14
8.
public class HelloWorld { public static void main(String[] ...
69.20
1.0599
-0.0298
143
4
63.12
2025-07-18
9.
import urllib2 import json screen_name = "wordpress" url = "...
69.02
1.0621
-0.0347
246
4
65.84
2025-07-23
10.
/** Loop waiting for a connection and a valid command */ whi...
67.91
1.0448
-0.0339
445
10
64.06
2025-09-13
11.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
67.15
1.0060
-0.0065
467
6
62.50
2025-08-02
12.
import os import sys def run(program, *args): pid = os.fork(...
65.98
1.0473
-0.0652
154
9
59.36
2025-08-02
13.
import urllib2 import urllib import json url = "http://ajax....
65.07
0.9776
-0.0090
438
8
60.17
2025-08-14
14.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
63.02
0.9234
0.0147
236
4
59.66
2025-07-23
15.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
62.02
0.9386
-0.0154
256
5
59.05
2025-09-13
16.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
61.78
0.9215
-0.0019
78
7
53.59
2025-08-14
17.
import re import sys import urllib2 import BeautifulSoup usa...
61.32
0.9803
-0.0675
344
6
56.72
2025-09-13
18.
/* Read a set of characters from the socket */ StringBuffer ...
59.28
1.0042
-0.1218
542
4
55.86
2025-07-23
19.
(publish :path "/hello-count" :content-type "text/html" :fun...
58.11
0.9487
-0.0837
356
3
53.68
2025-07-03
20.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
57.04
0.8513
-0.0022
179
3
50.48
2025-07-18
21.
import std; int main() { std::println("Hello World!"); }
54.62
0.9810
-0.1680
56
5
52.70
2025-08-14
22.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
53.71
0.9180
-0.1185
264
5
49.91
2025-07-18