/* 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 |
---|---|---|---|---|
1753. | Enock (enockmutanga01) | 18.82 | 96% | 2023-08-03 |
1754. | Aluka Bhanu Prakash (bhanu_... | 18.65 | 92% | 2023-07-12 |
1755. | ze (ze234) | 18.47 | 90% | 2023-09-14 |
1756. | Coryn (warma_knight) | 18.32 | 93% | 2023-07-04 |
1757. | Ali (ali2981) | 18.19 | 91% | 2024-06-02 |
1758. | Amira (amira_gamal) | 18.17 | 95% | 2023-08-12 |
1759. | Abdullah (abdullah011) | 18.12 | 93% | 2025-05-25 |
1760. | Ludger (ludger) | 17.77 | 90.2% | 2023-11-11 |
1761. | Cassidy (sidyy) | 17.75 | 96% | 2023-07-09 |
1762. | David (devir67) | 17.59 | 96% | 2024-04-05 |
1763. | porwis (porwis) | 17.45 | 89% | 2024-09-25 |
1764. | sai rithvik (tsrithvik) | 17.23 | 93% | 2023-09-11 |
1765. | Ruan (tinkerbell888) | 17.17 | 91% | 2025-04-14 |
1766. | Nirro (nirro) | 16.73 | 88% | 2024-02-16 |
1767. | YASH (yash5908) | 16.64 | 90% | 2024-07-28 |
1768. | grainger (graingerofficial) | 16.64 | 94% | 2023-08-25 |
1769. | mrashof (mrashof) | 16.56 | 95% | 2025-06-09 |
1770. | raiane (raia44) | 16.39 | 89% | 2023-07-12 |
1771. | rev (revu) | 16.25 | 95% | 2023-08-03 |
1772. | Priya (priya890k) | 16.15 | 95% | 2024-05-27 |
1773. | kavya (jungkook_02) | 16.13 | 94% | 2023-07-31 |
1774. | Nitish (bankai_z8) | 15.94 | 93% | 2023-08-14 |
1775. | Conley (_____123_____) | 15.54 | 98% | 2024-01-16 |
1776. | Adil Shah (adilshah17) | 15.43 | 91% | 2024-05-26 |
1777. | jazzu (jazzuxly) | 15.12 | 95% | 2024-07-27 |
1778. | ritik (karlos_nikov) | 14.95 | 91% | 2023-08-05 |
1779. | Rahul Ahirwar (9emrahul_) | 14.80 | 91% | 2024-12-25 |
1780. | murgahahaha (murgahahaha) | 14.48 | 96.1% | 2023-10-07 |
1781. | wandji (legentia) | 14.37 | 89% | 2023-08-03 |
1782. | Claire (claire_07) | 13.89 | 94% | 2023-07-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |