/** 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 |
---|---|---|---|---|
1501. | parth (parthjuneja24) | 35.85 | 91% | 2024-01-13 |
1502. | Salam Adel (salam1800) | 35.83 | 94% | 2023-08-16 |
1503. | trai (veganbtw) | 35.83 | 96% | 2024-08-23 |
1504. | Michael (miyotaka) | 35.83 | 94% | 2025-02-28 |
1505. | Tester (tester1290) | 35.81 | 94% | 2024-05-22 |
1506. | nyloraqu (nyloraqu) | 35.81 | 95.4% | 2024-10-24 |
1507. | Chanelle (nelle_son) | 35.80 | 97% | 2023-07-07 |
1508. | Zlow (just_avraige) | 35.77 | 96% | 2022-03-21 |
1509. | Sab (sunrise29) | 35.75 | 96% | 2025-02-25 |
1510. | Mark (markharley12) | 35.73 | 94.2% | 2023-10-04 |
1511. | Ray (rebirth_21) | 35.73 | 97% | 2024-01-18 |
1512. | August WIlle VĂ¥ge (augustv... | 35.72 | 96% | 2023-09-12 |
1513. | Nic (wiggyy) | 35.67 | 92% | 2023-12-30 |
1514. | Nathan (baynay) | 35.67 | 97% | 2025-01-30 |
1515. | Snackle (snackle) | 35.65 | 95% | 2024-05-10 |
1516. | renan (renanv) | 35.64 | 94.1% | 2023-11-03 |
1517. | ayden (aydentsj) | 35.63 | 92% | 2024-07-09 |
1518. | tyr_ (tyr_) | 35.59 | 92% | 2023-06-25 |
1519. | SUkhe (sukh_e) | 35.57 | 93% | 2021-10-10 |
1520. | SpeedCubeMan (speedcubeman) | 35.56 | 94% | 2023-06-13 |
1521. | Rana (rana_1996) | 35.55 | 95% | 2020-01-12 |
1522. | Speedcuber (marzuq_speedcuber) | 35.55 | 96% | 2023-12-28 |
1523. | Mohit (imoh) | 35.52 | 90% | 2012-08-19 |
1524. | Fady Kamil (fady_kamil) | 35.52 | 93% | 2023-09-25 |
1525. | matuush (matuush) | 35.49 | 94% | 2023-09-28 |
1526. | gleen (gleenryan) | 35.47 | 95% | 2023-08-24 |
1527. | Aaron (fake_aaron) | 35.42 | 95% | 2024-03-25 |
1528. | Vincent (cringycrab404) | 35.39 | 92% | 2024-02-29 |
1529. | Gonzalo (gmurop) | 35.35 | 95.9% | 2024-02-24 |
1530. | Abdulhadi (surebeta) | 35.32 | 91% | 2023-08-16 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |