TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for dendrose (dendrose)
Return to profile of dendrose (dendrose)
View texts not yet raced by dendrose (dendrose)
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...
38.67
1.1984
0.0016
85
4
29.48
2024-04-14
2.
import string from random import * characters = string.ascii...
38.54
1.1814
0.0270
190
2
34.72
2024-03-10
3.
import std; int main() { std::println("Hello World!"); }
38.16
0.9810
0.2328
56
6
32.31
2024-04-03
4.
function calculateArea(width, height) { try { var area = ...
37.01
1.0366
0.1342
301
4
34.99
2024-04-14
5.
import random min = 1 max = 6 roll_again = "yes" while roll_...
36.90
1.1383
0.0191
272
3
35.97
2024-04-14
6.
import os import sys def run(program, *args): pid = os.fork(...
36.84
1.0473
0.1131
154
3
32.35
2024-03-09
7.
/** Loop waiting for a connection and a valid command */ whi...
36.00
1.0448
0.0971
445
2
32.73
2024-03-13
8.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
34.49
0.9849
0.1033
183
6
31.41
2024-04-14
9.
public class HelloWorld { public static void main(String[] ...
34.39
1.0599
0.0249
143
3
31.57
2024-03-22
10.
import urllib2 import json screen_name = "wordpress" url = "...
34.29
1.0621
0.0199
246
3
33.27
2024-04-03
11.
import random n = random.randint(1, 99) guess = int(raw_inpu...
32.34
1.1067
-0.0932
388
1
32.34
2024-03-20
12.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
31.74
1.0518
-0.0467
152
1
31.74
2024-03-22
13.
/* Read a set of characters from the socket */ StringBuffer ...
30.98
1.0042
-0.0234
542
2
29.81
2024-03-13
14.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
29.92
0.9215
0.0237
78
3
23.36
2024-03-10
15.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
29.26
0.9386
-0.0177
256
2
26.32
2024-03-19
16.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
29.10
0.9234
0.0004
236
2
28.00
2024-03-10
17.
import re import sys import urllib2 import BeautifulSoup usa...
28.93
0.9803
-0.0636
344
2
26.51
2024-04-14
18.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
25.57
0.8513
-0.0580
179
2
25.47
2024-03-11
19.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
25.18
0.9180
-0.1253
264
1
25.18
2024-03-10
20.
import urllib2 import urllib import json url = "http://ajax....
19.48
0.9776
-0.3546
438
1
19.48
2024-03-08