TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for KEN (kent_type)
Return to profile of KEN (kent_type)
View texts not yet raced by KEN (kent_type)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
input("\n\nPress the enter key to exit.") # waits for the us...
63.98
1.1984
0.3637
85
4
57.87
2023-12-21
2.
import string from random import * characters = string.ascii...
53.88
1.1814
0.1341
190
3
45.34
2023-08-19
3.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
45.70
0.9386
0.1772
256
8
38.86
2025-06-05
4.
import random min = 1 max = 6 roll_again = "yes" while roll_...
45.08
1.1383
-0.0376
272
4
42.25
2023-06-23
5.
template
bool all(Args ...args) { return (...
43.44
0.9493
0.1113
246
1
43.44
2023-12-06
6.
/** Loop waiting for a connection and a valid command */ whi...
42.83
1.0448
0.0009
445
4
37.80
2024-08-12
7.
import re import sys import urllib2 import BeautifulSoup usa...
42.43
0.9803
0.0557
344
5
38.87
2025-06-05
8.
function calculateArea(width, height) { try { var area = ...
41.75
1.0366
-0.0172
301
3
38.85
2023-12-06
9.
import random n = random.randint(1, 99) guess = int(raw_inpu...
40.96
1.1067
-0.1066
388
1
40.96
2023-08-19
10.
import urllib2 import json screen_name = "wordpress" url = "...
40.68
1.0621
-0.0689
246
2
40.46
2023-06-23
11.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
39.47
0.9180
0.0457
264
5
35.59
2025-06-05
12.
(publish :path "/hello-count" :content-type "text/html" :fun...
39.13
0.9487
0.0067
356
2
35.11
2023-12-06
13.
import os import sys def run(program, *args): pid = os.fork(...
38.63
1.0473
-0.1041
154
1
38.63
2023-06-23
14.
/* Read a set of characters from the socket */ StringBuffer ...
38.08
1.0042
-0.0744
542
1
38.08
2023-08-19
15.
import urllib2 import urllib import json url = "http://ajax....
37.87
0.9776
-0.0530
438
2
37.76
2023-06-23
16.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
36.71
0.9234
-0.0271
236
3
34.25
2023-12-06
17.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
35.58
1.0518
-0.1831
152
1
35.58
2023-12-06
18.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
33.87
0.9849
-0.1579
183
2
32.58
2023-06-21
19.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
33.70
0.9215
-0.0987
78
1
33.70
2023-06-21
20.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
33.43
0.8513
-0.0351
179
1
33.43
2023-12-14
21.
public class HelloWorld { public static void main(String[] ...
32.90
1.0599
-0.2566
143
1
32.90
2023-06-21