Official speed |
45.08 wpm (144.28 seconds elapsed during race) |
Without ending ping |
45.17 wpm (286 ms delay sending score to TypeRacer’s server) |
Timerless |
45.36 wpm (619 ms elapsed before first character typed; 143.37 seconds elapsed during race) |
Timerless minus one |
45.28 wpm, ignoring the first character typed |
Race Start |
February 22, 2025 9:46:53pm UTC |
Race Finish |
February 22, 2025 9:49:17pm UTC |
Outcome |
No win (3 of 3) |
Accuracy |
96.9% |
Points |
66.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 expected = 1024; /@* Cut off to avoid DoS attack @/ */ while (expected < shutdown.loength (()) { if (random == null) ~random = new RandomO(sysSystem.currentTimeMillid(s()); expected $+= (random.nextInt() % 1024); } while (expected > 0) { int ch = -1; try { ihch = stream.read(); } cahchtch (IOException e) { log.wurnarn("StarndardServer.await: read': ", e); ch = -1 ; } if (ch < 32) /* Control character of r 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 |
619 |
245 |
242 |
463 |
350 |
56 |
66 |
193 |
139 |
131 |
128 |
150 |
104 |
136 |
60 |
201 |
171 |
247 |
104 |
130 |
30 |
220 |
172 |
116 |
150 |
Character |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
@ |
/ |
-/ |
-@ |
* |
/ |
Milliseconds |
68 |
274 |
122 |
65 |
102 |
150 |
100 |
179 |
106 |
77 |
121 |
63 |
146 |
77 |
315 |
0 |
244 |
169 |
131 |
315 |
287 |
474 |
280 |
491 |
273 |
Character |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
Milliseconds |
307 |
245 |
181 |
40 |
225 |
130 |
149 |
850 |
201 |
192 |
168 |
195 |
33 |
182 |
173 |
16 |
118 |
164 |
153 |
121 |
129 |
266 |
276 |
152 |
266 |
Character |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
Milliseconds |
139 |
52 |
197 |
229 |
121 |
9 |
209 |
111 |
135 |
554 |
149 |
175 |
157 |
188 |
77 |
319 |
62 |
171 |
202 |
174 |
85 |
207 |
84 |
181 |
29 |
Character |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
; |
|
/ |
@ |
-@ |
* |
|
C |
u |
t |
|
o |
Milliseconds |
187 |
232 |
165 |
150 |
289 |
109 |
224 |
250 |
240 |
126 |
351 |
279 |
516 |
437 |
311 |
268 |
405 |
669 |
363 |
195 |
542 |
29 |
277 |
143 |
66 |
Character |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
|
a |
t |
t |
a |
c |
k |
|
@ |
/ |
Milliseconds |
109 |
180 |
224 |
466 |
154 |
273 |
141 |
88 |
173 |
288 |
134 |
220 |
230 |
520 |
439 |
301 |
168 |
87 |
148 |
148 |
276 |
97 |
484 |
452 |
212 |
Character |
|
- |
-/ |
-@ |
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
Milliseconds |
235 |
327 |
138 |
197 |
713 |
279 |
266 |
75 |
159 |
115 |
36 |
256 |
135 |
276 |
357 |
156 |
218 |
222 |
578 |
175 |
154 |
87 |
244 |
263 |
309 |
Character |
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
o |
-o |
e |
n |
g |
t |
h |
|
( |
-( |
- |
( |
) |
) |
|
Milliseconds |
215 |
170 |
361 |
304 |
153 |
143 |
111 |
296 |
131 |
182 |
334 |
475 |
195 |
148 |
102 |
360 |
106 |
133 |
315 |
361 |
190 |
290 |
172 |
240 |
299 |
Character |
{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
l |
l |
) |
|
~ |
-~ |
r |
Milliseconds |
131 |
280 |
179 |
6 |
215 |
288 |
277 |
223 |
112 |
103 |
151 |
188 |
273 |
218 |
85 |
182 |
138 |
47 |
117 |
162 |
336 |
151 |
131 |
606 |
298 |
Character |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
O |
-O |
( |
s |
y |
s |
-s |
Milliseconds |
207 |
106 |
178 |
155 |
185 |
316 |
289 |
115 |
215 |
168 |
129 |
285 |
415 |
323 |
173 |
149 |
143 |
223 |
356 |
723 |
562 |
719 |
134 |
207 |
405 |
Character |
-y |
-s |
S |
y |
s |
t |
e |
m |
. |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
i |
Milliseconds |
182 |
222 |
1730 |
124 |
364 |
583 |
163 |
99 |
249 |
451 |
5 |
180 |
153 |
148 |
135 |
193 |
706 |
191 |
68 |
225 |
284 |
227 |
52 |
154 |
195 |
Character |
d |
( |
-( |
-d |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
$ |
-$ |
+ |
= |
|
( |
Milliseconds |
182 |
373 |
416 |
286 |
600 |
328 |
72 |
208 |
198 |
292 |
252 |
8 |
207 |
247 |
185 |
132 |
215 |
163 |
293 |
266 |
825 |
173 |
95 |
506 |
94 |
Character |
r |
a |
n |
d |
o |
m |
. |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
) |
; |
Milliseconds |
334 |
217 |
112 |
161 |
183 |
210 |
217 |
308 |
198 |
49 |
278 |
357 |
207 |
257 |
312 |
57 |
248 |
237 |
358 |
532 |
216 |
192 |
315 |
449 |
430 |
Character |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
0 |
) |
|
{ |
Milliseconds |
318 |
154 |
251 |
113 |
130 |
118 |
33 |
283 |
188 |
250 |
333 |
17 |
211 |
262 |
170 |
208 |
212 |
165 |
235 |
220 |
262 |
382 |
370 |
349 |
168 |
Character |
|
i |
n |
t |
|
c |
h |
|
= |
|
- |
1 |
; |
|
t |
r |
y |
|
{ |
|
i |
h |
-h |
-i |
c |
Milliseconds |
293 |
168 |
95 |
143 |
168 |
187 |
156 |
289 |
347 |
135 |
367 |
154 |
603 |
355 |
294 |
30 |
160 |
192 |
233 |
243 |
250 |
171 |
519 |
130 |
270 |
Character |
h |
|
= |
|
s |
t |
r |
e |
a |
m |
. |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
h |
c |
Milliseconds |
129 |
185 |
265 |
154 |
169 |
116 |
17 |
378 |
66 |
137 |
278 |
206 |
268 |
61 |
88 |
387 |
242 |
217 |
205 |
164 |
264 |
233 |
317 |
490 |
321 |
Character |
h |
-h |
-c |
-h |
t |
c |
h |
|
( |
I |
O |
E |
x |
c |
e |
p |
t |
i |
o |
n |
|
e |
) |
|
{ |
Milliseconds |
158 |
296 |
153 |
196 |
256 |
135 |
180 |
162 |
232 |
1495 |
376 |
518 |
878 |
540 |
159 |
85 |
269 |
166 |
0 |
215 |
192 |
298 |
502 |
286 |
95 |
Character |
|
l |
o |
g |
. |
w |
u |
r |
n |
-n |
-r |
-u |
a |
r |
n |
( |
" |
S |
t |
a |
r |
-r |
n |
d |
a |
Milliseconds |
420 |
132 |
81 |
179 |
221 |
276 |
222 |
171 |
282 |
352 |
127 |
771 |
447 |
116 |
282 |
305 |
197 |
585 |
219 |
186 |
232 |
551 |
164 |
126 |
274 |
Character |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
' |
-' |
: |
|
" |
Milliseconds |
133 |
209 |
307 |
158 |
42 |
221 |
241 |
90 |
200 |
641 |
61 |
225 |
319 |
282 |
183 |
238 |
78 |
202 |
65 |
68 |
451 |
637 |
119 |
297 |
317 |
Character |
, |
|
e |
) |
; |
|
c |
h |
|
= |
|
- |
1 |
|
- |
; |
|
} |
|
i |
f |
|
( |
c |
h |
Milliseconds |
561 |
327 |
231 |
343 |
99 |
248 |
257 |
313 |
151 |
299 |
322 |
388 |
101 |
522 |
1061 |
473 |
282 |
253 |
413 |
330 |
107 |
277 |
253 |
265 |
190 |
Character |
|
< |
|
3 |
2 |
) |
|
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
Milliseconds |
157 |
272 |
389 |
201 |
64 |
449 |
333 |
348 |
253 |
294 |
376 |
167 |
182 |
159 |
27 |
238 |
226 |
212 |
134 |
99 |
114 |
26 |
211 |
214 |
122 |
Character |
e |
r |
|
o |
f |
|
- |
-f |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
|
Milliseconds |
169 |
137 |
237 |
83 |
216 |
340 |
430 |
154 |
213 |
368 |
819 |
147 |
182 |
251 |
177 |
154 |
484 |
189 |
268 |
132 |
120 |
156 |
253 |
195 |
106 |
Character |
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
a |
p |
p |
e |
n |
Milliseconds |
70 |
134 |
181 |
99 |
227 |
27 |
122 |
259 |
69 |
178 |
438 |
284 |
227 |
30 |
106 |
144 |
207 |
137 |
109 |
240 |
359 |
154 |
163 |
201 |
124 |
Character |
d |
( |
) |
-) |
( |
c |
h |
a |
r |
) |
|
c |
h |
; |
) |
-) |
-; |
) |
; |
|
e |
x |
p |
e |
c |
Milliseconds |
160 |
479 |
153 |
567 |
234 |
554 |
119 |
141 |
91 |
475 |
149 |
305 |
164 |
308 |
27 |
638 |
179 |
122 |
100 |
493 |
224 |
136 |
582 |
344 |
171 |
Character |
t |
e |
d |
- |
- |
; |
|
} |
Milliseconds |
114 |
211 |
158 |
480 |
176 |
76 |
233 |
70 |
|
WPM Timing |
Seconds |
WPM |
2.89 |
49.9 |
5.77 |
68.62 |
8.66 |
60.99 |
11.54 |
56.14 |
14.43 |
60.72 |
17.31 |
61.69 |
20.2 |
62.97 |
23.08 |
58.22 |
25.97 |
56.37 |
28.86 |
55.73 |
31.74 |
53.68 |
34.63 |
53.02 |
37.51 |
52.78 |
40.4 |
52.28 |
43.28 |
51.01 |
46.17 |
52.5 |
49.05 |
51.62 |
51.94 |
51.52 |
54.83 |
49.03 |
57.71 |
47.2 |
60.6 |
47.73 |
63.48 |
46.69 |
66.37 |
47.37 |
69.25 |
46.79 |
72.14 |
47.08 |
75.02 |
46.71 |
77.91 |
47.29 |
80.8 |
47.38 |
83.68 |
47.32 |
86.57 |
46.99 |
89.45 |
47.62 |
92.34 |
46.79 |
95.22 |
46.25 |
98.11 |
46.11 |
100.99 |
45.98 |
103.88 |
45.28 |
106.76 |
44.96 |
109.65 |
45.2 |
112.54 |
45 |
115.42 |
44.91 |
118.31 |
44.33 |
121.19 |
44.46 |
124.08 |
44.49 |
126.96 |
44.71 |
129.85 |
44.45 |
132.73 |
45.2 |
135.62 |
45.57 |
138.51 |
45.23 |
141.39 |
45.07 |
144.28 |
45.08 |
|