/* 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 |
---|---|---|---|---|
1674. | Akhilesh Teja (akhil2blue) | 18.93 | 91% | 2024-08-08 |
1675. | Max (maxalkin) | 18.92 | 94% | 2024-06-15 |
1676. | Enock (enockmutanga01) | 18.82 | 96% | 2023-08-03 |
1677. | ze (ze234) | 18.47 | 90% | 2023-09-14 |
1678. | Coryn (warma_knight) | 18.32 | 93% | 2023-07-04 |
1679. | Ali (ali2981) | 18.19 | 91% | 2024-06-02 |
1680. | Amira (amira_gamal) | 18.17 | 95% | 2023-08-12 |
1681. | Ludger (ludger) | 17.77 | 90.2% | 2023-11-11 |
1682. | Cassidy (sidyy) | 17.75 | 96% | 2023-07-09 |
1683. | David (devir67) | 17.59 | 96% | 2024-04-05 |
1684. | porwis (porwis) | 17.45 | 89% | 2024-09-25 |
1685. | sai rithvik (tsrithvik) | 17.23 | 93% | 2023-09-11 |
1686. | Ruan (tinkerbell888) | 17.17 | 91% | 2025-04-14 |
1687. | Nirro (nirro) | 16.73 | 88% | 2024-02-16 |
1688. | YASH (yash5908) | 16.64 | 90% | 2024-07-28 |
1689. | grainger (graingerofficial) | 16.64 | 94% | 2023-08-25 |
1690. | raiane (raia44) | 16.39 | 89% | 2023-07-12 |
1691. | rev (revu) | 16.25 | 95% | 2023-08-03 |
1692. | Priya (priya890k) | 16.15 | 95% | 2024-05-27 |
1693. | kavya (jungkook_02) | 16.13 | 94% | 2023-07-31 |
1694. | Nitish (bankai_z8) | 15.94 | 93% | 2023-08-14 |
1695. | Conley (_____123_____) | 15.54 | 98% | 2024-01-16 |
1696. | Adil Shah (adilshah17) | 15.43 | 91% | 2024-05-26 |
1697. | jazzu (jazzuxly) | 15.12 | 95% | 2024-07-27 |
1698. | ritik (karlos_nikov) | 14.95 | 91% | 2023-08-05 |
1699. | Rahul Ahirwar (9emrahul_) | 14.80 | 91% | 2024-12-25 |
1700. | murgahahaha (murgahahaha) | 14.48 | 96.1% | 2023-10-07 |
1701. | wandji (legentia) | 14.37 | 89% | 2023-08-03 |
1702. | Claire (claire_07) | 13.89 | 94% | 2023-07-08 |
1703. | mohsen (mohsenrafiei1997) | 13.50 | 90% | 2023-06-24 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |