TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Sparsh (sparsh123)
Return to profile of Sparsh (sparsh123)
View texts not yet raced by Sparsh (sparsh123)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
70.38
0.9849
0.2985
183
2
63.26
2024-03-29
2.
import string from random import * characters = string.ascii...
66.27
1.1814
0.0208
190
3
57.80
2024-03-29
3.
input("\n\nPress the enter key to exit.") # waits for the us...
65.97
1.1984
-0.0140
85
3
61.66
2024-03-29
4.
import urllib2 import json screen_name = "wordpress" url = "...
64.89
1.0621
0.1218
246
1
64.89
2024-03-29
5.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
64.47
1.0518
0.1275
152
1
64.47
2024-03-29
6.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
60.31
0.9386
0.1588
256
1
60.31
2024-03-29
7.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
59.53
0.9215
0.1654
78
1
59.53
2024-03-29
8.
/* Read a set of characters from the socket */ StringBuffer ...
59.18
1.0042
0.0787
542
1
59.18
2024-03-29
9.
import std; int main() { std::println("Hello World!"); }
56.75
0.9810
0.0660
56
1
56.75
2024-03-29
10.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
56.18
0.9234
0.1071
236
2
55.96
2024-03-29
11.
import os import sys def run(program, *args): pid = os.fork(...
53.08
1.0473
-0.0788
154
2
49.08
2021-02-09
12.
(publish :path "/hello-count" :content-type "text/html" :fun...
52.04
0.9487
0.0113
356
1
52.04
2024-03-30
13.
function calculateArea(width, height) { try { var area = ...
48.25
1.0366
-0.1506
301
1
48.25
2021-05-27