Official speed |
45.83 wpm (141.92 seconds elapsed during race) |
Without ending ping |
45.94 wpm (341 ms delay sending score to TypeRacer’s server) |
Timerless |
46.08 wpm (423 ms elapsed before first character typed; 141.15 seconds elapsed during race) |
Timerless minus one |
45.99 wpm, ignoring the first character typed |
Race Start |
April 9, 2024 3:31:33am UTC |
Race Finish |
April 9, 2024 3:33:55am UTC |
Outcome |
No win (3 of 3) |
Accuracy |
95.8% |
Points |
67.98 |
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 fomrrom the socket */ StringBuffer command - ne= new StringBuffer(); int expected = 10254; /* Cut off to avoid DoS attack */ while (expected < shutdown.length()) { if (random- -- == null) anrandom = new Random(System.currentTimemMillis()); expected ++= (random.nextInt() % 1024;0); } while (expected > 0) { int ch = -=1; try { ch = stream.read(); } acacatch (IOexpException e) {log.{lo log.warn("Standard SdServer.await: read: "., e) ; ch-= = -1; } if (ch > < 32) ?/* Control character of r EOF terminates loop break; command.appewndnd((char ch) ch); expected---; } |
Timing |
Character |
/ |
* |
|
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
a |
c |
t |
e |
Milliseconds |
423 |
403 |
228 |
311 |
208 |
209 |
81 |
149 |
104 |
76 |
171 |
114 |
76 |
119 |
105 |
133 |
43 |
101 |
72 |
70 |
133 |
130 |
63 |
138 |
159 |
Character |
r |
s |
|
f |
o |
m |
r |
-r |
-m |
-o |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
Milliseconds |
72 |
144 |
95 |
145 |
69 |
46 |
100 |
247 |
134 |
118 |
259 |
75 |
23 |
177 |
74 |
82 |
66 |
83 |
135 |
202 |
213 |
50 |
88 |
123 |
429 |
Character |
* |
/ |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
|
- |
Milliseconds |
434 |
414 |
447 |
294 |
297 |
68 |
56 |
28 |
101 |
363 |
167 |
77 |
194 |
303 |
44 |
53 |
164 |
27 |
50 |
176 |
122 |
77 |
119 |
139 |
76 |
Character |
|
n |
e |
-e |
-n |
- |
-- |
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
Milliseconds |
139 |
153 |
42 |
277 |
151 |
146 |
361 |
244 |
360 |
139 |
74 |
75 |
50 |
314 |
345 |
62 |
69 |
24 |
182 |
277 |
145 |
63 |
159 |
135 |
57 |
Character |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
5 |
-5 |
4 |
Milliseconds |
279 |
163 |
268 |
225 |
155 |
76 |
59 |
110 |
84 |
75 |
76 |
70 |
84 |
177 |
177 |
65 |
377 |
161 |
124 |
302 |
124 |
311 |
253 |
758 |
436 |
Character |
; |
|
/ |
* |
|
C |
u |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
Milliseconds |
405 |
866 |
54 |
1229 |
379 |
226 |
131 |
118 |
60 |
181 |
91 |
143 |
55 |
151 |
23 |
46 |
221 |
217 |
54 |
165 |
65 |
85 |
222 |
183 |
430 |
Character |
|
a |
t |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
Milliseconds |
203 |
110 |
197 |
128 |
73 |
71 |
118 |
484 |
304 |
381 |
296 |
207 |
149 |
64 |
167 |
67 |
89 |
244 |
96 |
101 |
90 |
73 |
79 |
160 |
183 |
Character |
d |
|
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
t |
h |
( |
) |
) |
|
{ |
|
Milliseconds |
107 |
225 |
278 |
112 |
161 |
128 |
45 |
98 |
176 |
52 |
124 |
79 |
185 |
206 |
114 |
96 |
74 |
135 |
97 |
361 |
140 |
187 |
287 |
477 |
194 |
Character |
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
- |
-- |
|
- |
- |
|
- |
-- |
-- |
= |
= |
|
n |
u |
l |
Milliseconds |
370 |
114 |
80 |
502 |
121 |
104 |
103 |
122 |
78 |
30 |
279 |
293 |
98 |
77 |
140 |
98 |
404 |
143 |
346 |
382 |
150 |
125 |
185 |
73 |
182 |
Character |
l |
) |
|
a |
n |
-n |
-a |
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
Milliseconds |
139 |
624 |
185 |
135 |
82 |
254 |
144 |
113 |
98 |
13 |
122 |
88 |
30 |
167 |
713 |
288 |
185 |
246 |
86 |
107 |
285 |
181 |
121 |
87 |
113 |
Character |
m |
( |
S |
y |
s |
t |
e |
m |
. |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
e |
m |
-m |
M |
i |
l |
Milliseconds |
19 |
429 |
321 |
146 |
545 |
206 |
51 |
156 |
237 |
177 |
99 |
96 |
165 |
66 |
35 |
132 |
288 |
147 |
24 |
88 |
213 |
341 |
173 |
126 |
216 |
Character |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
+ |
+ |
-+ |
= |
|
( |
r |
a |
Milliseconds |
151 |
158 |
71 |
385 |
165 |
254 |
417 |
213 |
62 |
84 |
82 |
83 |
58 |
174 |
181 |
70 |
226 |
222 |
1052 |
428 |
210 |
198 |
512 |
129 |
95 |
Character |
n |
d |
o |
m |
. |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
; |
-; |
0 |
-0 |
Milliseconds |
104 |
114 |
63 |
41 |
248 |
221 |
39 |
80 |
66 |
264 |
180 |
71 |
891 |
171 |
216 |
1235 |
215 |
211 |
105 |
223 |
769 |
362 |
1397 |
503 |
376 |
Character |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
0 |
) |
Milliseconds |
229 |
785 |
210 |
243 |
559 |
106 |
128 |
67 |
183 |
46 |
111 |
421 |
89 |
131 |
52 |
97 |
121 |
131 |
170 |
77 |
107 |
504 |
317 |
90 |
1055 |
Character |
|
{ |
|
i |
n |
t |
|
c |
h |
|
= |
|
- |
= |
-= |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
Milliseconds |
213 |
628 |
305 |
288 |
63 |
93 |
92 |
141 |
58 |
320 |
500 |
105 |
221 |
608 |
362 |
149 |
392 |
295 |
481 |
61 |
101 |
505 |
176 |
625 |
280 |
Character |
h |
|
= |
|
s |
t |
r |
e |
a |
m |
. |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
a |
c |
a |
-a |
Milliseconds |
62 |
452 |
76 |
298 |
205 |
213 |
209 |
102 |
104 |
220 |
188 |
94 |
83 |
21 |
196 |
964 |
143 |
506 |
298 |
647 |
350 |
260 |
122 |
94 |
130 |
Character |
-c |
-a |
c |
a |
t |
c |
h |
|
( |
I |
O |
e |
x |
p |
-p |
-x |
-e |
E |
x |
c |
e |
p |
t |
i |
o |
Milliseconds |
138 |
140 |
121 |
59 |
164 |
141 |
108 |
216 |
323 |
320 |
149 |
443 |
143 |
184 |
256 |
146 |
166 |
276 |
190 |
236 |
79 |
145 |
483 |
60 |
527 |
Character |
n |
|
e |
) |
|
{ |
l |
o |
g |
. |
-. |
-g |
-o |
-l |
-{ |
{ |
l |
o |
-o |
-l |
|
l |
o |
g |
. |
Milliseconds |
107 |
65 |
269 |
600 |
317 |
555 |
336 |
196 |
57 |
74 |
345 |
149 |
145 |
154 |
511 |
892 |
269 |
318 |
272 |
155 |
111 |
166 |
196 |
87 |
87 |
Character |
w |
a |
r |
n |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
|
- |
-d |
S |
-S |
d |
S |
e |
r |
v |
e |
Milliseconds |
196 |
81 |
178 |
128 |
458 |
343 |
487 |
438 |
148 |
87 |
141 |
61 |
177 |
198 |
74 |
462 |
193 |
460 |
488 |
738 |
540 |
311 |
441 |
135 |
64 |
Character |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
. |
-. |
, |
|
e |
) |
|
- |
; |
Milliseconds |
84 |
185 |
192 |
122 |
97 |
94 |
269 |
315 |
370 |
163 |
107 |
61 |
146 |
187 |
318 |
209 |
262 |
587 |
244 |
119 |
340 |
372 |
305 |
332 |
280 |
Character |
|
c |
h |
- |
-- |
= |
-= |
|
= |
|
- |
1 |
; |
|
} |
|
i |
f |
|
( |
c |
h |
|
> |
|
Milliseconds |
521 |
352 |
217 |
119 |
485 |
298 |
593 |
591 |
123 |
335 |
194 |
429 |
346 |
537 |
294 |
705 |
198 |
150 |
50 |
585 |
350 |
119 |
283 |
900 |
130 |
Character |
- |
-> |
< |
|
3 |
2 |
) |
|
? |
-? |
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
Milliseconds |
571 |
157 |
803 |
267 |
551 |
43 |
740 |
224 |
2392 |
466 |
247 |
1018 |
450 |
270 |
240 |
38 |
87 |
69 |
7 |
198 |
44 |
116 |
84 |
83 |
175 |
Character |
a |
c |
t |
e |
r |
|
o |
f |
|
- |
-f |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
Milliseconds |
574 |
65 |
161 |
148 |
77 |
71 |
141 |
143 |
73 |
539 |
131 |
149 |
73 |
330 |
611 |
198 |
101 |
297 |
170 |
32 |
47 |
75 |
105 |
210 |
364 |
Character |
e |
s |
|
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
a |
p |
Milliseconds |
69 |
236 |
86 |
235 |
182 |
176 |
202 |
51 |
213 |
44 |
61 |
45 |
119 |
593 |
325 |
195 |
62 |
48 |
166 |
165 |
72 |
112 |
123 |
178 |
86 |
Character |
p |
e |
w |
n |
d |
-d |
-n |
-w |
n |
d |
( |
( |
c |
h |
a |
r |
|
c |
h |
-h |
-c |
- |
) |
|
c |
Milliseconds |
151 |
115 |
5 |
99 |
137 |
257 |
145 |
145 |
408 |
54 |
423 |
113 |
136 |
78 |
115 |
273 |
68 |
274 |
83 |
262 |
146 |
148 |
546 |
164 |
140 |
Character |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
- |
- |
-- |
; |
|
} |
Milliseconds |
58 |
656 |
263 |
157 |
126 |
59 |
93 |
126 |
51 |
160 |
206 |
258 |
254 |
122 |
579 |
577 |
353 |
314 |
136 |
|
WPM Timing |
Seconds |
WPM |
2.84 |
63.42 |
5.68 |
71.87 |
8.51 |
66.24 |
11.35 |
71.87 |
14.19 |
63.42 |
17.03 |
68.35 |
19.87 |
65.23 |
22.71 |
59.19 |
25.54 |
61.54 |
28.38 |
60.88 |
31.22 |
63.03 |
34.06 |
64.12 |
36.9 |
63.42 |
39.74 |
61 |
42.57 |
60.32 |
45.41 |
60.51 |
48.25 |
60.93 |
51.09 |
61.54 |
53.93 |
59.64 |
56.77 |
59.82 |
59.6 |
58.18 |
62.44 |
55.73 |
65.28 |
55.51 |
68.12 |
55.31 |
70.96 |
55.13 |
73.8 |
54.15 |
76.63 |
53.87 |
79.47 |
53.6 |
82.31 |
53.07 |
85.15 |
52.28 |
87.99 |
51.83 |
90.83 |
50.21 |
93.66 |
49.97 |
96.5 |
49.62 |
99.34 |
48.56 |
102.18 |
49.09 |
105.02 |
48.56 |
107.86 |
47.73 |
110.69 |
47.16 |
113.53 |
47.03 |
116.37 |
46.09 |
119.21 |
45.4 |
122.05 |
44.54 |
124.89 |
45.26 |
127.72 |
45.1 |
130.56 |
45.95 |
133.4 |
46.24 |
136.24 |
45.98 |
139.08 |
46.25 |
141.92 |
45.83 |
|