Official speed |
57.68 wpm (112.76 seconds elapsed during race) |
Without ending ping |
57.78 wpm (188 ms delay sending score to TypeRacer’s server) |
Timerless |
58.50 wpm (1,399 ms elapsed before first character typed; 111.17 seconds elapsed during race) |
Timerless minus one |
58.40 wpm, ignoring the first character typed |
Race Start |
June 29, 2023 8:03:41am UTC |
Race Finish |
June 29, 2023 8:05:34am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
98.2% |
Points |
85.56 |
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 expectded = 1024; /* Cut off to avoid DosS attack */ while (expected < shutdown.length()) { if (random == null) random = new Random ((sSystem.currentTimeMillis()); expected += (random.nextInt() % 1024; ); } while (expected > 0) { int ch = -1; try {ch ch = stream.read(); } catch (IOSException e) { log.warn ("StandardServer.await: read: ", e); ch = -1; } if (ch < 32) /* Control character or 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 |
1399 |
266 |
186 |
544 |
264 |
78 |
204 |
186 |
79 |
139 |
110 |
78 |
109 |
127 |
97 |
125 |
61 |
159 |
94 |
186 |
78 |
146 |
214 |
269 |
99 |
Character |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
* |
/ |
|
S |
t |
r |
Milliseconds |
151 |
79 |
343 |
112 |
173 |
94 |
32 |
174 |
62 |
93 |
32 |
155 |
16 |
171 |
78 |
127 |
106 |
111 |
97 |
249 |
218 |
156 |
265 |
235 |
159 |
Character |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
e |
w |
|
S |
Milliseconds |
46 |
62 |
78 |
312 |
185 |
173 |
172 |
171 |
63 |
108 |
158 |
123 |
32 |
188 |
110 |
95 |
126 |
140 |
219 |
246 |
159 |
62 |
94 |
79 |
269 |
Character |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
Milliseconds |
293 |
190 |
63 |
30 |
96 |
265 |
219 |
63 |
189 |
158 |
64 |
266 |
298 |
503 |
140 |
79 |
97 |
90 |
145 |
266 |
184 |
31 |
186 |
202 |
204 |
Character |
d |
-d |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
; |
|
/ |
* |
|
C |
u |
t |
|
o |
f |
f |
|
t |
Milliseconds |
235 |
342 |
94 |
156 |
94 |
94 |
129 |
510 |
94 |
111 |
253 |
358 |
142 |
398 |
280 |
156 |
533 |
176 |
126 |
94 |
139 |
123 |
144 |
156 |
154 |
Character |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
s |
-s |
S |
|
a |
t |
t |
a |
c |
k |
|
* |
/ |
|
w |
Milliseconds |
78 |
93 |
82 |
170 |
93 |
30 |
95 |
108 |
219 |
252 |
159 |
469 |
125 |
191 |
231 |
142 |
201 |
78 |
298 |
140 |
347 |
186 |
332 |
152 |
283 |
Character |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
Milliseconds |
91 |
33 |
113 |
75 |
140 |
175 |
233 |
187 |
93 |
157 |
234 |
265 |
93 |
171 |
124 |
249 |
141 |
173 |
77 |
174 |
94 |
204 |
98 |
122 |
109 |
Character |
. |
l |
e |
n |
g |
t |
h |
( |
) |
) |
|
{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
Milliseconds |
191 |
231 |
74 |
189 |
125 |
219 |
77 |
452 |
78 |
481 |
218 |
252 |
186 |
142 |
92 |
78 |
437 |
217 |
110 |
124 |
234 |
111 |
80 |
247 |
93 |
Character |
= |
|
n |
u |
l |
l |
) |
|
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
Milliseconds |
187 |
127 |
121 |
205 |
205 |
185 |
738 |
488 |
279 |
111 |
109 |
125 |
141 |
16 |
233 |
201 |
172 |
170 |
47 |
63 |
96 |
268 |
177 |
108 |
172 |
Character |
o |
m |
|
( |
-( |
- |
( |
s |
-s |
S |
y |
s |
t |
e |
m |
. |
c |
u |
r |
r |
e |
n |
t |
T |
i |
Milliseconds |
94 |
63 |
188 |
155 |
359 |
187 |
216 |
327 |
485 |
171 |
267 |
233 |
140 |
93 |
95 |
295 |
250 |
96 |
188 |
157 |
94 |
142 |
78 |
312 |
111 |
Character |
m |
e |
M |
i |
l |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
+ |
= |
|
Milliseconds |
79 |
64 |
271 |
172 |
237 |
202 |
124 |
96 |
267 |
49 |
264 |
486 |
160 |
217 |
205 |
79 |
157 |
218 |
222 |
295 |
437 |
188 |
192 |
203 |
182 |
Character |
( |
r |
a |
n |
d |
o |
m |
. |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
; |
Milliseconds |
577 |
440 |
217 |
123 |
110 |
153 |
78 |
253 |
280 |
80 |
188 |
200 |
280 |
185 |
96 |
502 |
208 |
578 |
601 |
311 |
709 |
79 |
156 |
109 |
469 |
Character |
|
- |
-; |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
> |
Milliseconds |
215 |
298 |
156 |
281 |
579 |
164 |
684 |
124 |
125 |
94 |
31 |
143 |
79 |
126 |
190 |
189 |
186 |
32 |
202 |
203 |
231 |
78 |
251 |
109 |
249 |
Character |
|
0 |
) |
|
{ |
|
i |
n |
t |
|
c |
h |
|
= |
|
- |
1 |
; |
|
t |
r |
y |
|
{ |
c |
Milliseconds |
162 |
276 |
488 |
172 |
544 |
423 |
158 |
78 |
79 |
172 |
183 |
79 |
156 |
112 |
164 |
706 |
94 |
379 |
153 |
129 |
199 |
79 |
362 |
375 |
438 |
Character |
h |
|
- |
-h |
-c |
|
c |
h |
|
= |
|
s |
t |
r |
e |
a |
m |
. |
r |
e |
a |
d |
( |
) |
; |
Milliseconds |
63 |
157 |
247 |
172 |
596 |
157 |
390 |
141 |
236 |
93 |
157 |
235 |
125 |
203 |
63 |
64 |
111 |
358 |
144 |
62 |
96 |
174 |
328 |
95 |
342 |
Character |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
S |
-S |
E |
x |
c |
e |
p |
t |
i |
o |
n |
|
e |
Milliseconds |
222 |
201 |
194 |
232 |
167 |
77 |
251 |
94 |
189 |
160 |
344 |
171 |
373 |
297 |
94 |
266 |
160 |
232 |
95 |
140 |
47 |
95 |
93 |
189 |
112 |
Character |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
|
- |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
S |
Milliseconds |
389 |
187 |
266 |
343 |
208 |
231 |
64 |
237 |
203 |
110 |
93 |
362 |
345 |
333 |
216 |
483 |
536 |
222 |
159 |
140 |
143 |
155 |
95 |
170 |
782 |
Character |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
, |
|
e |
) |
; |
Milliseconds |
160 |
76 |
251 |
127 |
172 |
233 |
250 |
83 |
156 |
153 |
157 |
642 |
141 |
97 |
73 |
78 |
205 |
330 |
129 |
296 |
348 |
138 |
374 |
513 |
535 |
Character |
|
c |
h |
|
= |
|
- |
1 |
; |
|
} |
|
i |
f |
|
( |
c |
h |
|
< |
|
3 |
2 |
) |
|
Milliseconds |
141 |
457 |
47 |
156 |
95 |
139 |
202 |
173 |
424 |
315 |
316 |
220 |
158 |
125 |
110 |
640 |
282 |
95 |
422 |
299 |
140 |
142 |
502 |
608 |
218 |
Character |
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
Milliseconds |
498 |
285 |
138 |
469 |
186 |
95 |
94 |
171 |
48 |
190 |
172 |
175 |
76 |
108 |
94 |
140 |
236 |
202 |
158 |
61 |
109 |
110 |
110 |
79 |
537 |
Character |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
|
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
Milliseconds |
154 |
660 |
156 |
265 |
95 |
109 |
77 |
173 |
77 |
62 |
94 |
110 |
110 |
142 |
140 |
171 |
203 |
142 |
188 |
78 |
202 |
77 |
32 |
76 |
328 |
Character |
|
c |
o |
m |
m |
a |
n |
d |
|
- |
. |
a |
p |
p |
e |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
Milliseconds |
187 |
252 |
93 |
79 |
175 |
110 |
93 |
92 |
141 |
342 |
221 |
125 |
140 |
187 |
95 |
95 |
106 |
252 |
143 |
501 |
66 |
90 |
96 |
298 |
453 |
Character |
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
- |
- |
-- |
; |
|
} |
Milliseconds |
157 |
77 |
444 |
327 |
178 |
95 |
216 |
48 |
187 |
203 |
222 |
74 |
172 |
405 |
237 |
173 |
392 |
283 |
298 |
220 |
|
WPM Timing |
Seconds |
WPM |
2.26 |
15.96 |
4.51 |
53.21 |
6.77 |
63.85 |
9.02 |
70.5 |
11.28 |
72.37 |
13.53 |
73.61 |
15.79 |
72.21 |
18.04 |
69.84 |
20.3 |
67.4 |
22.55 |
69.71 |
24.81 |
67.72 |
27.06 |
67.4 |
29.32 |
68.35 |
31.57 |
68.41 |
33.83 |
67.75 |
36.08 |
67.18 |
38.34 |
66.67 |
40.59 |
66.22 |
42.85 |
64.69 |
45.1 |
65.18 |
47.36 |
65.12 |
49.61 |
64.09 |
51.87 |
63.85 |
54.12 |
62.74 |
56.38 |
61.51 |
58.64 |
59.96 |
60.89 |
60.9 |
63.15 |
60.05 |
65.4 |
60.18 |
67.66 |
59.42 |
69.91 |
58.53 |
72.17 |
59.03 |
74.42 |
59.02 |
76.68 |
59.16 |
78.93 |
58.99 |
81.19 |
57.94 |
83.44 |
57.96 |
85.7 |
57.83 |
87.95 |
57.85 |
90.21 |
57.6 |
92.46 |
57.23 |
94.72 |
56.88 |
96.97 |
56.55 |
99.23 |
57.32 |
101.48 |
57.11 |
103.74 |
57.95 |
105.99 |
58.08 |
108.25 |
58.09 |
110.5 |
58.21 |
112.76 |
57.68 |
|