Text race history for permil (permil)

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
125 2019-02-25 15:33:56 91.22 98%
62 2019-02-25 14:30:04 93.44 99%
60 2019-02-25 14:25:33 92.39 98%
24 2019-02-25 13:48:07 86.01 98%
4 2019-02-24 08:59:33 46.71 99%