/* 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 |
---|---|---|---|---|
1010. | Arif (arifali) | 41.79 | 96.3% | 2023-11-26 |
1011. | nullun (nullun) | 41.75 | 94% | 2023-06-08 |
1012. | KEN (kent_type) | 41.73 | 97% | 2025-08-05 |
1013. | AGUS TOTEMO KANASHII (splas... | 41.73 | 91% | 2024-11-29 |
1014. | Sneakz (sneakerman17) | 41.72 | 95% | 2023-12-01 |
1015. | Unus (_unus) | 41.63 | 97% | 2023-07-04 |
1016. | Saurabh (sbhandari) | 41.59 | 96% | 2024-04-30 |
1017. | Bijoy (bijoy022_) | 41.55 | 97% | 2024-08-23 |
1018. | André (xzylee) | 41.50 | 92% | 2024-02-12 |
1019. | Mohammmed Amine (free_pales... | 41.50 | 95% | 2024-08-15 |
1020. | Ahmed (e_elashra1) | 41.46 | 94% | 2025-08-16 |
1021. | tstats[shanyg] (shanyg) | 41.45 | 94% | 2023-08-28 |
1022. | bmax (bmax) | 41.44 | 96% | 2021-10-28 |
1023. | Sai (sai213) | 41.43 | 92% | 2025-04-08 |
1024. | dujo09 (dujo09) | 41.42 | 96% | 2023-09-26 |
1025. | dirty_qwerty (soapfish) | 41.42 | 97% | 2023-08-14 |
1026. | Hemant_Prajapat (hemant_bca... | 41.40 | 97% | 2024-03-02 |
1027. | Meshach Asis (deanace) | 41.39 | 95% | 2024-12-08 |
1028. | rynorazer (cerealkillerdvorak) | 41.39 | 92% | 2025-01-28 |
1029. | Nikolaus (bak15351) | 41.34 | 92.3% | 2024-01-18 |
1030. | Name (parmak) | 41.34 | 95% | 2024-07-15 |
1031. | Ludus (ludus_types) | 41.32 | 94% | 2024-07-26 |
1032. | Bennett (bnnttnwhk) | 41.30 | 95% | 2021-11-15 |
1033. | Hiep (hiepvd1k) | 41.27 | 95% | 2024-06-20 |
1034. | E (the_fast_one) | 41.22 | 96% | 2023-06-25 |
1035. | john mat (john_mat) | 41.20 | 97% | 2024-05-10 |
1036. | Aakib (aa_0808_) | 41.17 | 98% | 2023-08-28 |
1037. | zulfaqar (zulf1212) | 41.14 | 97% | 2023-08-09 |
1038. | Dan (danmece) | 41.13 | 95.7% | 2024-04-13 |
1039. | ThatKindCoder (clankadroid2... | 41.11 | 95% | 2024-10-31 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |