Official speed |
48.64 wpm (133.72 seconds elapsed during race) |
Without ending ping |
48.75 wpm (315 ms delay sending score to TypeRacer’s server) |
Timerless |
49.62 wpm (2,313 ms elapsed before first character typed; 131.09 seconds elapsed during race) |
Timerless minus one |
49.52 wpm, ignoring the first character typed |
Race Start |
September 11, 2023 10:49:00am UTC |
Race Finish |
September 11, 2023 10:51:14am UTC |
Outcome |
No win (2 of 3) |
Accuracy |
97.6% |
Points |
72.15 |
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 character s from the socket */ StringBuffer command = new StringBuffer(); int excpected = 1024; /* Cut off to avoid DoS attack */ while (expected < shutdown.length()) { if (random == null) random = new Rnaandom(System.currentTimeMillis()); expected += (random.nextInt() % 1024: ); } while (expected > 0) { int ch = -1; try { ch = stream.read(); } catch (IOException e ) { log.warn("STtandardServer.await;: eraread: ", e); ch = -1 ; } if (ch < 32) /* contControl 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 |
a |
c |
t |
e |
Milliseconds |
2313 |
619 |
250 |
760 |
297 |
62 |
255 |
280 |
321 |
112 |
157 |
402 |
215 |
80 |
149 |
80 |
71 |
426 |
151 |
143 |
309 |
91 |
224 |
236 |
103 |
Character |
r |
|
- |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
* |
/ |
|
S |
Milliseconds |
79 |
316 |
373 |
68 |
82 |
139 |
178 |
50 |
55 |
90 |
80 |
76 |
48 |
63 |
328 |
68 |
272 |
117 |
117 |
124 |
207 |
203 |
480 |
277 |
443 |
Character |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
e |
w |
Milliseconds |
171 |
184 |
88 |
39 |
100 |
533 |
218 |
122 |
161 |
149 |
50 |
82 |
169 |
118 |
54 |
144 |
141 |
96 |
87 |
167 |
639 |
224 |
221 |
111 |
0 |
Character |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
c |
-c |
Milliseconds |
222 |
377 |
191 |
203 |
62 |
62 |
81 |
552 |
192 |
161 |
156 |
113 |
73 |
261 |
253 |
377 |
102 |
125 |
46 |
101 |
85 |
216 |
211 |
278 |
315 |
Character |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
; |
|
/ |
* |
|
C |
u |
t |
|
o |
f |
f |
Milliseconds |
239 |
113 |
211 |
178 |
30 |
187 |
169 |
374 |
133 |
196 |
185 |
155 |
477 |
252 |
285 |
212 |
468 |
207 |
471 |
132 |
135 |
87 |
136 |
82 |
158 |
Character |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
|
a |
t |
t |
a |
c |
k |
|
* |
/ |
|
w |
Milliseconds |
108 |
122 |
93 |
42 |
188 |
149 |
90 |
60 |
137 |
99 |
411 |
197 |
522 |
209 |
134 |
103 |
388 |
178 |
232 |
147 |
110 |
686 |
503 |
185 |
266 |
Character |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
Milliseconds |
60 |
51 |
43 |
76 |
74 |
277 |
229 |
260 |
106 |
295 |
234 |
188 |
19 |
190 |
108 |
300 |
126 |
212 |
57 |
198 |
459 |
221 |
74 |
93 |
77 |
Character |
. |
l |
e |
n |
g |
t |
h |
( |
) |
) |
|
{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
Milliseconds |
195 |
634 |
99 |
138 |
137 |
172 |
51 |
737 |
304 |
860 |
242 |
348 |
575 |
190 |
74 |
105 |
529 |
380 |
65 |
52 |
173 |
74 |
43 |
227 |
265 |
Character |
= |
|
n |
u |
l |
l |
) |
|
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
n |
a |
-a |
Milliseconds |
128 |
176 |
147 |
162 |
225 |
161 |
306 |
215 |
293 |
63 |
141 |
107 |
102 |
33 |
127 |
587 |
336 |
204 |
52 |
21 |
151 |
326 |
214 |
114 |
369 |
Character |
-n |
a |
n |
d |
o |
m |
( |
S |
y |
s |
t |
e |
m |
. |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
e |
Milliseconds |
128 |
144 |
102 |
91 |
135 |
18 |
464 |
646 |
203 |
0 |
196 |
38 |
141 |
266 |
499 |
83 |
207 |
181 |
72 |
114 |
99 |
356 |
185 |
12 |
74 |
Character |
M |
i |
l |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
+ |
= |
|
( |
r |
Milliseconds |
828 |
186 |
171 |
140 |
180 |
132 |
261 |
441 |
289 |
373 |
145 |
221 |
206 |
140 |
169 |
221 |
153 |
60 |
184 |
129 |
246 |
312 |
148 |
431 |
371 |
Character |
a |
n |
d |
o |
m |
. |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
: |
|
- |
Milliseconds |
60 |
135 |
93 |
105 |
30 |
240 |
470 |
140 |
427 |
201 |
449 |
185 |
97 |
268 |
229 |
158 |
641 |
177 |
263 |
174 |
504 |
210 |
337 |
220 |
355 |
Character |
-: |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
0 |
Milliseconds |
143 |
1424 |
1771 |
210 |
570 |
366 |
176 |
74 |
29 |
16 |
115 |
80 |
319 |
296 |
216 |
105 |
137 |
234 |
185 |
27 |
206 |
222 |
284 |
453 |
227 |
Character |
) |
|
{ |
|
i |
n |
t |
|
c |
h |
|
= |
|
- |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
Milliseconds |
485 |
120 |
367 |
231 |
272 |
58 |
82 |
70 |
408 |
85 |
151 |
324 |
146 |
543 |
564 |
335 |
163 |
140 |
169 |
78 |
139 |
261 |
204 |
326 |
71 |
Character |
|
= |
|
s |
t |
r |
e |
a |
m |
. |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
Milliseconds |
147 |
297 |
178 |
148 |
162 |
180 |
35 |
98 |
21 |
262 |
366 |
0 |
49 |
202 |
361 |
548 |
354 |
145 |
220 |
217 |
539 |
169 |
45 |
308 |
51 |
Character |
|
( |
I |
O |
E |
x |
c |
e |
p |
t |
i |
o |
n |
|
e |
|
- |
) |
|
{ |
|
l |
o |
g |
. |
Milliseconds |
72 |
394 |
453 |
235 |
334 |
688 |
258 |
822 |
211 |
149 |
91 |
14 |
72 |
202 |
260 |
141 |
431 |
293 |
182 |
324 |
305 |
774 |
164 |
135 |
138 |
Character |
w |
a |
r |
n |
( |
" |
S |
T |
-T |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
Milliseconds |
374 |
348 |
235 |
156 |
829 |
520 |
506 |
130 |
506 |
256 |
81 |
183 |
124 |
316 |
59 |
313 |
630 |
181 |
94 |
209 |
105 |
84 |
139 |
308 |
226 |
Character |
a |
i |
t |
; |
-; |
: |
|
e |
r |
a |
-e |
-r |
-a |
r |
e |
a |
d |
: |
|
" |
, |
|
e |
) |
; |
Milliseconds |
62 |
86 |
296 |
1028 |
391 |
256 |
263 |
222 |
0 |
139 |
489 |
0 |
0 |
274 |
39 |
29 |
235 |
412 |
207 |
359 |
386 |
167 |
209 |
460 |
600 |
Character |
|
c |
h |
|
= |
|
- |
1 |
|
- |
; |
|
} |
|
i |
f |
|
( |
c |
h |
|
< |
|
3 |
2 |
Milliseconds |
315 |
218 |
141 |
192 |
349 |
214 |
1516 |
615 |
205 |
353 |
336 |
191 |
336 |
273 |
305 |
17 |
200 |
410 |
404 |
44 |
158 |
521 |
193 |
345 |
210 |
Character |
) |
|
/ |
* |
|
c |
o |
n |
t |
-c |
-o |
-n |
-t |
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
Milliseconds |
654 |
296 |
444 |
636 |
365 |
176 |
101 |
48 |
135 |
465 |
0 |
0 |
0 |
343 |
264 |
53 |
132 |
162 |
49 |
169 |
122 |
182 |
87 |
130 |
937 |
Character |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
|
l |
Milliseconds |
107 |
209 |
177 |
98 |
78 |
132 |
220 |
330 |
140 |
601 |
546 |
259 |
221 |
215 |
108 |
72 |
88 |
142 |
52 |
143 |
69 |
103 |
166 |
134 |
238 |
Character |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
a |
p |
p |
e |
n |
d |
Milliseconds |
166 |
174 |
168 |
138 |
269 |
213 |
30 |
58 |
105 |
531 |
125 |
163 |
65 |
63 |
140 |
100 |
73 |
106 |
157 |
449 |
140 |
162 |
213 |
149 |
150 |
Character |
|
- |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
- |
Milliseconds |
112 |
326 |
243 |
163 |
289 |
84 |
132 |
116 |
385 |
194 |
218 |
92 |
576 |
374 |
177 |
209 |
223 |
130 |
139 |
219 |
197 |
12 |
192 |
432 |
141 |
Character |
- |
-- |
; |
|
} |
Milliseconds |
251 |
453 |
305 |
369 |
273 |
|
WPM Timing |
Seconds |
WPM |
2.67 |
4.49 |
5.35 |
22.44 |
8.02 |
35.9 |
10.7 |
45.99 |
13.37 |
47.56 |
16.05 |
51.6 |
18.72 |
53.2 |
21.39 |
53.85 |
24.07 |
54.34 |
26.74 |
54.74 |
29.42 |
55.88 |
32.09 |
55.34 |
34.77 |
56.26 |
37.44 |
57.05 |
40.12 |
54.74 |
42.79 |
55.25 |
45.46 |
55.69 |
48.14 |
55.59 |
50.81 |
55.26 |
53.49 |
55.42 |
56.16 |
55.34 |
58.84 |
55.68 |
61.51 |
55.21 |
64.18 |
54.03 |
66.86 |
52.05 |
69.53 |
51.95 |
72.21 |
52.02 |
74.88 |
52.24 |
77.56 |
51.99 |
80.23 |
52.65 |
82.9 |
52.4 |
85.58 |
51.88 |
88.25 |
51.67 |
90.93 |
51.21 |
93.6 |
50.38 |
96.28 |
50.48 |
98.95 |
49.96 |
101.62 |
49.59 |
104.3 |
49.36 |
106.97 |
48.57 |
109.65 |
48.26 |
112.32 |
47.97 |
115 |
47.38 |
117.67 |
47.52 |
120.35 |
47.56 |
123.02 |
48.28 |
125.69 |
48.79 |
128.37 |
48.89 |
131.04 |
49.08 |
133.72 |
48.64 |
|