/** 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 |
---|---|---|---|---|
529. | Harrison (happierwizard) | 57.28 | 97% | 2024-09-04 |
530. | Bryan Bolang (bryan_bolang) | 57.27 | 95% | 2023-09-15 |
531. | Genaro (tamemister) | 57.26 | 94% | 2012-09-25 |
532. | SLSL (slslz) | 57.22 | 96% | 2023-10-19 |
533. | Lam (eeric) | 57.14 | — | 2011-01-29 |
534. | avivsq12 (avivsq12) | 57.13 | 98% | 2023-07-01 |
535. | typing is 99% LUCK 🍀 (re... | 57.05 | 95% | 2023-03-30 |
536. | Sinbard (sinbard) | 57.04 | 98% | 2024-05-21 |
537. | inward (inwardrtmp) | 57.02 | 96% | 2025-02-12 |
538. | mekadi (mekadi) | 57.00 | 96.4% | 2024-12-28 |
539. | Laurence (lmaddox) | 56.90 | 95% | 2011-09-19 |
540. | Stefan (zamfigod) | 56.88 | 97% | 2023-06-09 |
541. | slightlyepic (slightlyepic) | 56.85 | 98% | 2023-07-02 |
542. | Taush (tsampley) | 56.82 | 97% | 2021-06-29 |
543. | paim (barat_paim) | 56.81 | 97% | 2024-10-14 |
544. | Yume (夢) (yumeai) | 56.79 | 96% | 2011-12-23 |
545. | Kevin (kvbx) | 56.76 | 97% | 2017-03-27 |
546. | amax (amaxgg) | 56.76 | 95% | 2023-05-22 |
547. | Amos (amosbird) | 56.74 | 96% | 2017-10-01 |
548. | Alex (alexklaus) | 56.71 | 97% | 2019-03-30 |
549. | 3rd Place (bomtombadil) | 56.69 | 96% | 2014-09-13 |
550. | Monkey (monkey_sama) | 56.68 | 94% | 2011-08-02 |
551. | vloek (tikpyp) | 56.67 | 99% | 2025-05-18 |
552. | Caleb (kala30) | 56.65 | 96% | 2023-12-11 |
553. | Maha (neonnex) | 56.62 | 95% | 2024-08-18 |
554. | Chris... (chrishollow7) | 56.55 | 95% | 2025-04-10 |
555. | Ankit (dragon_surfer) | 56.54 | 96% | 2024-06-30 |
556. | XxTyp1ngG0DxX (merklinn) | 56.53 | 97% | 2023-07-03 |
557. | Anthony (white_snake) | 56.49 | 93% | 2011-06-27 |
558. | (sputype) | 56.48 | 95% | 2019-03-02 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |