/* 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 |
---|---|---|---|---|
1783. | mrashof (mrashof) | 16.56 | 95% | 2025-06-09 |
1784. | raiane (raia44) | 16.39 | 89% | 2023-07-12 |
1785. | rev (revu) | 16.25 | 95% | 2023-08-03 |
1786. | Priya (priya890k) | 16.15 | 95% | 2024-05-27 |
1787. | kavya (jungkook_02) | 16.13 | 94% | 2023-07-31 |
1788. | Nitish (bankai_z8) | 15.94 | 93% | 2023-08-14 |
1789. | Conley (_____123_____) | 15.54 | 98% | 2024-01-16 |
1790. | Adil Shah (adilshah17) | 15.43 | 91% | 2024-05-26 |
1791. | jazzu (jazzuxly) | 15.12 | 95% | 2024-07-27 |
1792. | ritik (karlos_nikov) | 14.95 | 91% | 2023-08-05 |
1793. | Rahul Ahirwar (9emrahul_) | 14.80 | 91% | 2024-12-25 |
1794. | murgahahaha (murgahahaha) | 14.48 | 96.1% | 2023-10-07 |
1795. | wandji (legentia) | 14.37 | 89% | 2023-08-03 |
1796. | Claire (claire_07) | 13.89 | 94% | 2023-07-08 |
1797. | mohsen (mohsenrafiei1997) | 13.50 | 90% | 2023-06-24 |
1798. | Mariss (marisst) | 11.67 | 92.2% | 2024-02-09 |
1799. | samiraarancibia (samiraaran... | 11.51 | 88% | 2024-06-16 |
1800. | Nikhil (nikhilchhabra) | 9.54 | 89% | 2023-12-22 |
1801. | Feng (da_xiao_jin_dou) | 3.97 | 94% | 2022-02-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |