TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for DNF (lam4nk)
Return to profile of DNF (lam4nk)
View texts not yet raced by DNF (lam4nk)
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...
83.66
1.1814
0.0748
190
70
67.02
2024-04-11
2.
import random n = random.randint(1, 99) guess = int(raw_inpu...
79.40
1.1067
0.0849
388
70
66.50
2024-04-11
3.
import urllib2 import json screen_name = "wordpress" url = "...
78.00
1.0621
0.1159
246
55
60.61
2024-04-11
4.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
77.15
1.0518
0.1164
152
53
61.44
2024-04-11
5.
import random min = 1 max = 6 roll_again = "yes" while roll_...
76.88
1.1383
0.0166
272
57
64.62
2024-03-31
6.
function calculateArea(width, height) { try { var area = ...
74.42
1.0366
0.0913
301
62
57.61
2024-04-11
7.
/** Loop waiting for a connection and a valid command */ whi...
72.54
1.0448
0.0577
445
56
58.56
2024-04-11
8.
import os import sys def run(program, *args): pid = os.fork(...
72.33
1.0473
0.0442
154
54
58.30
2024-04-01
9.
/* Read a set of characters from the socket */ StringBuffer ...
70.29
1.0042
0.0606
542
47
55.32
2024-04-01
10.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
69.68
0.9849
0.0683
183
52
55.71
2024-04-11
11.
public class HelloWorld { public static void main(String[] ...
69.19
1.0599
-0.0144
143
44
54.79
2024-04-11
12.
(publish :path "/hello-count" :content-type "text/html" :fun...
67.40
0.9487
0.0792
356
53
52.43
2024-04-11
13.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
66.87
0.9234
0.0920
236
58
52.62
2024-04-08
14.
import re import sys import urllib2 import BeautifulSoup usa...
66.17
0.9803
0.0228
344
57
55.28
2024-04-11
15.
import urllib2 import urllib import json url = "http://ajax....
65.79
0.9776
0.0221
438
62
56.60
2024-04-11
16.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
63.82
0.9386
0.0232
256
65
52.45
2024-04-11
17.
input("\n\nPress the enter key to exit.") # waits for the us...
62.53
1.1984
-0.2716
85
5
52.46
2023-12-01
18.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
61.49
1.0060
0.0157
467
20
55.56
2024-03-27
19.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
60.76
0.9180
-0.0025
264
50
49.61
2024-04-11
20.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
52.05
0.8513
-0.0782
179
20
45.45
2024-04-08
21.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
50.16
0.9215
-0.1610
78
9
41.42
2023-11-23
22.
template
bool all(Args ...args) { return (...
48.94
0.9493
-0.3325
246
1
48.94
2023-12-05
23.
NamedDecl *Sema::getCurFunctionOrMethodDecl() const { DeclCo...
43.86
0.7879
-0.1348
202
3
41.56
2023-12-17