/* 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 |
|---|---|---|---|---|
| 732. | 150 how? (minidraco) | 48.50 | 95% | 2022-09-11 |
| 733. | Sly (slycooo) | 48.48 | 94% | 2023-07-28 |
| 734. | Ashwin (ashraja941) | 48.41 | 94% | 2025-07-02 |
| 735. | dawn. (sofacan1) | 48.36 | 94.4% | 2024-12-13 |
| 736. | Thea (theaxx) | 48.35 | 92% | 2024-12-18 |
| 737. | Trevor (trevro) | 48.34 | 95% | 2024-05-26 |
| 738. | siraphat (siraphat) | 48.33 | 94% | 2023-10-04 |
| 739. | pug (poug) | 48.29 | 96% | 2025-02-15 |
| 740. | Kit (yukit123) | 48.28 | 95.9% | 2023-12-03 |
| 741. | April (whut_ermehgerd) | 48.26 | 96% | 2023-02-23 |
| 742. | abhnv (abhnv) | 48.23 | 98% | 2024-06-03 |
| 743. | Urabigail (borat_kz) | 48.18 | 96% | 2023-08-21 |
| 744. | Andrew (wongsifu) | 48.18 | 97% | 2024-11-14 |
| 745. | 3rd Place (bomtombadil) | 48.16 | 97% | 2018-12-10 |
| 746. | Ragequitting101 (ragequitti... | 48.07 | 96% | 2024-02-27 |
| 747. | dhruvdabhi (xinoxino) | 48.05 | 94% | 2023-06-12 |
| 748. | Muhammad Lutfi (pratamalutf... | 48.03 | 96% | 2024-12-17 |
| 749. | Lucas (clausm) | 48.03 | 95% | 2025-10-24 |
| 750. | Soner (soner) | 47.96 | 83% | 2013-05-14 |
| 751. | syrianii (syrianii) | 47.96 | 96% | 2022-01-14 |
| 752. | Legacy (legacy27) | 47.96 | 91% | 2024-02-21 |
| 753. | flying511 (flying511) | 47.90 | 94.3% | 2024-10-08 |
| 754. | elliptic (elliptic) | 47.87 | 98% | 2023-06-05 |
| 755. | Eztyfoe (eztyfoe) | 47.86 | 97% | 2024-12-10 |
| 756. | Mohamad (mohamadasghari) | 47.84 | 96% | 2022-02-04 |
| 757. | Phuoc (phuocchubeo) | 47.83 | 95% | 2023-02-18 |
| 758. | Sumit (sumit_ghag) | 47.80 | 95% | 2023-08-12 |
| 759. | (anumon6395) | 47.78 | 94% | 2024-08-21 |
| 760. | Alexander (nomak) | 47.74 | 89% | 2013-11-16 |
| 761. | Mohamed (wooork) | 47.72 | 97% | 2025-01-05 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,914 | 48.16 | December 19, 2009 |
| Default (English) | 5 | 63.30 | December 14, 2008 |