TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Elemental (elementalscar)
Return to profile of Elemental (elementalscar)
View texts not yet raced by Elemental (elementalscar)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import urllib2 import json screen_name = "wordpress" url = "...
52.00
1.0621
0.5668
246
2
47.44
2024-08-24
2.
import os import sys def run(program, *args): pid = os.fork(...
48.89
1.0473
0.4839
154
2
39.41
2024-08-17
3.
function calculateArea(width, height) { try { var area = ...
42.87
1.0366
0.3048
301
3
40.42
2024-08-17
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
40.65
1.1067
0.1651
388
3
38.43
2024-08-17
5.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
37.61
0.9234
0.2569
236
1
37.61
2024-08-24
6.
/** Loop waiting for a connection and a valid command */ whi...
36.60
1.0448
0.1050
445
1
36.60
2024-08-06
7.
import string from random import * characters = string.ascii...
35.91
1.1814
-0.0556
190
1
35.91
2024-08-05
8.
import std; int main() { std::println("Hello World!"); }
35.18
0.9810
0.1131
56
1
35.18
2024-08-07
9.
public class HelloWorld { public static void main(String[] ...
32.78
1.0599
-0.0345
143
1
32.78
2024-08-06
10.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
31.02
0.9215
0.0481
78
1
31.02
2024-08-24
11.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
30.02
0.9386
0.0001
256
2
29.43
2024-08-07
12.
import re import sys import urllib2 import BeautifulSoup usa...
29.79
0.9803
-0.0487
344
1
29.79
2024-08-07
13.
(publish :path "/hello-count" :content-type "text/html" :fun...
27.59
0.9487
-0.0800
356
1
27.59
2024-08-06
14.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
26.92
0.8513
-0.0152
179
2
24.94
2024-08-07
15.
import urllib2 import urllib import json url = "http://ajax....
23.89
0.9776
-0.2284
438
1
23.89
2024-08-05