TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for (l)Knoch (lkoch)
Return to profile of (l)Knoch (lkoch)
View texts not yet raced by (l)Knoch (lkoch)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
function calculateArea(width, height) { try { var area = ...
40.56
1.0366
0.8855
301
8
20.69
2024-01-01
2.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
40.05
0.9849
0.9096
183
8
23.55
2024-01-03
3.
/** Loop waiting for a connection and a valid command */ whi...
38.78
1.0448
0.7963
445
3
26.14
2024-01-03
4.
import re import sys import urllib2 import BeautifulSoup usa...
38.04
0.9803
0.8221
344
3
24.33
2024-01-01
5.
import urllib2 import urllib import json url = "http://ajax....
37.24
0.9776
0.7894
438
4
26.65
2024-01-03
6.
public class HelloWorld { public static void main(String[] ...
36.04
1.0599
0.6454
143
4
18.20
2024-01-01
7.
import os import sys def run(program, *args): pid = os.fork(...
35.82
1.0473
0.6465
154
2
33.94
2024-01-03
8.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
34.81
0.9386
0.7056
256
1
34.81
2024-01-01
9.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
33.92
0.9180
0.6838
264
3
20.43
2024-01-03
10.
input("\n\nPress the enter key to exit.") # waits for the us...
31.89
1.1984
0.2926
85
3
20.90
2023-08-18
11.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
30.67
0.9215
0.5313
78
2
19.72
2024-01-03
12.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
22.86
1.0518
0.0360
152
1
22.86
2023-08-18
13.
import urllib2 import json screen_name = "wordpress" url = "...
22.55
1.0621
0.0081
246
4
17.87
2023-08-18
14.
import string from random import * characters = string.ascii...
20.69
1.1814
-0.2055
190
3
16.31
2023-08-15
15.
import random n = random.randint(1, 99) guess = int(raw_inpu...
16.67
1.1067
-0.3209
388
1
16.67
2023-08-15