/** 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 |
---|---|---|---|---|
1654. | Monster99966 (monster99966) | 34.66 | 95% | 2023-11-01 |
1655. | Ishan (ishan01) | 34.64 | 96% | 2025-03-10 |
1656. | Henry (henrym0503) | 34.63 | 92% | 2016-05-17 |
1657. | Guslix (guslix) | 34.61 | 96% | 2023-06-29 |
1658. | Knight (ninja_man123) | 34.60 | 93% | 2023-12-09 |
1659. | Bijoy (bijoy022_) | 34.58 | 97% | 2024-07-17 |
1660. | Ariikitty (ariikitty) | 34.57 | 93.9% | 2023-11-21 |
1661. | archie9211 (archie9211) | 34.56 | 93% | 2024-04-07 |
1662. | :O (tomaski_) | 34.55 | 93% | 2024-01-23 |
1663. | Yarot Sanabria L. (yarot123) | 34.54 | 95% | 2025-06-06 |
1664. | Himanshu (hima_anshu) | 34.53 | 95% | 2024-10-02 |
1665. | bruh (zeloceb) | 34.46 | 97% | 2022-01-24 |
1666. | caesura (hiddencaesura) | 34.46 | 97% | 2023-01-26 |
1667. | Faree (faree) | 34.46 | 95% | 2025-07-15 |
1668. | nikhilsirvi9 (nikhilsirvi66) | 34.45 | 92.5% | 2024-08-27 |
1669. | ATCB1 (atcb1) | 34.44 | 93% | 2024-03-24 |
1670. | Anshul (anshul_pawar1) | 34.43 | 94.3% | 2023-07-07 |
1671. | Augusto Aguilar (fa1progra) | 34.43 | 91% | 2025-06-01 |
1672. | BS (bsprogrammer) | 34.42 | 93% | 2023-08-21 |
1673. | jasel (jas_el) | 34.41 | 92.7% | 2025-05-18 |
1674. | Sam (sameer_sam) | 34.40 | 97% | 2023-09-27 |
1675. | Loai (l_o_a_i) | 34.38 | 94% | 2024-10-21 |
1676. | Botobe (botobe) | 34.37 | 91% | 2025-07-17 |
1677. | Abiel (abielr) | 34.34 | 97% | 2016-05-17 |
1678. | Taiwan is a country (17lingh1) | 34.31 | 91% | 2021-11-10 |
1679. | Kritaarth (kritaarth) | 34.27 | 94% | 2024-04-05 |
1680. | Ehs (racer_ehs) | 34.19 | 93% | 2024-08-06 |
1681. | Brent (bpappas) | 34.17 | 94% | 2024-01-04 |
1682. | thomas (thomascdh) | 34.17 | 96% | 2025-03-20 |
1683. | sid__que (sid__que) | 34.13 | 96% | 2023-06-12 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |