Text race history for Rajesh Jangid (rajesh_11)

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
44 2024-10-15 14:35:09 21.79 91.1%
17 2024-03-22 03:00:46 19.48 93.8%
6 2024-03-19 08:02:47 16.04 92.4%
4 2024-03-19 07:51:49 15.28 93.6%