/* 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 |
---|---|---|---|---|
723. | pi (schi678) | 47.60 | 95% | 2025-04-14 |
724. | Manish (mani5h) | 47.58 | 95% | 2024-06-30 |
725. | Parth (exter_dg) | 47.57 | 94% | 2023-06-21 |
726. | KilinWei (kilinwei) | 47.52 | 94% | 2023-07-16 |
727. | tstats[jancs] (jancs) | 47.52 | 93% | 2023-12-25 |
728. | Spub (spub) | 47.51 | 98% | 2024-06-27 |
729. | Jason (tracerx) | 47.50 | 96% | 2023-07-20 |
730. | Lil Chicken (lil_chicken) | 47.46 | 96% | 2023-06-17 |
731. | snerck5454 (cheshiredoge) | 47.45 | 98% | 2022-08-04 |
732. | Fluxie (fluxie31) | 47.43 | 94% | 2023-10-09 |
733. | Robert (nforcer) | 47.42 | 94% | 2023-06-12 |
734. | zat (teacup) | 47.36 | — | 2011-02-06 |
735. | arnargisla (arnargisla) | 47.34 | 97% | 2019-03-14 |
736. | Hanny (monson312) | 47.31 | 94% | 2024-01-13 |
737. | Yechiel (yvizel) | 47.30 | 96% | 2024-01-23 |
738. | cole (chillnation) | 47.26 | 95% | 2023-07-11 |
739. | Johnson (_golden) | 47.23 | 97% | 2023-08-10 |
740. | ZeYaD22 (zead22) | 47.23 | 96% | 2020-01-26 |
741. | SCUT-黄光积 (hy_1314) | 47.20 | 95% | 2023-06-10 |
742. | Arco (typingarco) | 47.19 | 95% | 2024-11-12 |
743. | Morteza24 (morteza24) | 47.19 | 96% | 2024-09-28 |
744. | Caleb (camostey) | 47.14 | 94% | 2023-07-11 |
745. | তন্ময়_2 (better_t... | 47.09 | 95% | 2021-11-17 |
746. | Nerd Typist (nonquit_accuracy) | 47.09 | 98% | 2022-08-06 |
747. | Ebad Coder (coder2610) | 47.09 | 96% | 2024-05-08 |
748. | Yoho (idlewin) | 47.07 | 95% | 2024-01-05 |
749. | Cesar I. (aberuwu) | 47.05 | 95% | 2023-08-28 |
750. | frobs (frobs) | 47.01 | 97% | 2024-04-07 |
751. | Swagger (typeswag) | 46.97 | 93.6% | 2024-03-31 |
752. | Patrick (deutronomium) | 46.95 | 96% | 2023-05-22 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |