TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Francesco (cecco43)
Return to profile of Francesco (cecco43)
View texts not yet raced by Francesco (cecco43)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import random min = 1 max = 6 roll_again = "yes" while roll_...
51.24
1.1383
0.1808
272
3
43.64
2024-01-10
2.
input("\n\nPress the enter key to exit.") # waits for the us...
48.97
1.1984
0.0496
85
3
40.87
2024-02-10
3.
import string from random import * characters = string.ascii...
46.88
1.1814
0.0252
190
6
44.10
2024-02-06
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
44.33
1.1067
0.0337
388
4
41.09
2024-02-10
5.
import urllib2 import json screen_name = "wordpress" url = "...
43.48
1.0621
0.0638
246
4
41.74
2024-02-05
6.
/** Loop waiting for a connection and a valid command */ whi...
41.85
1.0448
0.0456
445
2
41.69
2024-02-10
7.
import re import sys import urllib2 import BeautifulSoup usa...
41.59
0.9803
0.0996
344
4
39.30
2024-01-10
8.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
41.40
1.0518
0.0236
152
3
38.50
2024-01-08
9.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
41.31
0.9180
0.1482
264
6
33.47
2024-01-09
10.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
39.99
0.9234
0.1172
236
6
37.06
2024-02-06
11.
import os import sys def run(program, *args): pid = os.fork(...
39.77
1.0473
-0.0182
154
2
39.12
2024-01-03
12.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
39.21
0.9386
0.0740
256
5
36.19
2024-01-22
13.
(publish :path "/hello-count" :content-type "text/html" :fun...
38.84
0.9487
0.0668
356
3
37.01
2024-02-05
14.
/* Read a set of characters from the socket */ StringBuffer ...
38.01
1.0042
-0.0164
542
3
35.72
2024-02-06
15.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
37.51
0.9849
-0.0125
183
3
33.94
2024-02-10
16.
import urllib2 import urllib import json url = "http://ajax....
36.28
0.9776
-0.0319
438
3
33.98
2024-01-20
17.
public class HelloWorld { public static void main(String[] ...
34.62
1.0599
-0.1621
143
2
34.15
2024-01-20
18.
function calculateArea(width, height) { try { var area = ...
34.31
1.0366
-0.1429
301
2
33.34
2024-01-05
19.
import std; int main() { std::println("Hello World!"); }
33.51
0.9810
-0.1008
56
5
31.22
2024-02-06
20.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
29.00
0.9215
-0.1678
78
3
26.09
2024-01-10
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
28.37
0.8513
-0.1295
179
3
27.45
2024-02-10