/** 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 |
|---|---|---|---|---|
| 1609. | NGANONG LAMI ANG GINADILI (... | 35.97 | 93% | 2024-02-08 |
| 1610. | cysliac (cysliac) | 35.92 | 91% | 2023-05-30 |
| 1611. | Lilith (kimmyli) | 35.88 | 95% | 2025-04-15 |
| 1612. | dmitriy (bigzet200120) | 35.87 | 93% | 2025-02-10 |
| 1613. | parth (parthjuneja24) | 35.85 | 91% | 2024-01-13 |
| 1614. | Salam Adel (salam1800) | 35.83 | 94% | 2023-08-16 |
| 1615. | trai (veganbtw) | 35.83 | 96% | 2024-08-23 |
| 1616. | Michael (miyotaka) | 35.83 | 94% | 2025-02-28 |
| 1617. | Tester (tester1290) | 35.81 | 94% | 2024-05-22 |
| 1618. | nyloraqu (nyloraqu) | 35.81 | 95.4% | 2024-10-24 |
| 1619. | Chanelle (nelle_son) | 35.80 | 97% | 2023-07-07 |
| 1620. | Zlow (just_avraige) | 35.77 | 96% | 2022-03-21 |
| 1621. | KralTi (kralt) | 35.76 | 97% | 2025-03-29 |
| 1622. | Sab (sunrise29) | 35.75 | 96% | 2025-02-25 |
| 1623. | Mark (markharley12) | 35.73 | 94.2% | 2023-10-04 |
| 1624. | Ray (rebirth_21) | 35.73 | 97% | 2024-01-18 |
| 1625. | August WIlle VĂ¥ge (augustv... | 35.72 | 96% | 2023-09-12 |
| 1626. | Nic (wiggyy) | 35.67 | 92% | 2023-12-30 |
| 1627. | Nathan (baynay) | 35.67 | 97% | 2025-01-30 |
| 1628. | Snackle (snackle) | 35.65 | 95% | 2024-05-10 |
| 1629. | renan (renanv) | 35.64 | 94.1% | 2023-11-03 |
| 1630. | ayden (aydentsj) | 35.63 | 92% | 2024-07-09 |
| 1631. | clinton (papa_bear_clinton) | 35.61 | 96% | 2024-12-16 |
| 1632. | tyr_ (tyr_) | 35.59 | 92% | 2023-06-25 |
| 1633. | SUkhe (sukh_e) | 35.57 | 93% | 2021-10-10 |
| 1634. | mohit bhawnani (mohit_bhawn... | 35.57 | 95% | 2025-01-22 |
| 1635. | SpeedCubeMan (speedcubeman) | 35.56 | 94% | 2023-06-13 |
| 1636. | Rana (rana_1996) | 35.55 | 95% | 2020-01-12 |
| 1637. | Speedcuber (marzuq_speedcuber) | 35.55 | 95.6% | 2023-12-28 |
| 1638. | Mohit (imoh) | 35.52 | 90% | 2012-08-19 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,943 | 50.46 | December 13, 2009 |
| Default (English) | 3 | 62.68 | December 14, 2008 |