/** 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 |
---|---|---|---|---|
538. | slightlyepic (slightlyepic) | 56.85 | 98% | 2023-07-02 |
539. | Taush (tsampley) | 56.82 | 97% | 2021-06-29 |
540. | paim (barat_paim) | 56.81 | 97% | 2024-10-14 |
541. | Yume (夢) (yumeai) | 56.79 | 96% | 2011-12-23 |
542. | Kevin (kvbx) | 56.76 | 97% | 2017-03-27 |
543. | amax (amaxgg) | 56.76 | 95% | 2023-05-22 |
544. | Amos (amosbird) | 56.74 | 96% | 2017-10-01 |
545. | Alex (alexklaus) | 56.71 | 97% | 2019-03-30 |
546. | 3rd Place (bomtombadil) | 56.69 | 96% | 2014-09-13 |
547. | Monkey (monkey_sama) | 56.68 | 94% | 2011-08-02 |
548. | Caleb (kala30) | 56.65 | 96% | 2023-12-11 |
549. | Maha (neonnex) | 56.62 | 95% | 2024-08-18 |
550. | Chris... (chrishollow7) | 56.55 | 95% | 2025-04-10 |
551. | Ankit (dragon_surfer) | 56.54 | 96% | 2024-06-30 |
552. | XxTyp1ngG0DxX (merklinn) | 56.53 | 97% | 2023-07-03 |
553. | Anthony (white_snake) | 56.49 | 93% | 2011-06-27 |
554. | (sputype) | 56.48 | 95% | 2019-03-02 |
555. | Basil (basilbasil) | 56.48 | 95% | 2024-11-09 |
556. | siraphat (siraphat) | 56.45 | 96% | 2023-10-04 |
557. | Peter (doc_chungles) | 56.44 | 97% | 2024-01-03 |
558. | Kingpin (kingpin) | 56.42 | 88% | 2011-05-03 |
559. | C (chirashi) | 56.37 | 95% | 2018-01-03 |
560. | Jordan (feelingsreal) | 56.34 | 95% | 2024-08-23 |
561. | Titia (titiadecastro) | 56.31 | 95% | 2023-08-15 |
562. | SPIDER 🕷️🕸️ (mrlust) | 56.24 | 92% | 2024-02-28 |
563. | Hayder (thepinkpanther77) | 56.24 | 95% | 2024-04-04 |
564. | Isaac (skmisaac) | 56.20 | 96% | 2015-01-07 |
565. | no (nomaybeyes) | 56.20 | 98% | 2022-09-19 |
566. | Max (xlmax2lx) | 56.17 | 97% | 2023-05-03 |
567. | sintyaku (sansyaku) | 56.12 | 94% | 2011-05-17 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |