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