Official speed |
30.40 wpm (213.95 seconds elapsed during race) |
Without ending ping |
30.42 wpm (142 ms delay sending score to TypeRacer’s server) |
Timerless |
36.08 wpm (33,544 ms elapsed before first character typed; 180.26 seconds elapsed during race) |
Timerless minus one |
36.01 wpm, ignoring the first character typed |
Race Start |
October 23, 2024 8:20:11am UTC |
Race Finish |
October 23, 2024 8:23:45am UTC |
Outcome |
No win (2 of 3) |
Accuracy |
96.4% |
Points |
45.10 |
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 */ StringBuffer conmmmand = new StringBuffer(); int expected = 1024; /* Cut off to avoifd Dos S attqack */ while (expectecd ,,< shutdown.length ()) }{ if *(random == null) random = new Random (System. ccurrentTime MIillis(()); expected += (random.nextInt() &*%10 1024) ;; } while (expected > 0) }{ int ch = 00-1; try { ch = stream.read(); } catch (IOException e) { log.warn("StandrardServer.await: read: "., e); ch = -1; } if (ch < 32) /* Control character or EOF terminates loop break; command. apappend((char) ch); expected--; } |
Timing |
Character |
/ |
* |
|
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
a |
c |
t |
e |
Milliseconds |
33544 |
953 |
440 |
446 |
79 |
150 |
241 |
111 |
197 |
119 |
177 |
168 |
145 |
139 |
138 |
75 |
92 |
290 |
177 |
468 |
261 |
113 |
331 |
241 |
100 |
Character |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
* |
/ |
|
S |
t |
r |
Milliseconds |
217 |
202 |
129 |
169 |
142 |
16 |
139 |
62 |
148 |
69 |
84 |
91 |
190 |
86 |
266 |
116 |
133 |
227 |
145 |
297 |
766 |
160 |
563 |
269 |
473 |
Character |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
n |
m |
-m |
-n |
m |
m |
a |
n |
d |
|
= |
|
n |
Milliseconds |
95 |
105 |
236 |
512 |
120 |
598 |
157 |
180 |
148 |
172 |
209 |
60 |
99 |
468 |
376 |
159 |
183 |
127 |
163 |
111 |
188 |
199 |
304 |
230 |
445 |
Character |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
Milliseconds |
82 |
67 |
199 |
328 |
281 |
209 |
131 |
100 |
99 |
531 |
154 |
1264 |
149 |
154 |
650 |
581 |
364 |
458 |
188 |
125 |
101 |
142 |
172 |
509 |
233 |
Character |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
; |
|
/ |
* |
|
C |
u |
t |
|
o |
f |
f |
Milliseconds |
252 |
108 |
233 |
196 |
103 |
151 |
427 |
601 |
342 |
282 |
43 |
383 |
591 |
695 |
177 |
376 |
875 |
401 |
394 |
97 |
192 |
133 |
150 |
121 |
198 |
Character |
|
t |
o |
|
a |
v |
o |
i |
f |
-f |
d |
|
D |
o |
s |
|
- |
-s |
S |
|
a |
t |
t |
q |
-q |
Milliseconds |
217 |
371 |
97 |
89 |
161 |
179 |
95 |
117 |
317 |
300 |
132 |
143 |
609 |
177 |
240 |
196 |
254 |
337 |
301 |
483 |
201 |
226 |
156 |
88 |
479 |
Character |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
c |
-c |
d |
|
Milliseconds |
125 |
287 |
67 |
205 |
439 |
571 |
243 |
271 |
46 |
48 |
237 |
113 |
116 |
340 |
462 |
224 |
126 |
116 |
240 |
317 |
133 |
195 |
516 |
140 |
522 |
Character |
, |
-, |
, |
-, |
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
t |
h |
|
- |
( |
) |
Milliseconds |
240 |
515 |
690 |
477 |
318 |
479 |
315 |
122 |
519 |
197 |
405 |
61 |
559 |
309 |
884 |
612 |
117 |
165 |
371 |
247 |
74 |
136 |
422 |
255 |
354 |
Character |
) |
|
} |
-} |
{ |
|
i |
f |
|
* |
-* |
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
l |
Milliseconds |
303 |
425 |
623 |
508 |
408 |
480 |
246 |
105 |
161 |
1289 |
463 |
208 |
696 |
97 |
434 |
282 |
87 |
327 |
305 |
483 |
145 |
418 |
457 |
342 |
200 |
Character |
l |
) |
|
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
|
- |
( |
Milliseconds |
179 |
454 |
334 |
268 |
87 |
380 |
252 |
81 |
207 |
164 |
264 |
187 |
222 |
106 |
99 |
248 |
362 |
293 |
179 |
234 |
75 |
234 |
220 |
320 |
222 |
Character |
S |
y |
s |
t |
e |
m |
. |
|
c |
-c |
- |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
e |
|
- |
M |
Milliseconds |
621 |
158 |
136 |
265 |
100 |
598 |
344 |
243 |
254 |
265 |
174 |
199 |
105 |
291 |
127 |
137 |
117 |
278 |
910 |
283 |
209 |
92 |
124 |
514 |
398 |
Character |
I |
-I |
i |
l |
l |
i |
s |
( |
( |
-( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
+ |
= |
Milliseconds |
227 |
527 |
718 |
403 |
149 |
183 |
229 |
519 |
632 |
451 |
323 |
193 |
529 |
243 |
215 |
220 |
156 |
121 |
229 |
207 |
103 |
217 |
499 |
516 |
384 |
Character |
|
( |
r |
a |
n |
d |
o |
m |
. |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
& |
-& |
* |
-* |
% |
1 |
Milliseconds |
374 |
387 |
642 |
87 |
206 |
303 |
75 |
255 |
835 |
716 |
344 |
294 |
207 |
366 |
224 |
118 |
374 |
200 |
510 |
861 |
466 |
252 |
584 |
2382 |
1293 |
Character |
0 |
-0 |
-1 |
|
1 |
0 |
2 |
4 |
) |
|
; |
-; |
- |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
Milliseconds |
164 |
486 |
184 |
344 |
347 |
201 |
602 |
230 |
768 |
700 |
83 |
336 |
167 |
261 |
425 |
390 |
736 |
234 |
34 |
55 |
256 |
109 |
116 |
386 |
845 |
Character |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
0 |
) |
|
} |
-} |
{ |
|
i |
n |
t |
|
c |
h |
|
= |
Milliseconds |
515 |
151 |
123 |
426 |
273 |
117 |
188 |
349 |
344 |
882 |
853 |
785 |
571 |
827 |
481 |
309 |
423 |
191 |
99 |
148 |
267 |
180 |
51 |
563 |
951 |
Character |
|
0 |
-0 |
0 |
-0 |
- |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
t |
r |
e |
a |
Milliseconds |
170 |
613 |
415 |
289 |
448 |
269 |
354 |
581 |
212 |
198 |
166 |
53 |
419 |
534 |
484 |
228 |
62 |
560 |
173 |
155 |
595 |
215 |
206 |
76 |
80 |
Character |
m |
. |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
E |
x |
c |
e |
Milliseconds |
590 |
329 |
296 |
89 |
90 |
173 |
330 |
188 |
385 |
228 |
376 |
381 |
201 |
36 |
252 |
251 |
62 |
165 |
287 |
702 |
307 |
599 |
397 |
701 |
179 |
Character |
p |
t |
i |
o |
n |
|
e |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
( |
" |
S |
t |
a |
n |
Milliseconds |
137 |
264 |
94 |
115 |
117 |
178 |
244 |
560 |
453 |
463 |
585 |
445 |
168 |
132 |
317 |
284 |
398 |
263 |
435 |
538 |
828 |
921 |
451 |
150 |
135 |
Character |
d |
r |
-r |
a |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
: |
Milliseconds |
327 |
299 |
424 |
221 |
378 |
244 |
583 |
253 |
215 |
232 |
85 |
158 |
227 |
453 |
214 |
80 |
308 |
153 |
451 |
309 |
182 |
45 |
152 |
390 |
413 |
Character |
|
" |
. |
-. |
, |
|
e |
) |
; |
|
c |
h |
|
= |
|
- |
1 |
; |
|
} |
|
i |
f |
|
( |
Milliseconds |
434 |
429 |
568 |
436 |
236 |
219 |
328 |
372 |
536 |
327 |
213 |
58 |
407 |
211 |
192 |
684 |
556 |
765 |
394 |
443 |
362 |
210 |
70 |
248 |
282 |
Character |
c |
h |
|
< |
|
3 |
2 |
) |
|
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
a |
Milliseconds |
448 |
61 |
284 |
383 |
460 |
415 |
139 |
630 |
482 |
487 |
698 |
483 |
454 |
121 |
192 |
358 |
189 |
57 |
202 |
210 |
210 |
95 |
334 |
313 |
111 |
Character |
c |
t |
e |
r |
|
o |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
|
l |
o |
Milliseconds |
372 |
214 |
85 |
155 |
178 |
166 |
90 |
109 |
469 |
59 |
474 |
368 |
416 |
184 |
372 |
184 |
82 |
417 |
85 |
197 |
114 |
200 |
263 |
173 |
211 |
Character |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
|
a |
p |
-p |
-a |
- |
a |
Milliseconds |
144 |
164 |
418 |
244 |
422 |
93 |
79 |
241 |
544 |
199 |
192 |
97 |
185 |
152 |
502 |
140 |
244 |
258 |
184 |
137 |
121 |
283 |
159 |
112 |
171 |
Character |
p |
p |
e |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
Milliseconds |
124 |
156 |
366 |
149 |
310 |
444 |
171 |
605 |
47 |
129 |
200 |
361 |
299 |
150 |
68 |
390 |
427 |
326 |
181 |
226 |
154 |
157 |
222 |
178 |
94 |
Character |
d |
- |
- |
; |
|
} |
Milliseconds |
167 |
762 |
161 |
424 |
570 |
373 |
|
WPM Timing |
Seconds |
WPM |
4.28 |
0 |
8.56 |
0 |
12.84 |
0 |
17.12 |
0 |
21.39 |
0 |
25.67 |
0 |
29.95 |
0 |
34.23 |
0.35 |
38.51 |
6.54 |
42.79 |
12.62 |
47.07 |
15.81 |
51.35 |
18.23 |
55.63 |
18.98 |
59.91 |
21.03 |
64.18 |
21.69 |
68.46 |
23.31 |
72.74 |
23.92 |
77.02 |
25.08 |
81.3 |
24.94 |
85.58 |
25.1 |
89.86 |
24.97 |
94.14 |
25.11 |
98.42 |
26.22 |
102.69 |
26.76 |
106.97 |
27.15 |
111.25 |
26.86 |
115.53 |
27.21 |
119.81 |
27.34 |
124.09 |
27.37 |
128.37 |
26.55 |
132.65 |
26.23 |
136.93 |
26.47 |
141.21 |
26.6 |
145.48 |
26.64 |
149.76 |
26.28 |
154.04 |
26.64 |
158.32 |
27.29 |
162.6 |
27.6 |
166.88 |
27.83 |
171.16 |
27.83 |
175.44 |
28.11 |
179.72 |
28.18 |
183.99 |
28.31 |
188.27 |
28.49 |
192.55 |
28.48 |
196.83 |
29.14 |
201.11 |
29.6 |
205.39 |
29.8 |
209.67 |
30.16 |
213.95 |
30.4 |
|