/** Loop waiting for a connection and a valid command */ while (true) { Socket socket = null; InputStream stream = null; try { socket = serverSocket.accept(); socket.setSoTimeout(10 * 1000); stream = socket.getInputStream(); } catch (AccessControlException ace) { log.warn("StandardServer.accept security exception: " + ace.getMessage(), ace); continue; } catch (IOException e) { log.error("StandardServer.await: accept: ", e); System.exit(1); }
—from Tomcat Server, a software by Apache Project
Active since December 13, 2009.
445 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
796. | k3pl4 (k3pl4) | 50.62 | 97% | 2024-01-02 |
797. | azef (azef) | 50.61 | 96% | 2024-03-22 |
798. | Jesus Cruz (eskoe___) | 50.58 | 96% | 2024-10-24 |
799. | Alex (alexxx010) | 50.53 | 91% | 2016-10-28 |
800. | Will (zilus) | 50.51 | — | 2011-03-18 |
801. | ko (nskostas) | 50.47 | 92% | 2015-11-20 |
802. | Anna (slewa) | 50.46 | 96% | 2022-05-22 |
803. | (jasimk) | 50.44 | 94% | 2021-12-24 |
804. | abd (abdi07) | 50.43 | 100% | 2023-05-25 |
805. | patevis (whimp) | 50.40 | 93% | 2023-06-17 |
806. | abhnv (abhnv) | 50.40 | 98% | 2024-06-03 |
807. | I don't make me wonder... (... | 50.40 | 96% | 2024-08-28 |
808. | Leo (barneyl) | 50.37 | 97% | 2014-10-21 |
809. | ILoveSelly (mkim236) | 50.34 | 96% | 2023-06-14 |
810. | Kµkkain (tsvuk) | 50.33 | — | 2011-01-28 |
811. | Ethan (astralfalcon) | 50.33 | 94% | 2023-08-30 |
812. | typeracist (typeracist_nuub) | 50.30 | 95% | 2025-01-20 |
813. | Carter (calgaryracer) | 50.22 | 94% | 2016-09-23 |
814. | mb3awi (emptybox34) | 50.22 | 95% | 2023-06-04 |
815. | Spadger (spadgerr) | 50.15 | 94% | 2017-07-21 |
816. | dog on a leash (matcatpat) | 50.15 | 95% | 2024-07-23 |
817. | Niklas (neoon) | 50.10 | 94% | 2025-06-04 |
818. | PonyTail (p0nytail) | 50.09 | 98% | 2024-02-13 |
819. | Ryan (ryan_soh) | 50.09 | 94% | 2024-05-21 |
820. | Diemid (masonord) | 50.05 | 94% | 2024-10-05 |
821. | 🌠Rubby🌠 (mikerubby) | 50.04 | 96% | 2020-03-10 |
822. | C (human_116905184541) | 50.03 | 97% | 2023-08-06 |
823. | kashish (kashishnegi) | 50.02 | 95% | 2024-03-10 |
824. | Bingsong (bingsongbingsong) | 50.00 | 94% | 2023-12-14 |
825. | Nick (theblitz2007) | 49.96 | 97% | 2017-07-15 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |