/* 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 |
---|---|---|---|---|
665. | Evans (lordvidex) | 48.78 | 95% | 2023-01-25 |
666. | Teacrumble (teacrumble) | 48.78 | 96% | 2025-03-23 |
667. | SpicyCatGames (silverbolt777) | 48.77 | 97.3% | 2023-10-30 |
668. | Leo (sinterrible) | 48.77 | 95% | 2024-09-21 |
669. | patevis (whimp) | 48.76 | 93% | 2023-06-18 |
670. | jiy-workman (jiyworkman) | 48.68 | 96% | 2023-09-24 |
671. | Grant (grantly) | 48.67 | 94% | 2023-05-25 |
672. | Michael (mwormley) | 48.64 | 95% | 2024-09-14 |
673. | avivsq12 (avivsq12) | 48.64 | 98% | 2023-09-11 |
674. | Rishav (rishavmngo) | 48.61 | 95% | 2023-07-29 |
675. | Isaac (isaacdabeast5) | 48.61 | 98% | 2024-02-27 |
676. | mtz (domenicodf) | 48.61 | 96% | 2025-05-13 |
677. | Indeed (indeed001) | 48.60 | 94% | 2023-08-18 |
678. | notnac (iioneclick) | 48.59 | 94% | 2024-07-06 |
679. | s3ealth (fattyping) | 48.56 | 98% | 2023-05-23 |
680. | sıןʌɥɹ (s1lvhr) | 48.55 | 95% | 2023-08-04 |
681. | Ameesh (yellow_flashh) | 48.54 | 93.6% | 2024-09-19 |
682. | Johnny Sins (sins621) | 48.52 | 95% | 2024-12-11 |
683. | 150 how? (minidraco) | 48.50 | 95% | 2022-09-11 |
684. | Sly (slycooo) | 48.48 | 94% | 2023-07-28 |
685. | dawn. (sofacan1) | 48.36 | 94% | 2024-12-13 |
686. | Thea (theaxx) | 48.35 | 92% | 2024-12-18 |
687. | Trevor (trevro) | 48.34 | 95% | 2024-05-26 |
688. | siraphat (siraphat) | 48.33 | 94% | 2023-10-04 |
689. | pug (poug) | 48.29 | 96% | 2025-02-15 |
690. | Kit (yukit123) | 48.28 | 95.9% | 2023-12-03 |
691. | April (whut_ermehgerd) | 48.26 | 96% | 2023-02-23 |
692. | abhnv (abhnv) | 48.23 | 98% | 2024-06-03 |
693. | Urabigail (borat_kz) | 48.18 | 96% | 2023-08-21 |
694. | Andrew (wongsifu) | 48.18 | 97% | 2024-11-14 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |