Official speed |
41.93 wpm (155.12 seconds elapsed during race) |
Without ending ping |
42.56 wpm (2,300 ms delay sending score to TypeRacer’s server) |
Timerless |
42.67 wpm (380 ms elapsed before first character typed; 152.44 seconds elapsed during race) |
Timerless minus one |
42.59 wpm, ignoring the first character typed |
Race Start |
July 15, 2023 5:59:06pm UTC |
Race Finish |
July 15, 2023 6:01:41pm UTC |
Outcome |
No win (3 of 3) |
Accuracy |
95.4% |
Points |
62.19 |
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 |
/* /rRead a set of characters from the socket * // StringBuffer commnad and = new StrignngBuffer(); int expected = 1024; /* /CuCut off to aovoid DoS attack 8/*/ while (expected < shutdown. llentgth(()) { i ff (random = n= null) random = new Random (sSystem.currentTime MIlillis()); expected =+= (random.nextInt() % 1024) ; } while (expected > )0) {P int ch = -1; try { ch = strea.m.read(); } catc h (IOException e) { log.arwarn("StandardsServer.await: read: ", e): ; ch = -1; } if (ch ,< 32) /* Control character or EOF temrminates loop break; command.append((char) ch); expected--; } |
Timing |
Character |
/ |
* |
|
/ |
r |
-r |
-/ |
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
Milliseconds |
380 |
433 |
181 |
317 |
102 |
435 |
163 |
493 |
256 |
231 |
135 |
141 |
224 |
133 |
121 |
210 |
198 |
141 |
175 |
179 |
40 |
221 |
32 |
153 |
156 |
Character |
a |
c |
t |
e |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
* |
|
Milliseconds |
223 |
262 |
262 |
338 |
110 |
109 |
227 |
150 |
182 |
74 |
193 |
151 |
161 |
100 |
43 |
111 |
137 |
458 |
291 |
137 |
163 |
379 |
294 |
489 |
558 |
Character |
/ |
-/ |
- |
/ |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
n |
a |
d |
Milliseconds |
197 |
250 |
180 |
353 |
217 |
282 |
251 |
331 |
125 |
241 |
110 |
459 |
147 |
256 |
147 |
159 |
90 |
201 |
479 |
39 |
163 |
186 |
221 |
38 |
156 |
Character |
|
- |
-d |
-a |
-n |
a |
n |
d |
|
= |
|
n |
e |
w |
|
S |
t |
r |
i |
g |
n |
-n |
-g |
n |
g |
Milliseconds |
138 |
213 |
168 |
214 |
566 |
264 |
128 |
127 |
129 |
241 |
180 |
181 |
50 |
131 |
105 |
314 |
539 |
180 |
116 |
306 |
76 |
352 |
153 |
233 |
104 |
Character |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
Milliseconds |
370 |
230 |
178 |
155 |
157 |
70 |
306 |
220 |
507 |
152 |
149 |
164 |
152 |
327 |
198 |
230 |
153 |
183 |
219 |
187 |
89 |
156 |
155 |
195 |
191 |
Character |
1 |
0 |
2 |
4 |
; |
|
/ |
* |
|
/ |
C |
u |
-u |
-C |
-/ |
C |
u |
t |
|
o |
f |
f |
|
t |
o |
Milliseconds |
285 |
134 |
795 |
243 |
507 |
152 |
263 |
390 |
148 |
297 |
77 |
232 |
167 |
166 |
164 |
428 |
228 |
200 |
158 |
230 |
131 |
96 |
120 |
574 |
45 |
Character |
|
a |
o |
-o |
v |
o |
i |
d |
|
D |
o |
S |
|
a |
t |
t |
a |
c |
k |
|
8 |
/ |
-/ |
-8 |
* |
Milliseconds |
151 |
219 |
230 |
369 |
133 |
335 |
223 |
188 |
150 |
507 |
345 |
454 |
246 |
136 |
166 |
163 |
140 |
247 |
91 |
196 |
274 |
324 |
282 |
151 |
342 |
Character |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
s |
h |
u |
t |
d |
Milliseconds |
362 |
194 |
182 |
83 |
59 |
170 |
142 |
105 |
217 |
251 |
234 |
119 |
156 |
198 |
197 |
92 |
176 |
205 |
342 |
137 |
171 |
93 |
202 |
155 |
374 |
Character |
o |
w |
n |
. |
|
l |
-l |
- |
l |
e |
n |
t |
-t |
g |
t |
h |
( |
( |
-( |
) |
) |
|
{ |
|
i |
Milliseconds |
271 |
330 |
158 |
261 |
141 |
300 |
258 |
152 |
288 |
173 |
125 |
186 |
234 |
165 |
313 |
0 |
670 |
222 |
410 |
336 |
166 |
185 |
247 |
234 |
588 |
Character |
|
f |
-f |
- |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
|
n |
-n |
- |
= |
|
n |
u |
l |
l |
Milliseconds |
187 |
156 |
240 |
182 |
181 |
49 |
332 |
379 |
83 |
129 |
154 |
141 |
148 |
175 |
221 |
215 |
327 |
232 |
178 |
271 |
279 |
288 |
212 |
182 |
174 |
Character |
) |
|
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
|
- |
( |
s |
Milliseconds |
281 |
169 |
195 |
130 |
77 |
181 |
116 |
134 |
151 |
244 |
173 |
165 |
100 |
78 |
417 |
544 |
112 |
187 |
272 |
100 |
180 |
76 |
348 |
334 |
544 |
Character |
-s |
S |
y |
s |
t |
e |
m |
. |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
e |
|
- |
M |
I |
l |
-l |
Milliseconds |
328 |
371 |
446 |
172 |
256 |
78 |
132 |
241 |
251 |
338 |
201 |
142 |
122 |
159 |
147 |
637 |
201 |
151 |
135 |
420 |
300 |
232 |
260 |
218 |
299 |
Character |
-I |
i |
l |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
-= |
+ |
= |
|
Milliseconds |
143 |
224 |
251 |
210 |
275 |
153 |
393 |
339 |
284 |
384 |
147 |
233 |
337 |
265 |
98 |
271 |
235 |
87 |
202 |
87 |
191 |
328 |
268 |
527 |
245 |
Character |
( |
r |
a |
n |
d |
o |
m |
. |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
) |
Milliseconds |
644 |
317 |
95 |
86 |
162 |
151 |
85 |
551 |
307 |
45 |
314 |
180 |
296 |
138 |
137 |
327 |
229 |
204 |
377 |
184 |
921 |
184 |
438 |
238 |
1014 |
Character |
|
- |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
) |
Milliseconds |
286 |
441 |
303 |
218 |
204 |
162 |
213 |
515 |
459 |
202 |
162 |
108 |
231 |
245 |
202 |
135 |
161 |
213 |
208 |
86 |
162 |
399 |
861 |
309 |
228 |
Character |
-) |
0 |
) |
|
{ |
P |
|
- |
-P |
|
i |
n |
t |
|
c |
h |
|
= |
|
- |
1 |
; |
|
t |
r |
Milliseconds |
683 |
332 |
324 |
243 |
371 |
17 |
494 |
212 |
218 |
728 |
210 |
201 |
213 |
170 |
181 |
78 |
242 |
176 |
204 |
594 |
382 |
279 |
169 |
135 |
169 |
Character |
y |
|
{ |
|
c |
h |
|
= |
|
s |
t |
r |
e |
a |
. |
-. |
m |
. |
r |
e |
a |
d |
( |
) |
; |
Milliseconds |
155 |
94 |
279 |
364 |
190 |
82 |
155 |
407 |
462 |
187 |
199 |
443 |
67 |
120 |
486 |
339 |
245 |
604 |
480 |
104 |
197 |
138 |
270 |
281 |
349 |
Character |
|
} |
|
c |
a |
t |
c |
|
- |
h |
|
( |
I |
O |
E |
x |
c |
e |
p |
t |
i |
o |
n |
|
e |
Milliseconds |
171 |
241 |
320 |
194 |
182 |
194 |
159 |
240 |
250 |
236 |
115 |
261 |
273 |
281 |
578 |
256 |
382 |
234 |
266 |
301 |
136 |
108 |
173 |
212 |
301 |
Character |
) |
|
{ |
|
l |
o |
g |
. |
a |
r |
-r |
-a |
w |
a |
r |
n |
( |
" |
S |
t |
a |
n |
d |
a |
r |
Milliseconds |
419 |
193 |
257 |
210 |
576 |
187 |
143 |
259 |
859 |
129 |
384 |
169 |
119 |
164 |
154 |
220 |
826 |
384 |
500 |
330 |
254 |
185 |
129 |
420 |
114 |
Character |
d |
s |
-s |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
, |
Milliseconds |
227 |
644 |
366 |
393 |
173 |
167 |
328 |
203 |
119 |
308 |
167 |
286 |
148 |
177 |
193 |
374 |
164 |
176 |
54 |
88 |
195 |
370 |
618 |
967 |
432 |
Character |
|
e |
) |
: |
|
- |
-: |
; |
|
c |
h |
|
= |
|
- |
1 |
; |
|
} |
|
i |
f |
|
( |
c |
Milliseconds |
157 |
286 |
639 |
384 |
237 |
306 |
158 |
307 |
250 |
201 |
40 |
169 |
230 |
166 |
316 |
416 |
556 |
187 |
260 |
177 |
200 |
138 |
49 |
287 |
351 |
Character |
h |
|
, |
-, |
< |
|
3 |
2 |
) |
|
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
Milliseconds |
50 |
133 |
658 |
388 |
290 |
404 |
222 |
89 |
463 |
182 |
314 |
634 |
170 |
497 |
203 |
171 |
132 |
182 |
97 |
245 |
210 |
298 |
48 |
120 |
127 |
Character |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
O |
F |
|
t |
e |
m |
-m |
r |
m |
i |
n |
a |
t |
e |
s |
Milliseconds |
193 |
242 |
249 |
234 |
118 |
212 |
256 |
160 |
112 |
272 |
414 |
430 |
150 |
162 |
101 |
100 |
546 |
267 |
128 |
392 |
436 |
250 |
110 |
139 |
163 |
Character |
|
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
a |
p |
p |
e |
Milliseconds |
197 |
208 |
224 |
457 |
210 |
235 |
381 |
242 |
77 |
107 |
128 |
650 |
188 |
195 |
83 |
202 |
184 |
122 |
159 |
123 |
282 |
272 |
161 |
159 |
354 |
Character |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
- |
Milliseconds |
178 |
90 |
442 |
459 |
367 |
21 |
126 |
156 |
390 |
171 |
222 |
41 |
450 |
331 |
195 |
265 |
360 |
154 |
221 |
215 |
182 |
84 |
153 |
627 |
200 |
Character |
; |
|
} |
Milliseconds |
356 |
273 |
224 |
|
WPM Timing |
Seconds |
WPM |
3.1 |
23.21 |
6.2 |
46.42 |
9.31 |
54.15 |
12.41 |
46.42 |
15.51 |
47.96 |
18.61 |
45.13 |
21.72 |
44.76 |
24.82 |
45.93 |
27.92 |
46.85 |
31.02 |
44.48 |
34.13 |
45.01 |
37.23 |
45.45 |
40.33 |
45.23 |
43.43 |
46.42 |
46.53 |
45.39 |
49.64 |
44.48 |
52.74 |
44.6 |
55.84 |
44.48 |
58.94 |
45.4 |
62.05 |
44.48 |
65.15 |
44.58 |
68.25 |
43.78 |
71.35 |
44.06 |
74.46 |
43.84 |
77.56 |
44.1 |
80.66 |
43.14 |
83.76 |
43.12 |
86.86 |
43.1 |
89.97 |
42.15 |
93.07 |
42.16 |
96.17 |
42.55 |
99.27 |
42.07 |
102.38 |
42.43 |
105.48 |
42.21 |
108.58 |
42.44 |
111.68 |
41.9 |
114.79 |
41.82 |
117.89 |
41.73 |
120.99 |
41.66 |
124.09 |
41.1 |
127.19 |
41.32 |
130.3 |
41.26 |
133.4 |
41.38 |
136.5 |
41.85 |
139.6 |
41.69 |
142.71 |
41.96 |
145.81 |
42.22 |
148.91 |
42.39 |
152.01 |
42.55 |
155.12 |
41.93 |
|