TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Orgalorrrrg (orgalorg)
Return to profile of Orgalorrrrg (orgalorg)
View texts not yet raced by Orgalorrrrg (orgalorg)
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...
95.61
1.1984
0.0885
85
15
80.62
2025-03-05
2.
import string from random import * characters = string.ascii...
82.57
1.1814
-0.0637
190
9
76.49
2024-12-21
3.
import random n = random.randint(1, 99) guess = int(raw_inpu...
79.72
1.1067
-0.0296
388
14
76.34
2025-03-05
4.
public class HelloWorld { public static void main(String[] ...
79.70
1.0599
0.0165
143
16
71.45
2024-12-14
5.
import random min = 1 max = 6 roll_again = "yes" while roll_...
79.63
1.1383
-0.0640
272
16
75.05
2024-06-05
6.
import std; int main() { std::println("Hello World!"); }
79.39
0.9810
0.0849
56
14
70.30
2025-02-09
7.
import os import sys def run(program, *args): pid = os.fork(...
77.70
1.0473
0.0044
154
13
67.13
2024-07-22
8.
import urllib2 import json screen_name = "wordpress" url = "...
75.69
1.0621
-0.0370
246
17
70.24
2024-10-16
9.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
75.03
0.9215
0.0911
78
19
64.62
2024-07-22
10.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
74.75
1.0518
-0.0389
152
25
67.30
2025-02-09
11.
/** Loop waiting for a connection and a valid command */ whi...
73.80
1.0448
-0.0430
445
17
68.91
2025-01-25
12.
function calculateArea(width, height) { try { var area = ...
73.68
1.0366
-0.0409
301
12
68.75
2024-12-14
13.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
73.09
1.0060
-0.0325
467
17
67.71
2024-12-21
14.
import urllib2 import urllib import json url = "http://ajax....
72.00
0.9776
-0.0035
438
20
66.32
2024-12-21
15.
/* Read a set of characters from the socket */ StringBuffer ...
71.55
1.0042
-0.0363
542
13
66.95
2025-02-09
16.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
68.94
0.9234
0.0117
236
20
61.58
2025-03-05
17.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
68.58
0.9849
-0.0560
183
14
62.10
2024-07-07
18.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
67.77
0.8513
0.0579
179
15
62.13
2025-02-09
19.
import re import sys import urllib2 import BeautifulSoup usa...
67.34
0.9803
-0.0711
344
10
62.24
2024-07-22
20.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
65.88
0.9180
-0.0275
264
12
60.47
2025-01-25
21.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
64.88
0.9386
-0.0626
256
13
59.55
2024-07-08
22.
(publish :path "/hello-count" :content-type "text/html" :fun...
63.04
0.9487
-0.0916
356
10
59.07
2025-02-09