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.1485 85 20 45.06 2025-06-09
2. import string from random import * characters = string.ascii... 49.27 1.1814 -0.0126 190 12 43.04 2025-04-23
3. import random min = 1 max = 6 roll_again = "yes" while roll_... 48.08 1.1383 0.0022 272 14 40.81 2025-05-05
4. print "Using URL", url req = urllib2.Request(url) fd = urlli... 45.92 1.0518 0.0375 152 13 39.72 2025-05-10
5. import random n = random.randint(1, 99) guess = int(raw_inpu... 45.87 1.1067 -0.0186 388 11 40.90 2025-07-15
6. function calculateArea(width, height) { try { var area = ... 45.48 1.0366 0.0423 301 13 39.47 2025-04-26
7. print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(... 44.56 0.9215 0.1355 78 13 34.39 2025-07-06
8. public class HelloWorld { public static void main(String[] ... 44.02 1.0599 -0.0157 143 16 39.32 2025-03-31
9. /** Loop waiting for a connection and a valid command */ whi... 43.46 1.0448 -0.0139 445 7 39.50 2024-12-06
10. import std; int main() { std::println("Hello World!"); } 41.60 0.9810 0.0058 56 7 37.49 2025-04-22
11. import os import sys def run(program, *args): pid = os.fork(... 41.23 1.0473 -0.0693 154 11 36.97 2025-04-13
12. (publish :path "/hello-count" :content-type "text/html" :fun... 40.77 0.9487 0.0184 356 9 35.59 2025-04-27
13. import urllib2 import json screen_name = "wordpress" url = "... 40.32 1.0621 -0.1056 246 10 37.53 2025-04-18
14. import urllib2 import urllib import json url = "http://ajax.... 39.67 0.9776 -0.0366 438 14 35.39 2025-04-03
15. class URLLister(SGMLParser): def reset(self): SGMLParser.res... 39.07 0.9849 -0.0581 183 8 34.73 2025-05-07
16. import re import sys import urllib2 import BeautifulSoup usa... 38.51 0.9803 -0.0668 344 13 35.12 2025-07-09
17. int res; unsigned long flags; u32 data = 0; if (PCI_##size##... 37.60 0.9180 -0.0261 264 14 31.32 2025-04-24
18. /* Read a set of characters from the socket */ StringBuffer ... 36.94 1.0042 -0.1279 542 5 34.57 2025-01-28
19. (defop hello2 req (w/link (pr "there") (pr "here"))) (defop ... 35.75 0.9234 -0.0754 236 9 33.24 2025-04-15
20. this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);... 35.21 0.9386 -0.1034 256 13 32.71 2025-05-02
21. auto monad = [](auto v) { return [=] { return v; }; }; auto ... 35.16 0.8513 -0.0172 179 20 27.43 2025-05-26