/* Read a set of characters from the socket */ StringBuffer command = new StringBuffer(); int expected = 1024; /* Cut off to avoid DoS attack */ while (expected < shutdown.length()) { if (random == null) random = new Random(System.currentTimeMillis()); expected += (random.nextInt() % 1024); } while (expected > 0) { int ch = -1; try { ch = stream.read(); } catch (IOException e) { log.warn("StandardServer.await: read: ", e); ch = -1; } if (ch < 32) /* Control character or EOF terminates loop break; command.append((char) ch); expected--; }
—from Tomcat Server, a software by Apache Project
Active since December 19, 2009.
542 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
14. | (keegant) | 94.65 | 97% | 2021-09-30 |
15. | permil (permil) | 93.44 | 99% | 2019-02-25 |
16. | Steve (serialkiller) | 93.17 | 95% | 2012-10-07 |
17. | Kinesis (kinesis_quake) | 92.70 | 98.1% | 2024-01-18 |
18. | Sporcle (sporcle) | 91.94 | 97% | 2019-11-29 |
19. | retired, for now ᐢ.‸.... | 91.80 | 99% | 2023-06-22 |
20. | (delirious) | 91.57 | 98% | 2019-02-16 |
21. | rn1hd (rnk1hd) | 91.42 | 98% | 2025-09-18 |
22. | Ahmed Sabry (ahmed_sabry1) | 90.60 | 100% | 2023-08-12 |
23. | Joshua (joshuawn) | 90.58 | 97% | 2015-01-07 |
24. | (boy_314) | 90.55 | 99% | 2019-10-17 |
25. | tanon (tanon710s) | 90.43 | 98% | 2019-02-25 |
26. | e (javascriptdude) | 90.38 | 96% | 2024-03-26 |
27. | pen (penlume) | 90.31 | 98% | 2025-04-11 |
28. | elmuchocapitano (elmuchocap... | 90.01 | 97% | 2023-06-14 |
29. | Atilla (blueatillalonny) | 89.85 | 95% | 2015-04-29 |
30. | Nathan (nathanajah) | 89.03 | 94% | 2014-03-14 |
31. | 안드레아 (o________o) | 88.54 | 97% | 2020-04-01 |
32. | Jander (jander) | 88.40 | 98% | 2011-10-05 |
33. | Anch (anch159) | 88.34 | 98% | 2024-04-29 |
34. | Knight_Oikos (knight_oikos) | 87.86 | 97% | 2022-04-16 |
35. | beans (beancity) | 87.82 | 97% | 2023-11-01 |
36. | Kenny (hkennyv) | 87.71 | 96.9% | 2023-10-12 |
37. | S (smithandteam) | 86.94 | — | 2011-03-20 |
38. | Volhosis (v... | 86.31 | 95% | 2025-04-13 |
39. | (vonunov) | 86.17 | 98% | 2014-06-25 |
40. | 🤺 (turboflames) | 86.13 | 97% | 2021-06-27 |
41. | Lancelot (lancylot) | 85.88 | 96.8% | 2024-09-21 |
42. | Arrogant (dkaocka) | 85.29 | 96% | 2023-08-12 |
43. | Lydia (shiruzu) | 84.49 | 98.1% | 2025-01-02 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |