Official speed |
51.04 wpm (127.43 seconds elapsed during race) |
Without ending ping |
51.15 wpm (278 ms delay sending score to TypeRacer’s server) |
Timerless |
51.42 wpm (653 ms elapsed before first character typed; 126.50 seconds elapsed during race) |
Timerless minus one |
51.32 wpm, ignoring the first character typed |
Race Start |
July 12, 2024 1:32:43am UTC |
Race Finish |
July 12, 2024 1:34:51am UTC |
Outcome |
No win (3 of 3) |
Accuracy |
99.3% |
Points |
75.71 |
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 command = new StringBuffer(); int expected = 1024; /* Cut off to avoid DoS attack */ while (expected < shutdown.length()) { if (random == null) random = new Random(System.current/timTimeMillis()); 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 of rr 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 |
653 |
384 |
366 |
386 |
294 |
204 |
203 |
296 |
185 |
302 |
128 |
185 |
136 |
191 |
70 |
155 |
217 |
167 |
27 |
138 |
101 |
193 |
237 |
79 |
153 |
Character |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
* |
/ |
|
S |
t |
r |
Milliseconds |
115 |
206 |
194 |
91 |
229 |
133 |
232 |
87 |
50 |
328 |
198 |
320 |
114 |
53 |
190 |
81 |
96 |
144 |
237 |
270 |
388 |
122 |
328 |
200 |
189 |
Character |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
e |
w |
|
S |
Milliseconds |
71 |
133 |
133 |
466 |
256 |
110 |
181 |
189 |
68 |
248 |
155 |
8 |
185 |
104 |
118 |
118 |
234 |
232 |
291 |
291 |
166 |
303 |
193 |
331 |
351 |
Character |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
Milliseconds |
141 |
180 |
81 |
120 |
125 |
358 |
219 |
198 |
298 |
270 |
108 |
322 |
118 |
270 |
252 |
62 |
135 |
112 |
267 |
21 |
294 |
20 |
167 |
297 |
57 |
Character |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
; |
|
/ |
* |
|
C |
u |
t |
|
o |
f |
f |
|
t |
o |
|
Milliseconds |
150 |
251 |
289 |
288 |
322 |
159 |
171 |
176 |
210 |
198 |
235 |
336 |
192 |
321 |
283 |
210 |
125 |
242 |
87 |
168 |
177 |
242 |
84 |
162 |
205 |
Character |
a |
v |
o |
i |
d |
|
D |
o |
S |
|
a |
t |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
Milliseconds |
132 |
319 |
80 |
113 |
234 |
222 |
395 |
247 |
489 |
270 |
111 |
237 |
191 |
109 |
264 |
127 |
226 |
198 |
402 |
127 |
135 |
106 |
132 |
215 |
114 |
Character |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
Milliseconds |
290 |
215 |
425 |
315 |
75 |
133 |
399 |
117 |
165 |
269 |
301 |
184 |
383 |
117 |
83 |
223 |
127 |
223 |
90 |
188 |
157 |
328 |
213 |
119 |
233 |
Character |
g |
t |
h |
( |
) |
) |
|
{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
Milliseconds |
264 |
252 |
180 |
336 |
101 |
250 |
328 |
250 |
371 |
73 |
175 |
265 |
167 |
247 |
192 |
199 |
199 |
182 |
260 |
235 |
153 |
216 |
229 |
77 |
249 |
Character |
l |
l |
) |
|
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
( |
S |
Milliseconds |
223 |
189 |
354 |
284 |
47 |
152 |
141 |
175 |
102 |
280 |
131 |
238 |
367 |
82 |
145 |
156 |
291 |
274 |
137 |
249 |
400 |
124 |
266 |
248 |
596 |
Character |
y |
s |
t |
e |
m |
. |
c |
u |
r |
r |
e |
n |
t |
/ |
t |
i |
m |
-m |
-i |
-t |
-/ |
T |
i |
m |
e |
Milliseconds |
274 |
188 |
87 |
128 |
284 |
237 |
166 |
72 |
111 |
180 |
167 |
204 |
150 |
446 |
0 |
162 |
250 |
519 |
158 |
282 |
378 |
552 |
233 |
195 |
49 |
Character |
M |
i |
l |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
+ |
= |
|
( |
r |
Milliseconds |
584 |
217 |
248 |
176 |
103 |
230 |
481 |
103 |
257 |
324 |
336 |
70 |
348 |
14 |
418 |
333 |
81 |
136 |
278 |
250 |
341 |
208 |
484 |
269 |
300 |
Character |
a |
n |
d |
o |
m |
. |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
) |
; |
|
Milliseconds |
199 |
206 |
249 |
98 |
250 |
226 |
160 |
126 |
357 |
102 |
424 |
215 |
226 |
332 |
181 |
368 |
95 |
337 |
177 |
168 |
223 |
277 |
409 |
323 |
256 |
Character |
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
0 |
) |
|
{ |
|
Milliseconds |
248 |
253 |
86 |
129 |
105 |
210 |
134 |
373 |
181 |
314 |
403 |
129 |
238 |
342 |
53 |
141 |
249 |
309 |
390 |
390 |
188 |
372 |
346 |
182 |
304 |
Character |
i |
n |
t |
|
c |
h |
|
= |
|
- |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
Milliseconds |
112 |
130 |
183 |
276 |
185 |
97 |
702 |
181 |
400 |
313 |
456 |
210 |
292 |
75 |
220 |
184 |
318 |
267 |
482 |
186 |
84 |
456 |
309 |
263 |
86 |
Character |
t |
r |
e |
a |
m |
. |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
Milliseconds |
130 |
249 |
150 |
135 |
328 |
219 |
69 |
118 |
161 |
237 |
317 |
99 |
315 |
327 |
230 |
282 |
166 |
81 |
139 |
300 |
115 |
251 |
277 |
734 |
206 |
Character |
E |
x |
c |
e |
p |
t |
i |
o |
n |
|
e |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
( |
" |
Milliseconds |
281 |
416 |
270 |
146 |
166 |
130 |
106 |
116 |
159 |
226 |
159 |
322 |
277 |
242 |
365 |
169 |
176 |
116 |
249 |
75 |
160 |
137 |
264 |
367 |
265 |
Character |
S |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
Milliseconds |
552 |
178 |
190 |
283 |
267 |
136 |
142 |
240 |
429 |
230 |
117 |
344 |
82 |
110 |
284 |
167 |
183 |
169 |
143 |
209 |
184 |
265 |
85 |
123 |
160 |
Character |
d |
: |
|
" |
, |
|
e |
) |
; |
|
c |
h |
|
= |
|
- |
1 |
; |
|
} |
|
i |
f |
|
( |
Milliseconds |
201 |
198 |
286 |
278 |
378 |
160 |
213 |
452 |
348 |
336 |
177 |
118 |
292 |
344 |
319 |
333 |
218 |
293 |
309 |
177 |
318 |
83 |
132 |
280 |
191 |
Character |
c |
h |
|
< |
|
3 |
2 |
) |
/ |
-/ |
|
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
Milliseconds |
414 |
56 |
347 |
269 |
379 |
116 |
227 |
389 |
4271 |
1278 |
387 |
444 |
308 |
265 |
332 |
132 |
103 |
113 |
181 |
91 |
257 |
344 |
198 |
99 |
163 |
Character |
r |
a |
c |
t |
e |
r |
|
o |
f |
|
- |
r |
-r |
-f |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
i |
Milliseconds |
106 |
173 |
243 |
82 |
129 |
131 |
259 |
63 |
175 |
262 |
566 |
245 |
818 |
335 |
392 |
337 |
418 |
165 |
175 |
280 |
51 |
162 |
77 |
192 |
35 |
Character |
n |
a |
t |
e |
s |
|
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
Milliseconds |
148 |
99 |
85 |
152 |
211 |
185 |
83 |
215 |
171 |
147 |
244 |
43 |
184 |
116 |
134 |
223 |
226 |
263 |
128 |
50 |
183 |
102 |
168 |
106 |
182 |
Character |
. |
a |
p |
p |
e |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
Milliseconds |
217 |
98 |
145 |
171 |
232 |
201 |
169 |
314 |
224 |
345 |
51 |
128 |
153 |
321 |
300 |
169 |
46 |
242 |
274 |
230 |
54 |
313 |
24 |
159 |
322 |
Character |
t |
e |
d |
- |
- |
; |
|
} |
Milliseconds |
67 |
132 |
285 |
248 |
178 |
218 |
254 |
281 |
|
WPM Timing |
Seconds |
WPM |
2.55 |
32.96 |
5.1 |
51.79 |
7.65 |
58.07 |
10.19 |
60.03 |
12.74 |
62.15 |
15.29 |
59.64 |
17.84 |
59.87 |
20.39 |
60.62 |
22.94 |
59.64 |
25.49 |
60.74 |
28.03 |
59.5 |
30.58 |
59.64 |
33.13 |
58.67 |
35.68 |
59.19 |
38.23 |
58.7 |
40.78 |
58.86 |
43.33 |
58.72 |
45.87 |
58.59 |
48.42 |
58.48 |
50.97 |
56.03 |
53.52 |
55.6 |
56.07 |
55 |
58.62 |
54.66 |
61.17 |
54.74 |
63.71 |
54.43 |
66.26 |
54.51 |
68.81 |
54.23 |
71.36 |
53.98 |
73.91 |
53.42 |
76.46 |
53.21 |
79.01 |
53.46 |
81.55 |
53.56 |
84.1 |
53.22 |
86.65 |
53.32 |
89.2 |
53.14 |
91.75 |
53.36 |
94.3 |
53.57 |
96.85 |
53.28 |
99.4 |
53.12 |
101.94 |
52.97 |
104.49 |
51.68 |
107.04 |
50.45 |
109.59 |
50.15 |
112.14 |
50.62 |
114.69 |
49.49 |
117.24 |
49.95 |
119.78 |
50.29 |
122.33 |
50.71 |
124.88 |
50.93 |
127.43 |
51.04 |
|