Text analysis for freecalls (freecalls)

Return to profile of freecalls (freecalls)

View texts not yet raced by freecalls (freecalls)

Sorted by best race

Rank Text Best WPM Overall Difficulty Relative Speed Text Length Races Average WPM Last race
1. print "Using URL", url req = urllib2.Request(url) fd = urlli... 59.30 1.0518 0.1414 152 46 42.38 2024-07-12
2. input("\n\nPress the enter key to exit.") # waits for the us... 59.22 1.1984 -0.0068 85 23 47.34 2024-06-20
3. import os import sys def run(program, *args): pid = os.fork(... 59.11 1.0473 0.1421 154 20 45.17 2024-06-25
4. import string from random import * characters = string.ascii... 57.26 1.1814 -0.0292 190 19 46.33 2024-07-23
5. import urllib2 import json screen_name = "wordpress" url = "... 54.40 1.0621 0.0325 246 30 43.29 2024-09-03
6. import random n = random.randint(1, 99) guess = int(raw_inpu... 52.99 1.1067 -0.0404 388 29 43.88 2025-03-31
7. /** Loop waiting for a connection and a valid command */ whi... 52.99 1.0448 0.0215 445 26 42.15 2024-07-12
8. public class HelloWorld { public static void main(String[] ... 52.52 1.0599 -0.0031 143 20 41.72 2024-06-24
9. import random min = 1 max = 6 roll_again = "yes" while roll_... 50.21 1.1383 -0.1280 272 31 42.79 2024-07-18
10. import std; int main() { std::println("Hello World!"); } 49.74 0.9810 0.0199 56 25 36.84 2024-06-25
11. auto monad = [](auto v) { return [=] { return v; }; }; auto ... 48.49 0.8513 0.1244 179 36 34.26 2024-06-30
12. import re import sys import urllib2 import BeautifulSoup usa... 47.64 0.9803 -0.0217 344 28 40.41 2024-06-20
13. class URLLister(SGMLParser): def reset(self): SGMLParser.res... 47.60 0.9849 -0.0271 183 30 37.71 2024-07-23
14. function calculateArea(width, height) { try { var area = ... 47.37 1.0366 -0.0834 301 22 39.50 2025-03-31
15. /* Read a set of characters from the socket */ StringBuffer ... 45.02 1.0042 -0.0983 542 31 39.83 2024-06-30
16. (publish :path "/hello-count" :content-type "text/html" :fun... 44.92 0.9487 -0.0448 356 39 38.13 2024-07-02
17. import urllib2 import urllib import json url = "http://ajax.... 44.36 0.9776 -0.0850 438 29 38.93 2024-08-17
18. this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);... 44.22 0.9386 -0.0488 256 31 36.72 2024-07-23
19. (defop hello2 req (w/link (pr "there") (pr "here"))) (defop ... 43.78 0.9234 -0.0425 236 29 36.67 2024-06-26
20. int res; unsigned long flags; u32 data = 0; if (PCI_##size##... 41.67 0.9180 -0.0795 264 22 36.60 2024-06-30
21. print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(... 40.83 0.9215 -0.0999 78 22 32.91 2024-06-20