/* 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 |
---|---|---|---|---|
1666. | Victor (victor_2803) | 28.06 | 91% | 2024-10-16 |
1667. | Steven (steven7183) | 28.06 | 93% | 2024-11-21 |
1668. | Rihanna (isitcasual) | 28.06 | 95% | 2024-08-19 |
1669. | Jackie (cuelynn) | 28.02 | 95% | 2023-06-16 |
1670. | Frogbok (frogbok) | 28.00 | 93% | 2024-11-13 |
1671. | bhushan (bhushan_144) | 27.94 | 92% | 2025-05-31 |
1672. | Code (codeunknown) | 27.88 | 92% | 2025-03-25 |
1673. | Jono (kobebigbanana) | 27.87 | 92% | 2024-11-23 |
1674. | mestiri77 (sfectorian) | 27.80 | 91.2% | 2024-01-21 |
1675. | pooaa (pooaa) | 27.76 | 91% | 2023-05-23 |
1676. | Ovidiu (oschipor) | 27.74 | 97% | 2019-05-20 |
1677. | Ben (banjamaan) | 27.74 | 91.3% | 2023-11-03 |
1678. | A.A (adnan_aji) | 27.70 | 96% | 2024-01-10 |
1679. | Big Brain (bigbrain15) | 27.70 | 92% | 2024-05-30 |
1680. | Abraham Kifle (abrahm_kifle) | 27.69 | 93% | 2023-08-14 |
1681. | mohit bhawnani (mohit_bhawn... | 27.69 | 95% | 2025-01-23 |
1682. | Rohan (r_yadav01) | 27.66 | 94.2% | 2023-12-24 |
1683. | Farhan (farhan_op) | 27.60 | 94% | 2021-07-12 |
1684. | Fátima (nessa2) | 27.57 | 96% | 2025-07-03 |
1685. | renan (renanv) | 27.56 | 92% | 2023-07-19 |
1686. | mak (makmak2) | 27.48 | 96% | 2024-09-30 |
1687. | Sohil (ozwizardd) | 27.47 | 91% | 2024-07-04 |
1688. | mils (speedymils) | 27.45 | 97% | 2023-07-21 |
1689. | Chammanos (blackpolar555) | 27.44 | 93% | 2024-03-11 |
1690. | tlmterron (tlmterron) | 27.42 | 93% | 2023-09-02 |
1691. | José Rafael (jose_rafael016) | 27.41 | 91% | 2023-08-20 |
1692. | Kelly (zkli) | 27.41 | 95% | 2024-08-14 |
1693. | Monia (budzyn) | 27.39 | 96% | 2022-03-19 |
1694. | DiaPo (diapositive) | 27.36 | 93% | 2025-05-16 |
1695. | dean (aizdeann) | 27.32 | 96% | 2023-08-15 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |