Official speed |
40.59 wpm (160.24 seconds elapsed during race) |
Without ending ping |
40.62 wpm (100 ms delay sending score to TypeRacer’s server) |
Timerless |
40.80 wpm (723 ms elapsed before first character typed; 159.41 seconds elapsed during race) |
Timerless minus one |
40.72 wpm, ignoring the first character typed |
Race Start |
December 3, 2024 2:53:45am UTC |
Race Finish |
December 3, 2024 2:56:25am UTC |
Outcome |
No win (3 of 3) |
Accuracy |
98.1% |
Points |
60.21 |
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 |
/~ * Read a set of characters from the socket *s S/ StringBuffer omcommand = new StringBuffer(); int expected = 10424; /* ncutCut off to avoid DoS attack */ while (expected < shutdown.length()) { if (random == null) random = new Random(System.currentTimeMillis()); expected += (random.nextInt() % 1024); } while (expected > 90]) { int ch = -1; try { ch = stream.read(); } catch (IOExeception e) { log.warn("StandardServer.await: read: ", e); ch = -1; } if (ch < 32) /* ncoControl character or EOF terminates loop break; command.append((char) ch); expected--; } |
Timing |
Character |
/ |
~ |
|
- |
-~ |
* |
|
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
Milliseconds |
723 |
285 |
413 |
468 |
189 |
430 |
233 |
336 |
348 |
83 |
51 |
280 |
251 |
336 |
316 |
216 |
280 |
173 |
145 |
149 |
250 |
221 |
127 |
334 |
255 |
Character |
a |
c |
t |
e |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
* |
s |
Milliseconds |
333 |
301 |
146 |
149 |
67 |
319 |
143 |
209 |
118 |
182 |
175 |
214 |
201 |
108 |
147 |
71 |
207 |
57 |
304 |
10 |
264 |
194 |
171 |
305 |
273 |
Character |
|
S |
-S |
- |
-s |
/ |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
o |
m |
-m |
-o |
c |
Milliseconds |
162 |
271 |
434 |
215 |
398 |
510 |
292 |
387 |
343 |
172 |
305 |
172 |
219 |
1152 |
351 |
414 |
234 |
284 |
79 |
284 |
137 |
347 |
453 |
150 |
350 |
Character |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
Milliseconds |
8 |
154 |
162 |
275 |
193 |
125 |
312 |
258 |
198 |
245 |
166 |
70 |
344 |
325 |
265 |
68 |
277 |
134 |
50 |
674 |
408 |
337 |
170 |
223 |
274 |
Character |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
4 |
-4 |
2 |
4 |
Milliseconds |
381 |
122 |
279 |
303 |
195 |
105 |
290 |
151 |
276 |
33 |
247 |
303 |
173 |
126 |
219 |
193 |
308 |
283 |
209 |
234 |
155 |
199 |
1235 |
440 |
153 |
Character |
; |
|
/ |
* |
|
n |
c |
u |
t |
-t |
-u |
-c |
-n |
C |
u |
t |
|
o |
f |
f |
|
t |
o |
|
a |
Milliseconds |
377 |
365 |
332 |
284 |
249 |
386 |
15 |
181 |
351 |
281 |
263 |
267 |
737 |
477 |
234 |
371 |
147 |
138 |
117 |
158 |
193 |
218 |
75 |
174 |
246 |
Character |
v |
o |
i |
d |
|
D |
o |
S |
|
a |
t |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
Milliseconds |
80 |
659 |
265 |
96 |
270 |
435 |
295 |
556 |
246 |
237 |
132 |
178 |
201 |
370 |
51 |
416 |
799 |
646 |
325 |
80 |
202 |
149 |
31 |
218 |
100 |
Character |
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
Milliseconds |
183 |
564 |
282 |
288 |
284 |
174 |
109 |
274 |
154 |
321 |
284 |
327 |
191 |
101 |
111 |
294 |
233 |
238 |
155 |
379 |
117 |
355 |
646 |
169 |
236 |
Character |
t |
h |
( |
) |
) |
|
{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
l |
Milliseconds |
401 |
64 |
215 |
178 |
236 |
288 |
84 |
383 |
199 |
46 |
206 |
162 |
270 |
246 |
148 |
164 |
227 |
251 |
231 |
199 |
210 |
164 |
225 |
235 |
190 |
Character |
l |
) |
|
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
( |
S |
y |
Milliseconds |
192 |
298 |
205 |
198 |
241 |
225 |
166 |
197 |
196 |
271 |
250 |
215 |
252 |
156 |
211 |
270 |
451 |
390 |
255 |
206 |
260 |
638 |
425 |
665 |
305 |
Character |
s |
t |
e |
m |
. |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
i |
s |
( |
) |
) |
Milliseconds |
257 |
181 |
145 |
97 |
304 |
520 |
36 |
166 |
149 |
220 |
114 |
164 |
319 |
433 |
101 |
297 |
385 |
463 |
220 |
212 |
286 |
553 |
300 |
200 |
212 |
Character |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
+ |
= |
|
( |
r |
a |
n |
d |
o |
m |
. |
n |
e |
x |
Milliseconds |
306 |
446 |
383 |
152 |
253 |
248 |
433 |
248 |
615 |
115 |
251 |
266 |
318 |
369 |
180 |
301 |
367 |
233 |
203 |
197 |
177 |
373 |
454 |
282 |
175 |
Character |
t |
I |
n |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
Milliseconds |
374 |
485 |
367 |
216 |
362 |
191 |
333 |
264 |
367 |
330 |
140 |
375 |
222 |
585 |
412 |
303 |
202 |
294 |
187 |
184 |
116 |
319 |
295 |
176 |
434 |
Character |
e |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
9 |
-9 |
0 |
] |
-] |
) |
|
{ |
|
i |
n |
t |
|
c |
Milliseconds |
526 |
130 |
267 |
293 |
185 |
158 |
212 |
200 |
506 |
284 |
366 |
1484 |
815 |
350 |
618 |
1131 |
1184 |
513 |
149 |
355 |
193 |
140 |
258 |
294 |
361 |
Character |
h |
|
= |
|
- |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
t |
r |
e |
a |
m |
Milliseconds |
164 |
184 |
322 |
313 |
406 |
247 |
414 |
271 |
265 |
36 |
214 |
280 |
168 |
302 |
299 |
121 |
168 |
214 |
207 |
204 |
155 |
212 |
441 |
166 |
177 |
Character |
. |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
E |
x |
e |
-e |
c |
Milliseconds |
322 |
293 |
372 |
82 |
86 |
300 |
168 |
199 |
264 |
221 |
329 |
353 |
110 |
290 |
243 |
422 |
444 |
375 |
1191 |
437 |
652 |
449 |
393 |
503 |
293 |
Character |
e |
p |
t |
i |
o |
n |
|
e |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
( |
" |
S |
t |
a |
Milliseconds |
94 |
80 |
319 |
353 |
0 |
264 |
135 |
661 |
221 |
279 |
193 |
310 |
120 |
204 |
291 |
473 |
652 |
241 |
84 |
375 |
254 |
445 |
777 |
447 |
271 |
Character |
n |
d |
a |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
: |
|
Milliseconds |
199 |
162 |
468 |
86 |
168 |
478 |
306 |
37 |
147 |
205 |
99 |
192 |
463 |
302 |
276 |
346 |
321 |
333 |
268 |
148 |
286 |
63 |
100 |
362 |
502 |
Character |
" |
, |
|
e |
) |
; |
|
c |
h |
|
= |
|
- |
1 |
; |
|
} |
|
i |
f |
|
( |
c |
h |
|
Milliseconds |
456 |
591 |
390 |
333 |
363 |
514 |
373 |
401 |
273 |
171 |
340 |
364 |
452 |
233 |
411 |
355 |
282 |
252 |
233 |
64 |
284 |
187 |
400 |
226 |
154 |
Character |
< |
|
3 |
2 |
) |
|
/ |
* |
|
n |
c |
o |
-o |
-c |
-n |
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
Milliseconds |
297 |
420 |
85 |
149 |
330 |
367 |
365 |
506 |
414 |
419 |
14 |
191 |
561 |
181 |
813 |
418 |
345 |
340 |
203 |
147 |
351 |
335 |
287 |
214 |
77 |
Character |
a |
r |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
Milliseconds |
186 |
105 |
199 |
278 |
133 |
139 |
49 |
267 |
112 |
303 |
254 |
621 |
184 |
208 |
274 |
218 |
143 |
245 |
236 |
382 |
216 |
638 |
250 |
217 |
206 |
Character |
|
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
a |
p |
p |
e |
Milliseconds |
126 |
148 |
154 |
185 |
158 |
221 |
116 |
147 |
350 |
73 |
747 |
343 |
392 |
329 |
18 |
120 |
148 |
203 |
166 |
76 |
254 |
655 |
156 |
168 |
286 |
Character |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
- |
Milliseconds |
195 |
142 |
315 |
283 |
393 |
182 |
176 |
150 |
332 |
297 |
206 |
190 |
216 |
192 |
259 |
405 |
188 |
506 |
412 |
226 |
153 |
235 |
60 |
453 |
240 |
Character |
; |
|
} |
Milliseconds |
154 |
429 |
126 |
|
WPM Timing |
Seconds |
WPM |
3.2 |
14.98 |
6.41 |
35.57 |
9.61 |
43.69 |
12.82 |
42.13 |
16.02 |
39.69 |
19.23 |
37.44 |
22.43 |
39.58 |
25.64 |
40.25 |
28.84 |
42.44 |
32.05 |
40.81 |
35.25 |
38.81 |
38.46 |
39 |
41.66 |
38.88 |
44.87 |
38.51 |
48.07 |
39.94 |
51.28 |
40.49 |
54.48 |
41.19 |
57.69 |
42.02 |
60.89 |
42.57 |
64.09 |
41.94 |
67.3 |
42.62 |
70.5 |
42.38 |
73.71 |
42.17 |
76.91 |
42.44 |
80.12 |
42.09 |
83.32 |
41.91 |
86.53 |
42.02 |
89.73 |
41.72 |
92.94 |
40.41 |
96.14 |
39.94 |
99.35 |
40.1 |
102.55 |
40.49 |
105.76 |
40.85 |
108.96 |
40.31 |
112.17 |
39.91 |
115.37 |
40.04 |
118.58 |
39.77 |
121.78 |
40.11 |
124.98 |
40.23 |
128.19 |
39.88 |
131.39 |
39.82 |
134.6 |
40.03 |
137.8 |
39.53 |
141.01 |
39.32 |
144.21 |
39.69 |
147.42 |
39.89 |
150.62 |
39.99 |
153.83 |
40.33 |
157.03 |
40.5 |
160.24 |
40.59 |
|