/* 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 |
|---|---|---|---|---|
| 777. | pi (schi678) | 47.60 | 95% | 2025-04-14 |
| 778. | Manish (mani5h) | 47.58 | 95% | 2024-06-30 |
| 779. | Parth (exter_dg) | 47.57 | 94% | 2023-06-21 |
| 780. | KilinWei (kilinwei) | 47.52 | 94% | 2023-07-16 |
| 781. | tstats[jancs] (jancs) | 47.52 | 93% | 2023-12-25 |
| 782. | Spub (spub) | 47.51 | 98% | 2024-06-27 |
| 783. | Jason (tracerx) | 47.50 | 96% | 2023-07-20 |
| 784. | Lil Chicken (lil_chicken) | 47.46 | 96% | 2023-06-17 |
| 785. | snerck5454 (cheshiredoge) | 47.45 | 98% | 2022-08-04 |
| 786. | Fluxie (fluxie31) | 47.43 | 94% | 2023-10-09 |
| 787. | Robert (nforcer) | 47.42 | 94% | 2023-06-12 |
| 788. | zat (teacup) | 47.36 | — | 2011-02-06 |
| 789. | arnargisla (arnargisla) | 47.34 | 97% | 2019-03-14 |
| 790. | Hanny (monson312) | 47.31 | 94% | 2024-01-13 |
| 791. | Yechiel (yvizel) | 47.30 | 95.7% | 2024-01-23 |
| 792. | cole (chillnation) | 47.26 | 95% | 2023-07-11 |
| 793. | Johnson (_golden) | 47.23 | 97% | 2023-08-10 |
| 794. | ZeYaD22 (zead22) | 47.23 | 96% | 2020-01-26 |
| 795. | SCUT-黄光积 (hy_1314) | 47.20 | 95% | 2023-06-10 |
| 796. | Arco (typingarco) | 47.19 | 95% | 2024-11-12 |
| 797. | Morteza24 (morteza24) | 47.19 | 96% | 2024-09-28 |
| 798. | Sleepyleaf (sleepyleaf58) | 47.18 | 94% | 2025-08-03 |
| 799. | Caleb (camostey) | 47.14 | 94% | 2023-07-11 |
| 800. | তন্ময়_2 (better_t... | 47.09 | 95% | 2021-11-17 |
| 801. | Nerd Typist (nonquit_accuracy) | 47.09 | 98% | 2022-08-06 |
| 802. | Ebad Coder (coder2610) | 47.09 | 96% | 2024-05-08 |
| 803. | Yoho (idlewin) | 47.07 | 95% | 2024-01-05 |
| 804. | Cesar I. (aberuwu) | 47.05 | 95% | 2023-08-28 |
| 805. | frobs (frobs) | 47.01 | 97% | 2024-04-07 |
| 806. | Swagger (typeswag) | 46.97 | 93.6% | 2024-03-31 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,914 | 48.16 | December 19, 2009 |
| Default (English) | 5 | 63.30 | December 14, 2008 |