Text race history for deroche (deroche1)

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
81 2019-02-16 22:42:49 102.15 97%
63 2019-02-16 06:05:18 97.83 97%
52 2019-02-16 05:51:43 92.78 96%
48 2019-02-16 05:45:50 92.61 96%