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.1331
190
10
76.51
2025-07-23
2.
import random n = random.randint(1, 99) guess = int(raw_inpu...
79.33
1.1067
0.0866
388
5
71.53
2025-07-23
3.
input("\n\nPress the enter key to exit.") # waits for the us...
76.38
1.1984
-0.0495
85
6
63.81
2025-07-18
4.
function calculateArea(width, height) { try { var area = ...
74.62
1.0366
0.0858
301
6
63.19
2025-07-18
5.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
73.24
0.9849
0.1168
183
8
63.15
2025-07-23
6.
import random min = 1 max = 6 roll_again = "yes" while roll_...
72.53
1.1383
-0.0473
272
4
70.08
2025-07-23
7.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
70.95
1.0518
0.0154
152
4
61.77
2025-07-01
8.
public class HelloWorld { public static void main(String[] ...
69.20
1.0599
-0.0190
143
4
63.12
2025-07-18
9.
import urllib2 import json screen_name = "wordpress" url = "...
69.02
1.0621
-0.0239
246
4
65.84
2025-07-23
10.
/** Loop waiting for a connection and a valid command */ whi...
67.91
1.0448
-0.0233
445
8
64.17
2025-07-23
11.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
67.15
1.0060
0.0041
467
5
62.23
2025-07-02
12.
import os import sys def run(program, *args): pid = os.fork(...
65.98
1.0473
-0.0548
154
8
59.81
2025-07-23
13.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
63.02
0.9234
0.0245
236
4
59.66
2025-07-23
14.
import urllib2 import urllib import json url = "http://ajax....
62.94
0.9776
-0.0309
438
5
57.92
2025-07-23
15.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
62.02
0.9386
-0.0057
256
4
58.73
2025-07-04
16.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
61.78
0.9215
0.0078
78
5
52.91
2025-07-18
17.
import re import sys import urllib2 import BeautifulSoup usa...
61.32
0.9803
-0.0579
344
5
56.41
2025-07-18
18.
/* Read a set of characters from the socket */ StringBuffer ...
59.28
1.0042
-0.1125
542
4
55.86
2025-07-23
19.
(publish :path "/hello-count" :content-type "text/html" :fun...
58.11
0.9487
-0.0746
356
3
53.68
2025-07-03
20.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
57.04
0.8513
0.0067
179
3
50.48
2025-07-18
21.
import std; int main() { std::println("Hello World!"); }
54.62
0.9810
-0.1594
56
4
53.11
2025-07-18
22.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
53.71
0.9180
-0.1101
264
5
49.91
2025-07-18