noquitmann (noquitmann)

Race #5

View Pit Stop page for race #5 by noquitmannGhost race

View profile for noquitmann (noquitmann)

Official speed 82.30 wpm (79.03 seconds elapsed during race)
Without ending ping 82.85 wpm (231 ms delay sending score to TypeRacer’s server)
Timerless 83.89 wpm (980 ms elapsed before first character typed; 77.82 seconds elapsed during race)
Timerless minus one 83.73 wpm, ignoring the first character typed
Race Start April 13, 2025 6:03:14pm UTC
Race Finish April 13, 2025 6:04:33pm UTC
Outcome No win (2 of 2)
Opponents 1. volhosis (86.31 wpm)
Accuracy 96.5%
Points 122.08
Text #10000 (Length: 542 characters)

/* 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--; }

Characters typed /* REaead a set of characters from the socket *// S S StringBuffer command = new String BuBuffer(); int expected = 1024; /(* Cut off to avoid DoS attack */ while( (expected < shutdown.length())= { if (random == null) random = new Random/(System.currentTimeMillis()); expected +0= (random.nextInt() % 1024); ][{]} hilwhile (expected < 0A>>= 0)) { int ch = -1; try { ch = sterream.read(); []} catch (IOException e) { log.warn (("StandardServer.await: read: ", e) ; ch = -1; } if (ch < 32) /(* Control characters or Ccharacters or EOF terminates loop break; command.append((char) ch); expected--; [}
Timing
Character / * R E a -a -E e a d a s e t o f c h a r
Milliseconds 980 272 172 89 117 138 239 108 37 40 56 45 87 104 110 32 43 18 116 48 33 122 93 37 78
Character a c t e r s f r o m t h e s o c k e t * /
Milliseconds 72 93 53 118 47 31 78 68 36 73 24 11 72 70 26 43 111 55 105 48 96 37 31 439 407
Character / S -S - S -S - -/ S t r i n g B u f f e r c
Milliseconds 432 151 81 190 136 104 48 360 146 122 86 104 232 44 104 30 36 180 93 69 145 10 24 76 71
Character o m m a n d = n e w S t r i n g B u -u -B -
Milliseconds 21 26 131 60 79 42 44 85 72 116 71 26 67 149 152 30 72 29 35 48 125 75 221 131 101
Character B u f f e r ( ) ; i n t e x p e c t e d =
Milliseconds 141 162 92 151 35 19 146 32 184 77 151 24 53 52 82 96 111 61 137 39 95 48 23 135 49
Character 1 0 2 4 ; / ( -( * C u t o f f t o a v o
Milliseconds 150 149 72 68 191 103 248 3 321 155 141 205 157 97 69 119 43 128 58 73 55 55 38 41 51
Character i d D o S a t t a c k * / w h i l e ( -
Milliseconds 24 68 59 109 128 138 147 89 62 137 51 107 59 74 110 251 114 159 83 20 27 48 160 40 201
Character -( ( e x p e c t e d < s h u t d o w n . l e
Milliseconds 121 63 116 139 125 98 62 153 50 109 45 30 97 129 133 77 33 81 139 52 111 55 116 156 90
Character n g t h ( ) ) = -= { i f ( r a n d o m = =
Milliseconds 80 79 128 34 157 21 278 0 292 134 661 251 113 79 61 132 145 43 67 65 50 50 64 110 113
Character n u l l ) r a n d o m = n e w R a n d o
Milliseconds 100 99 46 50 134 156 124 84 38 71 106 42 32 91 93 88 70 40 28 44 160 142 77 90 64
Character m / -/ ( S y s t e m . c u r r e n t T i m e M i l
Milliseconds 33 227 396 154 247 185 122 61 36 37 138 159 92 95 144 20 70 97 167 110 27 28 167 118 158
Character l i s ( ) ) ; e x p e c t e d + 0 -0 = ( r a
Milliseconds 127 49 102 215 306 339 252 152 85 104 110 68 155 55 117 40 31 142 411 291 94 224 276 188 51
Character n d o m . n e x t I n t ( ) % 1 0 2 4 ) ; ]
Milliseconds 51 92 29 41 135 166 64 125 52 173 123 44 156 31 113 516 330 145 71 100 66 217 223 102 413
Character -] [ -[ { -{ ] -] } h i l $w -i -l h i l e ( e x p e
Milliseconds 416 89 335 157 314 178 275 100 526 290 65 67 393 0 0 53 23 20 35 80 155 142 107 110 95
Character c t e d < 0 -0 A > -< - -A -> > = -= 0 ) ) - -)
Milliseconds 168 48 129 47 44 136 134 135 198 212 434 479 0 0 0 344 105 332 198 304 389 160 162 269 146
Character { i n t c h = - 1 ; t r y { c h
Milliseconds 104 219 409 140 41 70 75 116 65 76 138 116 148 46 232 96 84 54 92 44 323 362 110 399 110
Character = s t e r -r -e r e a m . r e a d ( ) ; [ -[ ] -]
Milliseconds 122 84 131 65 60 169 180 147 22 29 42 97 174 84 33 22 115 200 28 211 137 609 298 147 274
Character } c a t c h ( I O E x c e p t i o n e ) {
Milliseconds 128 270 160 124 118 68 63 62 167 291 139 214 268 177 52 89 80 95 14 36 29 77 134 119 445
Character l o g . w a r n ( -( - ( " S t a n d a r d S e
Milliseconds 323 123 133 33 110 61 30 118 107 103 175 197 117 148 109 307 163 78 110 63 86 99 51 248 362
Character r v e r . a w a i t : r e a d : " , e ) -
Milliseconds 77 160 21 36 187 336 74 107 99 50 162 90 64 51 20 113 307 144 154 198 108 147 239 129 267
Character ; c h = - 1 ; } i f ( c h < 3 2 )
Milliseconds 189 95 86 88 76 123 96 136 85 215 86 843 328 178 71 78 167 221 75 60 123 161 167 116 192
Character / ( -( * C o n t r o l c h a r a c t e r s
Milliseconds 150 267 7 286 172 149 100 146 43 44 35 44 44 57 65 74 19 94 45 115 63 119 40 45 67
Character o r $C -h -a -r -a -c -t -e -r -s - -o -r - -C c h a r a c t
Milliseconds 94 34 57 623 0 0 0 0 0 0 0 0 0 0 0 0 0 229 109 74 53 71 91 79 55
Character e r s - -s o r E O F t e r m i n a t e s
Milliseconds 119 45 40 72 301 127 76 102 59 53 159 128 90 72 169 89 18 81 76 52 10 46 38 25 38
Character l o o p b r e a k ; c o m m a n d . a p p e n
Milliseconds 49 481 153 25 105 101 86 26 32 71 358 142 60 86 18 147 46 83 56 113 92 84 97 35 115
Character d ( ( c h a r ) c h ) ; e x p e c t e d - - ;
Milliseconds 40 159 111 133 110 128 80 154 139 91 127 245 304 111 90 106 100 63 150 44 106 47 72 97 170
Character [ -[ }
Milliseconds 110 464 219 111
WPM Timing
Seconds WPM
1.58 30.37
3.16 75.92
4.74 111.35
6.32 87.31
7.9 80.48
9.48 93.64
11.06 90.02
12.64 97.75
14.23 95.32
15.81 100.22
17.39 100.08
18.97 99.96
20.55 102.79
22.13 98.7
23.71 100.22
25.29 103.44
26.87 100.49
28.45 102.07
30.03 100.3
31.61 99.84
33.19 98.7
34.77 98.01
36.35 96.39
37.93 92.37
39.51 89.89
41.09 90.82
42.68 87.45
44.26 85.41
45.84 83.78
47.42 84.78
49 84.25
50.58 84.23
52.16 82.13
53.74 82.17
55.32 82.65
56.9 82.46
58.48 82.28
60.06 82.32
61.64 82.74
63.22 82.38
64.8 81.29
66.38 81.53
67.96 81.93
69.54 80.06
71.13 80.31
72.71 81.37
74.29 82.22
75.87 83.04
77.45 83.2
79.03 82.3