Official speed |
53.85 wpm (120.78 seconds elapsed during race) |
Without ending ping |
53.96 wpm (236 ms delay sending score to TypeRacer’s server) |
Timerless |
54.29 wpm (744 ms elapsed before first character typed; 119.80 seconds elapsed during race) |
Timerless minus one |
54.19 wpm, ignoring the first character typed |
Race Start |
July 7, 2024 11:39:40am UTC |
Race Finish |
July 7, 2024 11:41:41am UTC |
Outcome |
No win (3 of 3) |
Accuracy |
99.5% |
Points |
79.87 |
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 expeccteted = 1024; /* Cut off to avoid DoS attack */ while (expected < shutdown.length()) { if (random == null) random = new Random(System.currneentTimeMillis()); 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 brea;k; 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 |
744 |
375 |
350 |
375 |
364 |
214 |
222 |
217 |
75 |
341 |
480 |
165 |
216 |
188 |
118 |
150 |
208 |
170 |
35 |
132 |
138 |
132 |
260 |
93 |
196 |
Character |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
* |
/ |
|
S |
t |
r |
Milliseconds |
149 |
169 |
246 |
11 |
177 |
112 |
182 |
105 |
61 |
121 |
130 |
172 |
359 |
69 |
239 |
108 |
75 |
231 |
249 |
338 |
430 |
186 |
298 |
213 |
202 |
Character |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
e |
w |
|
S |
Milliseconds |
85 |
113 |
170 |
368 |
234 |
116 |
167 |
212 |
105 |
263 |
119 |
29 |
208 |
96 |
114 |
202 |
217 |
252 |
233 |
275 |
244 |
173 |
185 |
266 |
358 |
Character |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
c |
Milliseconds |
214 |
183 |
104 |
94 |
139 |
364 |
234 |
133 |
181 |
226 |
125 |
381 |
152 |
250 |
332 |
46 |
108 |
142 |
188 |
52 |
335 |
85 |
161 |
300 |
50 |
Character |
t |
e |
-e |
-t |
-c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
; |
|
/ |
* |
|
C |
u |
t |
|
o |
Milliseconds |
184 |
243 |
451 |
153 |
448 |
309 |
181 |
251 |
200 |
183 |
261 |
182 |
119 |
238 |
331 |
281 |
287 |
286 |
265 |
316 |
298 |
218 |
179 |
218 |
114 |
Character |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
|
a |
t |
t |
a |
c |
k |
|
* |
/ |
Milliseconds |
189 |
181 |
246 |
89 |
112 |
159 |
31 |
266 |
47 |
95 |
222 |
168 |
413 |
221 |
501 |
267 |
65 |
182 |
183 |
146 |
237 |
137 |
263 |
1028 |
493 |
Character |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
s |
h |
u |
t |
d |
o |
Milliseconds |
169 |
278 |
97 |
74 |
178 |
53 |
310 |
155 |
517 |
331 |
153 |
168 |
352 |
154 |
142 |
275 |
459 |
148 |
352 |
169 |
82 |
232 |
185 |
212 |
52 |
Character |
w |
n |
. |
l |
e |
n |
g |
t |
h |
( |
) |
) |
|
{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
Milliseconds |
135 |
131 |
270 |
176 |
73 |
136 |
143 |
153 |
163 |
232 |
109 |
229 |
298 |
223 |
282 |
127 |
125 |
215 |
218 |
317 |
192 |
116 |
174 |
110 |
251 |
Character |
|
= |
= |
|
n |
u |
l |
l |
) |
|
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
Milliseconds |
156 |
199 |
194 |
284 |
99 |
241 |
214 |
178 |
305 |
331 |
119 |
151 |
117 |
168 |
73 |
274 |
197 |
201 |
351 |
104 |
127 |
146 |
239 |
341 |
106 |
Character |
n |
d |
o |
m |
( |
S |
y |
s |
t |
e |
m |
. |
c |
u |
r |
r |
n |
e |
-e |
-n |
e |
n |
t |
T |
i |
Milliseconds |
188 |
153 |
176 |
237 |
181 |
438 |
166 |
159 |
102 |
142 |
295 |
253 |
462 |
85 |
96 |
174 |
478 |
150 |
489 |
132 |
200 |
143 |
90 |
531 |
167 |
Character |
m |
e |
M |
i |
l |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
+ |
= |
|
Milliseconds |
194 |
72 |
517 |
132 |
186 |
192 |
138 |
320 |
342 |
110 |
223 |
303 |
306 |
35 |
267 |
44 |
148 |
335 |
135 |
151 |
271 |
295 |
369 |
300 |
431 |
Character |
( |
r |
a |
n |
d |
o |
m |
. |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
) |
Milliseconds |
384 |
297 |
172 |
127 |
168 |
85 |
235 |
215 |
153 |
146 |
350 |
133 |
405 |
178 |
222 |
351 |
125 |
339 |
186 |
297 |
243 |
174 |
261 |
302 |
485 |
Character |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
0 |
) |
|
Milliseconds |
403 |
330 |
396 |
256 |
81 |
119 |
97 |
150 |
99 |
239 |
226 |
258 |
315 |
79 |
114 |
357 |
114 |
87 |
316 |
284 |
235 |
312 |
177 |
279 |
299 |
Character |
{ |
|
i |
n |
t |
|
c |
h |
|
= |
|
- |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
Milliseconds |
223 |
275 |
67 |
102 |
110 |
284 |
253 |
227 |
470 |
221 |
312 |
268 |
253 |
198 |
265 |
95 |
222 |
167 |
254 |
349 |
492 |
224 |
283 |
298 |
293 |
Character |
|
s |
t |
r |
e |
a |
m |
. |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
Milliseconds |
309 |
85 |
110 |
197 |
94 |
109 |
304 |
202 |
99 |
118 |
180 |
234 |
231 |
119 |
516 |
417 |
285 |
299 |
276 |
74 |
163 |
290 |
116 |
260 |
221 |
Character |
I |
O |
E |
x |
c |
e |
p |
t |
i |
o |
n |
|
e |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
Milliseconds |
533 |
135 |
230 |
431 |
368 |
182 |
138 |
113 |
116 |
134 |
70 |
298 |
200 |
298 |
258 |
294 |
366 |
183 |
152 |
114 |
255 |
124 |
173 |
217 |
215 |
Character |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
Milliseconds |
429 |
259 |
616 |
195 |
136 |
163 |
201 |
106 |
118 |
216 |
479 |
221 |
146 |
319 |
93 |
120 |
289 |
184 |
226 |
206 |
252 |
215 |
196 |
236 |
67 |
Character |
e |
a |
d |
: |
|
" |
, |
|
e |
) |
; |
|
c |
h |
|
= |
|
- |
1 |
; |
|
} |
|
i |
f |
Milliseconds |
144 |
175 |
165 |
199 |
268 |
263 |
362 |
142 |
217 |
495 |
319 |
320 |
131 |
95 |
319 |
251 |
304 |
295 |
248 |
250 |
321 |
300 |
268 |
261 |
156 |
Character |
|
( |
c |
h |
|
< |
|
3 |
2 |
) |
|
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
Milliseconds |
292 |
334 |
489 |
100 |
364 |
366 |
370 |
197 |
297 |
535 |
386 |
451 |
351 |
267 |
292 |
209 |
128 |
86 |
167 |
100 |
248 |
184 |
170 |
214 |
185 |
Character |
r |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
|
Milliseconds |
145 |
170 |
244 |
110 |
177 |
151 |
272 |
165 |
198 |
259 |
339 |
149 |
136 |
297 |
54 |
142 |
125 |
202 |
29 |
146 |
97 |
104 |
155 |
200 |
201 |
Character |
l |
o |
o |
p |
|
b |
r |
e |
a |
; |
-; |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
a |
p |
p |
Milliseconds |
113 |
185 |
211 |
154 |
247 |
36 |
195 |
108 |
129 |
340 |
595 |
172 |
216 |
296 |
166 |
34 |
171 |
78 |
88 |
132 |
149 |
201 |
112 |
138 |
179 |
Character |
e |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
Milliseconds |
120 |
150 |
204 |
369 |
196 |
350 |
66 |
177 |
336 |
300 |
272 |
172 |
65 |
225 |
230 |
225 |
33 |
280 |
65 |
138 |
308 |
107 |
113 |
314 |
232 |
Character |
- |
; |
|
} |
Milliseconds |
174 |
247 |
271 |
167 |
|
WPM Timing |
Seconds |
WPM |
2.42 |
24.84 |
4.83 |
42.23 |
7.25 |
56.3 |
9.66 |
55.89 |
12.08 |
57.63 |
14.49 |
58.78 |
16.91 |
58.9 |
19.32 |
58.99 |
21.74 |
54.64 |
24.16 |
54.64 |
26.57 |
54.64 |
28.99 |
55.06 |
31.4 |
54.26 |
33.82 |
53.94 |
36.23 |
53.65 |
38.65 |
54.96 |
41.07 |
54.94 |
43.48 |
55.47 |
45.9 |
55.69 |
48.31 |
55.89 |
50.73 |
55.59 |
53.14 |
54.64 |
55.56 |
54.43 |
57.97 |
54.44 |
60.39 |
54.45 |
62.81 |
54.26 |
65.22 |
53.72 |
67.64 |
54.11 |
70.05 |
53.79 |
72.47 |
53.82 |
74.88 |
53.68 |
77.3 |
53.71 |
79.71 |
53.59 |
82.13 |
53.48 |
84.55 |
53.65 |
86.96 |
53.54 |
89.38 |
53.44 |
91.79 |
53.47 |
94.21 |
53.63 |
96.62 |
53.4 |
99.04 |
53.19 |
101.46 |
52.75 |
103.87 |
52.33 |
106.29 |
52.73 |
108.7 |
52.77 |
111.12 |
53.46 |
113.53 |
53.27 |
115.95 |
53.61 |
118.36 |
53.73 |
120.78 |
53.85 |
|