/* Read a set of characters from the socket */ StringBuffer command = new StringBuffer(); int expected = 1024; /* Cut off to avoid DoS attack */ while (expected < shutdown.length()) { if (random == null) random = new Random(System.currentTimeMillis()); expected += (random.nextInt() % 1024); } while (expected > 0) { int ch = -1; try { ch = stream.read(); } catch (IOException e) { log.warn("StandardServer.await: read: ", e); ch = -1; } if (ch < 32) /* Control character or EOF terminates loop break; command.append((char) ch); expected--; }
Game | Time | WPM | Accuracy |
---|---|---|---|
1148 | 2024-05-12 13:08:51 | 68.78 | 96.9% |
1141 | 2024-05-12 13:00:50 | 63.93 | 98.1% |
1140 | 2024-05-12 12:58:52 | 66.32 | 96.4% |
1089 | 2024-03-03 04:11:34 | 68.03 | 96.2% |
985 | 2024-02-25 06:40:45 | 71.95 | 96.4% |
962 | 2024-02-24 14:06:59 | 57.97 | 95.9% |
956 | 2024-02-24 11:40:39 | 59.36 | 95.8% |
913 | 2024-02-23 13:22:59 | 64.91 | 96.6% |
898 | 2024-02-23 12:10:37 | 63.49 | 95.3% |
849 | 2024-02-18 16:34:44 | 44.82 | 97.4% |
843 | 2024-02-18 16:06:40 | 59.79 | 96.1% |
777 | 2024-02-17 13:18:42 | 59.52 | 96.2% |
689 | 2024-02-11 10:02:13 | 62.12 | 95.1% |
626 | 2024-02-10 08:43:37 | 65.39 | 95.7% |
617 | 2024-02-10 08:33:26 | 69.15 | 97.4% |
546 | 2024-02-04 12:14:23 | 68.21 | 96.2% |
489 | 2024-02-03 05:09:30 | 45.78 | 95.5% |
436 | 2024-01-07 08:16:09 | 56.25 | 95.6% |
425 | 2024-01-07 08:01:53 | 63.01 | 95.3% |
420 | 2024-01-07 07:55:30 | 60.03 | 95.4% |
413 | 2024-01-07 07:47:47 | 64.29 | 95.8% |
329 | 2023-08-07 13:40:49 | 60.23 | 95% |
305 | 2023-07-18 19:59:23 | 48.95 | 96.1% |
292 | 2023-07-18 19:39:40 | 56.17 | 95.3% |
272 | 2023-07-18 02:23:38 | 62.51 | 96% |
267 | 2023-07-12 05:53:10 | 60.29 | 95.8% |
265 | 2023-07-12 05:49:47 | 58.33 | 96% |
251 | 2023-07-12 05:28:59 | 57.43 | 95.3% |
246 | 2023-07-12 05:22:43 | 59.46 | 96% |
245 | 2023-07-12 05:20:29 | 62.94 | 96.1% |
241 | 2023-07-12 05:13:53 | 59.79 | 95.7% |
210 | 2023-07-06 22:18:45 | 60.05 | 95.3% |
207 | 2023-07-06 22:14:00 | 58.89 | 95.5% |
191 | 2023-07-01 05:25:51 | 49.44 | 93% |
185 | 2023-06-25 19:15:42 | 57.52 | 93.9% |
181 | 2023-06-25 19:09:52 | 57.47 | 95.2% |
176 | 2023-06-25 19:01:51 | 59.14 | 95.4% |
64 | 2023-06-18 07:25:38 | 44.45 | 93.8% |
59 | 2023-06-18 07:17:47 | 46.99 | 94.9% |
57 | 2023-06-18 07:13:37 | 49.81 | 95.2% |
54 | 2023-06-18 07:08:35 | 46.04 | 93.3% |
24 | 2023-06-14 21:49:46 | 47.87 | 94.7% |
12 | 2023-06-13 22:34:54 | 47.01 | 94.4% |