Text analysis for Marco Soria Ali (souljin99)

Return to profile of Marco Soria Ali (souljin99)

View texts not yet raced by Marco Soria Ali (souljin99)

Sorted by best race

Rank Text Best WPM Overall Difficulty Relative Speed Text Length Races Average WPM Last race
1. public class HelloWorld { public static void main(String[] ... 29.59 1.0599 0.1813 143 4 27.09 2025-05-18
2. import std; int main() { std::println("Hello World!"); } 29.21 0.9810 0.2442 56 4 22.79 2025-05-29
3. import random n = random.randint(1, 99) guess = int(raw_inpu... 28.67 1.1067 0.0959 388 1 28.67 2025-05-20
4. input("\n\nPress the enter key to exit.") # waits for the us... 27.59 1.1984 -0.0411 85 1 27.59 2025-04-29
5. import random min = 1 max = 6 roll_again = "yes" while roll_... 26.64 1.1383 -0.0209 272 2 25.72 2025-05-11
6. /** Loop waiting for a connection and a valid command */ whi... 26.47 1.0448 0.0655 445 3 25.91 2025-06-01
7. (defop hello2 req (w/link (pr "there") (pr "here"))) (defop ... 26.47 0.9234 0.1869 236 6 23.78 2025-06-01
8. import os import sys def run(program, *args): pid = os.fork(... 25.88 1.0473 0.0383 154 1 25.88 2025-05-24
9. /* Read a set of characters from the socket */ StringBuffer ... 25.84 1.0042 0.0797 542 3 24.78 2025-05-29
10. print "Using URL", url req = urllib2.Request(url) fd = urlli... 25.20 1.0518 0.0052 152 2 23.70 2025-06-24
11. import urllib2 import json screen_name = "wordpress" url = "... 24.64 1.0621 -0.0286 246 2 22.87 2025-05-22
12. class URLLister(SGMLParser): def reset(self): SGMLParser.res... 22.74 0.9849 -0.0311 183 3 18.52 2025-05-22
13. print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(... 19.74 0.9215 -0.0935 78 1 19.74 2025-05-08
14. auto monad = [](auto v) { return [=] { return v; }; }; auto ... 14.31 0.8513 -0.2511 179 1 14.31 2025-05-10