TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for hakan (haakn)
Return to profile of hakan (haakn)
View texts not yet raced by hakan (haakn)
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...
93.34
1.1814
0.1587
190
4
87.01
2024-05-23
2.
import os import sys def run(program, *args): pid = os.fork(...
87.51
1.0473
0.2091
154
3
81.87
2024-03-14
3.
input("\n\nPress the enter key to exit.") # waits for the us...
83.74
1.1984
-0.0025
85
3
81.93
2024-05-06
4.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
79.59
1.0518
0.0921
152
2
74.81
2024-03-24
5.
import urllib2 import json screen_name = "wordpress" url = "...
79.11
1.0621
0.0745
246
3
71.20
2024-03-23
6.
public class HelloWorld { public static void main(String[] ...
79.04
1.0599
0.0729
143
6
72.15
2024-05-21
7.
import random n = random.randint(1, 99) guess = int(raw_inpu...
78.25
1.1067
0.0152
388
3
77.07
2024-05-27
8.
import urllib2 import urllib import json url = "http://ajax....
78.25
0.9776
0.1455
438
5
69.37
2024-03-30
9.
import random min = 1 max = 6 roll_again = "yes" while roll_...
75.73
1.1383
-0.0540
272
1
75.73
2024-03-11
10.
function calculateArea(width, height) { try { var area = ...
72.30
1.0366
0.0003
301
2
68.07
2024-05-06
11.
import std; int main() { std::println("Hello World!"); }
71.78
0.9810
0.0415
56
7
64.43
2024-05-16
12.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
70.60
0.8513
0.1544
179
5
55.74
2024-05-21
13.
/** Loop waiting for a connection and a valid command */ whi...
70.09
1.0448
-0.0352
445
2
65.93
2024-05-07
14.
/* Read a set of characters from the socket */ StringBuffer ...
69.32
1.0042
-0.0091
542
2
67.63
2024-03-19
15.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
68.08
0.9215
0.0535
78
2
64.71
2024-05-06
16.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
65.99
1.0060
-0.0738
467
1
65.99
2024-03-18
17.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
64.80
0.9386
-0.0101
256
1
64.80
2024-03-08
18.
import re import sys import urllib2 import BeautifulSoup usa...
63.65
0.9803
-0.0683
344
1
63.65
2024-03-25
19.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
63.16
0.9849
-0.0769
183
1
63.16
2024-05-03
20.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
62.63
0.9180
-0.0196
264
2
60.15
2024-03-23
21.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
62.17
0.9234
-0.0283
236
1
62.17
2024-03-10
22.
(publish :path "/hello-count" :content-type "text/html" :fun...
58.56
0.9487
-0.1037
356
1
58.56
2024-03-08