/** 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 |
---|---|---|---|---|
1533. | Sab (sunrise29) | 35.75 | 96% | 2025-02-25 |
1534. | Mark (markharley12) | 35.73 | 94.2% | 2023-10-04 |
1535. | Ray (rebirth_21) | 35.73 | 97% | 2024-01-18 |
1536. | August WIlle VĂ¥ge (augustv... | 35.72 | 96% | 2023-09-12 |
1537. | Nic (wiggyy) | 35.67 | 92% | 2023-12-30 |
1538. | Nathan (baynay) | 35.67 | 97% | 2025-01-30 |
1539. | Snackle (snackle) | 35.65 | 95% | 2024-05-10 |
1540. | renan (renanv) | 35.64 | 94.1% | 2023-11-03 |
1541. | ayden (aydentsj) | 35.63 | 92% | 2024-07-09 |
1542. | tyr_ (tyr_) | 35.59 | 92% | 2023-06-25 |
1543. | SUkhe (sukh_e) | 35.57 | 93% | 2021-10-10 |
1544. | SpeedCubeMan (speedcubeman) | 35.56 | 94% | 2023-06-13 |
1545. | Rana (rana_1996) | 35.55 | 95% | 2020-01-12 |
1546. | Speedcuber (marzuq_speedcuber) | 35.55 | 96% | 2023-12-28 |
1547. | Mohit (imoh) | 35.52 | 90% | 2012-08-19 |
1548. | Fady Kamil (fady_kamil) | 35.52 | 93% | 2023-09-25 |
1549. | matuush (matuush) | 35.49 | 94% | 2023-09-28 |
1550. | gleen (gleenryan) | 35.47 | 95% | 2023-08-24 |
1551. | Aaron (fake_aaron) | 35.42 | 95% | 2024-03-25 |
1552. | Vincent (cringycrab404) | 35.39 | 92% | 2024-02-29 |
1553. | Gonzalo (gmurop) | 35.35 | 95.9% | 2024-02-24 |
1554. | Abdulhadi (surebeta) | 35.32 | 91% | 2023-08-16 |
1555. | Ryan (firestarshadow) | 35.28 | 92% | 2023-08-22 |
1556. | A software engineer (kaybaako) | 35.24 | 97% | 2025-01-15 |
1557. | Exsieg (exsiegcrosspath) | 35.23 | 94% | 2024-01-10 |
1558. | Lavacat (snowcitty) | 35.23 | 91% | 2023-05-30 |
1559. | Apip Amran (apip_amran1998) | 35.19 | 96% | 2024-07-28 |
1560. | Jawad (jawadawan1121) | 35.18 | 92% | 2022-12-19 |
1561. | dropeee (dropeeexx11) | 35.16 | 90% | 2024-11-25 |
1562. | AJ (ajansen1318) | 35.15 | 92% | 2023-10-20 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |