TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for C (stowellcm)
Return to profile of C (stowellcm)
View texts not yet raced by C (stowellcm)
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...
55.39
1.1984
0.3252
85
24
46.67
2024-07-18
2.
import string from random import * characters = string.ascii...
53.32
1.1814
0.2920
190
29
44.52
2024-07-16
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
50.65
1.1383
0.2578
272
28
42.76
2024-08-13
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
49.11
1.1067
0.2484
388
31
41.60
2024-07-29
5.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
47.09
1.0518
0.2505
152
15
37.20
2024-06-12
6.
/** Loop waiting for a connection and a valid command */ whi...
45.41
1.0448
0.2129
445
32
39.27
2024-08-13
7.
function calculateArea(width, height) { try { var area = ...
45.20
1.0366
0.2109
301
22
36.06
2024-07-30
8.
public class HelloWorld { public static void main(String[] ...
44.74
1.0599
0.1743
143
21
37.08
2024-07-27
9.
import os import sys def run(program, *args): pid = os.fork(...
42.09
1.0473
0.1162
154
23
36.26
2024-07-24
10.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
41.87
0.9215
0.2328
78
22
31.64
2024-07-31
11.
import urllib2 import json screen_name = "wordpress" url = "...
40.98
1.0621
0.0713
246
20
36.51
2024-08-13
12.
/* Read a set of characters from the socket */ StringBuffer ...
40.84
1.0042
0.1240
542
18
35.70
2024-07-18
13.
import std; int main() { std::println("Hello World!"); }
39.49
0.9810
0.1022
56
12
33.23
2024-06-07
14.
import urllib2 import urllib import json url = "http://ajax....
39.44
0.9776
0.1121
438
19
34.02
2024-08-13
15.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
39.24
0.9849
0.1003
183
17
34.70
2024-07-24
16.
import re import sys import urllib2 import BeautifulSoup usa...
38.84
0.9803
0.0909
344
24
32.98
2024-08-01
17.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
37.27
0.9234
0.1088
236
24
31.48
2024-08-13
18.
(publish :path "/hello-count" :content-type "text/html" :fun...
36.71
0.9487
0.0697
356
18
32.26
2024-07-18
19.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
35.82
0.8513
0.1308
179
21
28.25
2024-08-13
20.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
34.71
0.9386
0.0187
256
24
29.97
2024-08-13
21.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
32.23
0.9180
-0.0280
264
18
27.62
2024-07-29