/** 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); }
Game | Time | WPM | Accuracy |
---|---|---|---|
506 | 2025-05-26 12:22:54 | 53.68 | 96% |
500 | 2025-05-22 11:39:17 | 51.45 | 94% |
494 | 2025-05-15 09:37:13 | 53.62 | 96% |
429 | 2025-03-29 16:45:22 | 53.21 | 95% |
388 | 2025-03-15 17:13:07 | 53.81 | 96% |
372 | 2025-03-12 21:04:26 | 47.94 | 95% |
367 | 2025-03-07 20:43:37 | 51.19 | 95% |
353 | 2025-02-24 17:32:53 | 52.33 | 95% |
350 | 2025-02-24 17:24:51 | 49.63 | 94% |
344 | 2025-02-24 09:20:11 | 52.00 | 94% |
332 | 2025-02-16 17:49:35 | 48.23 | 94% |
311 | 2025-02-10 18:31:44 | 51.05 | 94% |
284 | 2025-02-04 09:19:36 | 50.87 | 94.7% |
280 | 2025-02-03 17:41:26 | 51.63 | 94.2% |
270 | 2025-02-03 12:37:59 | 44.57 | 94.4% |
269 | 2025-02-03 12:35:37 | 44.66 | 93.7% |
247 | 2025-01-29 17:47:43 | 48.14 | 95% |
240 | 2025-01-29 09:56:35 | 54.80 | 96.6% |
230 | 2025-01-21 19:17:37 | 46.34 | 94.1% |
227 | 2025-01-14 19:30:32 | 51.97 | 94.7% |
115 | 2025-01-02 12:12:41 | 42.56 | 93.6% |
108 | 2024-12-30 19:43:37 | 48.41 | 94.7% |
94 | 2024-12-29 16:33:43 | 44.40 | 93.2% |
88 | 2024-12-27 18:52:27 | 45.17 | 93.5% |
67 | 2024-12-26 19:20:01 | 44.30 | 95.4% |
59 | 2024-12-25 17:45:20 | 43.67 | 94.2% |