TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for ayushwan (ayush6203)
Return to profile of ayushwan (ayush6203)
View texts not yet raced by ayushwan (ayush6203)
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...
35.05
1.1984
0.2335
85
4
30.34
2024-04-01
2.
import string from random import * characters = string.ascii...
30.39
1.1814
0.0665
190
5
27.72
2024-04-01
3.
import random n = random.randint(1, 99) guess = int(raw_inpu...
28.43
1.1067
0.0588
388
1
28.43
2024-01-03
4.
import random min = 1 max = 6 roll_again = "yes" while roll_...
28.00
1.1383
0.0080
272
1
28.00
2024-01-03
5.
import os import sys def run(program, *args): pid = os.fork(...
26.79
1.0473
0.0529
154
4
23.39
2024-04-01
6.
public class HelloWorld { public static void main(String[] ...
26.17
1.0599
0.0126
143
2
24.87
2024-04-01
7.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
24.95
0.9849
0.0403
183
3
23.80
2024-03-29
8.
import urllib2 import urllib import json url = "http://ajax....
24.84
0.9776
0.0420
438
3
22.08
2024-05-14
9.
function calculateArea(width, height) { try { var area = ...
24.76
1.0366
-0.0212
301
3
23.93
2024-04-01
10.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
24.12
1.0518
-0.0599
152
2
23.24
2024-01-03
11.
import re import sys import urllib2 import BeautifulSoup usa...
23.67
0.9803
-0.0106
344
3
21.46
2024-04-01
12.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
22.80
0.9234
0.0150
236
8
19.57
2024-04-01
13.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
21.76
0.9386
-0.0471
256
3
20.46
2024-04-01
14.
/* Read a set of characters from the socket */ StringBuffer ...
21.74
1.0042
-0.1116
542
1
21.74
2024-04-01
15.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
21.05
0.9180
-0.0545
264
2
19.70
2024-04-01
16.
(publish :path "/hello-count" :content-type "text/html" :fun...
20.78
0.9487
-0.0914
356
3
19.94
2024-04-01
17.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
19.97
0.8513
-0.0389
179
2
18.15
2024-02-05