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.
function calculateArea(width, height) { try { var area = ...
71.86
1.0366
0.9906
301
4
48.28
2026-01-01
2.
(publish :path "/hello-count" :content-type "text/html" :fun...
64.69
0.9487
0.8762
356
2
46.14
2026-01-01
3.
import urllib2 import json screen_name = "wordpress" url = "...
52.00
1.0621
0.4048
246
2
47.44
2024-08-24
4.
import os import sys def run(program, *args): pid = os.fork(...
48.89
1.0473
0.3319
154
2
39.41
2024-08-17
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
40.65
1.1067
0.0401
388
3
38.43
2024-08-17
6.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
37.61
0.9234
0.1376
236
1
37.61
2024-08-24
7.
/** Loop waiting for a connection and a valid command */ whi...
36.60
1.0448
-0.0123
445
1
36.60
2024-08-06
8.
import string from random import * characters = string.ascii...
35.91
1.1814
-0.1684
190
1
35.91
2024-08-05
9.
import std; int main() { std::println("Hello World!"); }
35.18
0.9810
0.0114
56
1
35.18
2024-08-07
10.
public class HelloWorld { public static void main(String[] ...
32.78
1.0599
-0.1352
143
1
32.78
2024-08-06
11.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
31.02
0.9215
-0.0464
78
1
31.02
2024-08-24
12.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
30.02
0.9386
-0.0917
256
2
29.43
2024-08-07
13.
import re import sys import urllib2 import BeautifulSoup usa...
29.79
0.9803
-0.1399
344
1
29.79
2024-08-07
14.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
26.92
0.8513
-0.0919
179
2
24.94
2024-08-07
15.
import urllib2 import urllib import json url = "http://ajax....
23.89
0.9776
-0.3037
438
1
23.89
2024-08-05