Text race history for oleg (oleg_ros)

Back to text analysis page

/* 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
164 2025-03-20 09:31:02 34.81 95%
152 2025-01-31 13:06:46 29.84 94.4%
127 2024-10-23 08:23:45 30.40 96.4%
105 2024-05-17 08:41:39 36.25 93.6%
103 2024-05-14 13:33:41 28.85 92.9%
100 2024-01-08 10:33:28 34.81 94.4%
78 2023-12-04 09:33:12 33.20 95.5%
55 2023-11-08 09:23:50 36.92 95.3%
22 2023-10-05 09:23:53 32.06 94.6%
4 2023-09-21 11:00:28 27.88 93.6%