/** 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 |
---|---|---|---|
577 | 2024-07-12 22:45:55 | 44.22 | 93.4% |
542 | 2024-06-24 22:19:22 | 43.26 | 93.6% |
496 | 2024-06-17 22:14:04 | 41.31 | 91.9% |
490 | 2024-06-17 19:17:40 | 48.87 | 95.4% |
488 | 2024-06-17 19:05:34 | 46.82 | 94.8% |
408 | 2024-06-12 16:09:45 | 46.43 | 94.5% |
376 | 2024-06-09 02:24:44 | 44.79 | 95.8% |
321 | 2024-05-27 15:05:52 | 52.99 | 96.8% |
307 | 2024-05-23 22:52:54 | 52.57 | 95.6% |
233 | 2024-05-20 19:10:41 | 45.07 | 95.4% |
222 | 2024-05-17 21:44:08 | 46.37 | 94.1% |
221 | 2024-05-17 21:39:56 | 43.91 | 95% |
209 | 2024-05-16 02:32:52 | 39.15 | 93.3% |
174 | 2024-05-14 18:04:13 | 43.30 | 94.3% |
158 | 2024-05-14 14:47:56 | 42.69 | 94.7% |
156 | 2024-05-14 14:25:23 | 38.89 | 93.1% |
154 | 2024-05-14 14:14:10 | 40.98 | 95% |
135 | 2024-05-09 14:43:31 | 39.01 | 94.1% |
119 | 2024-05-08 21:08:44 | 40.99 | 94.1% |
116 | 2024-05-08 16:01:42 | 35.67 | 92.6% |
71 | 2024-05-05 22:36:55 | 34.49 | 92.1% |
56 | 2024-05-05 19:08:19 | 38.60 | 94.2% |
16 | 2024-05-02 21:30:32 | 39.06 | 94.4% |
9 | 2024-05-02 19:27:13 | 33.51 | 93.3% |
5 | 2024-05-02 18:12:05 | 36.14 | 94.4% |
4 | 2024-05-02 18:07:41 | 36.77 | 95.9% |