Text analysis for Walter Camacho (waltercs07)

Return to profile of Walter Camacho (waltercs07)

View texts not yet raced by Walter Camacho (waltercs07)

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... 56.78 1.1984 0.0896 85 24 45.56 2026-02-08
2. import string from random import * characters = string.ascii... 49.96 1.1814 -0.0481 190 20 44.31 2026-04-15
3. print "Using URL", url req = urllib2.Request(url) fd = urlli... 48.49 1.0518 0.0481 152 20 41.77 2026-04-12
4. import random min = 1 max = 6 roll_again = "yes" while roll_... 48.08 1.1383 -0.0477 272 21 42.01 2026-03-27
5. public class HelloWorld { public static void main(String[] ... 47.38 1.0599 0.0149 143 28 41.00 2026-04-09
6. import random n = random.randint(1, 99) guess = int(raw_inpu... 46.45 1.1067 -0.0530 388 19 40.99 2026-03-25
7. class URLLister(SGMLParser): def reset(self): SGMLParser.res... 45.51 0.9849 0.0474 183 15 36.70 2026-03-24
8. function calculateArea(width, height) { try { var area = ... 45.48 1.0366 -0.0049 301 23 40.55 2026-03-23
9. import urllib2 import json screen_name = "wordpress" url = "... 45.07 1.0621 -0.0397 246 15 38.23 2026-03-26
10. import std; int main() { std::println("Hello World!"); } 45.03 0.9810 0.0405 56 13 39.51 2026-04-14
11. print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(... 44.56 0.9215 0.0893 78 19 34.53 2026-01-29
12. /** Loop waiting for a connection and a valid command */ whi... 44.17 1.0448 -0.0429 445 11 40.94 2026-04-07
13. /* Read a set of characters from the socket */ StringBuffer ... 42.49 1.0042 -0.0404 542 16 37.06 2026-04-16
14. import re import sys import urllib2 import BeautifulSoup usa... 42.23 0.9803 -0.0224 344 22 36.66 2026-04-08
15. this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);... 41.41 0.9386 0.0007 256 22 33.75 2026-01-13
16. import os import sys def run(program, *args): pid = os.fork(... 41.23 1.0473 -0.1120 154 18 37.42 2026-04-01
17. (defop hello2 req (w/link (pr "there") (pr "here"))) (defop ... 41.10 0.9234 0.0089 236 13 34.57 2026-03-28
18. (publish :path "/hello-count" :content-type "text/html" :fun... 40.77 0.9487 -0.0239 356 17 36.09 2026-02-24
19. import urllib2 import urllib import json url = "http://ajax.... 40.60 0.9776 -0.0566 438 23 36.44 2026-04-19
20. int res; unsigned long flags; u32 data = 0; if (PCI_##size##... 37.60 0.9180 -0.0651 264 25 32.33 2026-04-17
21. auto monad = [](auto v) { return [=] { return v; }; }; auto ... 35.46 0.8513 -0.0469 179 26 28.06 2025-12-22