TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Asta (radhekrishnan)
Return to profile of Asta (radhekrishnan)
View texts not yet raced by Asta (radhekrishnan)
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.62
1.1984
0.4414
85
8
46.74
2025-01-03
2.
import string from random import * characters = string.ascii...
50.40
1.1814
0.1176
190
6
45.00
2025-04-06
3.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
46.62
1.0518
0.1498
152
8
39.69
2025-05-10
4.
/** Loop waiting for a connection and a valid command */ whi...
42.31
1.0448
0.0457
445
6
33.26
2025-01-03
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
41.89
1.1067
-0.0270
388
5
37.42
2025-01-13
6.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
40.83
0.9849
0.0675
183
6
31.30
2025-01-03
7.
import random min = 1 max = 6 roll_again = "yes" while roll_...
40.69
1.1383
-0.0895
272
4
36.38
2024-12-28
8.
import urllib2 import json screen_name = "wordpress" url = "...
40.24
1.0621
-0.0249
246
4
37.39
2025-01-09
9.
public class HelloWorld { public static void main(String[] ...
39.33
1.0599
-0.0462
143
5
33.72
2025-05-10
10.
function calculateArea(width, height) { try { var area = ...
39.21
1.0366
-0.0260
301
4
31.14
2024-12-28
11.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
38.39
0.9215
0.0680
78
11
27.16
2025-01-13
12.
import os import sys def run(program, *args): pid = os.fork(...
37.83
1.0473
-0.0723
154
5
33.42
2025-05-10
13.
import urllib2 import urllib import json url = "http://ajax....
36.97
0.9776
-0.0247
438
2
32.13
2025-05-11
14.
/* Read a set of characters from the socket */ StringBuffer ...
36.85
1.0042
-0.0544
542
5
29.44
2025-01-06
15.
import re import sys import urllib2 import BeautifulSoup usa...
36.78
0.9803
-0.0323
344
6
31.02
2025-04-06
16.
(publish :path "/hello-count" :content-type "text/html" :fun...
35.04
0.9487
-0.0456
356
6
29.45
2025-01-13
17.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
34.49
0.9234
-0.0344
236
2
33.40
2024-12-28
18.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
31.99
0.9180
-0.0935
264
3
28.82
2025-01-03
19.
import std; int main() { std::println("Hello World!"); }
31.09
0.9810
-0.1797
56
3
27.79
2025-01-09
20.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
30.69
0.9386
-0.1476
256
5
24.12
2024-12-22
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
30.06
0.8513
-0.0765
179
7
24.35
2025-05-10