Official speed |
34.34 wpm (189.40 seconds elapsed during race) |
Without ending ping |
34.37 wpm (142 ms delay sending score to TypeRacer’s server) |
Timerless |
34.89 wpm (2,848 ms elapsed before first character typed; 186.41 seconds elapsed during race) |
Timerless minus one |
34.83 wpm, ignoring the first character typed |
Race Start |
July 20, 2023 1:48:41pm UTC |
Race Finish |
July 20, 2023 1:51:50pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
95.6% |
Points |
50.94 |
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 teh sohe socket ?*/ String BBuffer command = new StringBuffer(.); int expected = 1024 ; /* Cut off to avoid DoS attack */ while (expected ,.< sthutdown.length()) { if (random -== null) arandom = new Random (sSystem. currentTimeMIllillis()); expecedted =+= (random.nextInt() % 1024 ); } while (expected .> 0) { int ch = -1; try { ch = stream.read(); } catch (IOException e ) { log.warn)(:"STatandard Server.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 |
2848 |
1049 |
579 |
305 |
165 |
144 |
165 |
205 |
115 |
114 |
182 |
120 |
177 |
101 |
179 |
85 |
49 |
234 |
157 |
148 |
93 |
473 |
175 |
234 |
183 |
Character |
r |
s |
|
f |
r |
o |
m |
|
t |
e |
h |
|
s |
o |
-o |
-s |
- |
-h |
-e |
h |
e |
|
s |
o |
c |
Milliseconds |
59 |
215 |
85 |
145 |
175 |
74 |
97 |
44 |
215 |
96 |
0 |
49 |
197 |
56 |
322 |
195 |
185 |
198 |
350 |
164 |
93 |
96 |
394 |
106 |
96 |
Character |
k |
e |
t |
|
? |
-? |
* |
/ |
|
S |
t |
r |
i |
n |
g |
|
B |
-B |
- |
B |
u |
f |
f |
e |
r |
Milliseconds |
149 |
122 |
147 |
404 |
873 |
569 |
557 |
1136 |
436 |
359 |
103 |
197 |
40 |
105 |
102 |
94 |
276 |
294 |
192 |
302 |
311 |
136 |
480 |
139 |
67 |
Character |
|
c |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
Milliseconds |
81 |
186 |
61 |
45 |
209 |
175 |
103 |
322 |
508 |
477 |
161 |
299 |
86 |
129 |
169 |
358 |
130 |
152 |
56 |
88 |
128 |
315 |
205 |
144 |
134 |
Character |
e |
r |
( |
. |
-. |
) |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
Milliseconds |
188 |
68 |
1115 |
334 |
1087 |
336 |
997 |
147 |
133 |
88 |
95 |
583 |
222 |
192 |
101 |
122 |
121 |
232 |
166 |
145 |
352 |
312 |
103 |
791 |
123 |
Character |
2 |
4 |
|
- |
; |
|
/ |
* |
|
C |
u |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
Milliseconds |
418 |
272 |
269 |
623 |
243 |
133 |
823 |
743 |
455 |
444 |
159 |
135 |
128 |
172 |
84 |
172 |
95 |
185 |
230 |
81 |
364 |
129 |
178 |
339 |
181 |
Character |
|
D |
o |
S |
|
a |
t |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
Milliseconds |
124 |
380 |
235 |
479 |
205 |
116 |
152 |
165 |
156 |
90 |
105 |
286 |
1044 |
603 |
332 |
154 |
91 |
115 |
87 |
75 |
94 |
598 |
262 |
183 |
167 |
Character |
e |
c |
t |
e |
d |
|
, |
-, |
. |
-. |
< |
|
s |
t |
-t |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
Milliseconds |
113 |
132 |
232 |
437 |
257 |
624 |
5846 |
934 |
239 |
710 |
590 |
488 |
201 |
102 |
321 |
112 |
164 |
47 |
272 |
90 |
104 |
108 |
275 |
362 |
101 |
Character |
n |
g |
t |
h |
( |
) |
) |
|
{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
- |
-- |
= |
= |
Milliseconds |
109 |
145 |
366 |
70 |
737 |
559 |
742 |
868 |
678 |
593 |
253 |
198 |
29 |
511 |
292 |
115 |
102 |
72 |
140 |
281 |
279 |
355 |
689 |
541 |
173 |
Character |
|
n |
u |
l |
l |
) |
|
a |
-a |
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
Milliseconds |
175 |
233 |
207 |
123 |
181 |
623 |
219 |
590 |
327 |
75 |
90 |
94 |
76 |
433 |
98 |
755 |
160 |
609 |
145 |
137 |
244 |
130 |
341 |
254 |
106 |
Character |
d |
o |
m |
|
- |
( |
s |
-s |
S |
y |
s |
t |
e |
m |
. |
|
- |
c |
u |
r |
r |
e |
n |
t |
T |
Milliseconds |
70 |
143 |
148 |
209 |
611 |
222 |
387 |
348 |
132 |
215 |
152 |
207 |
133 |
97 |
231 |
175 |
398 |
78 |
44 |
215 |
167 |
130 |
116 |
115 |
646 |
Character |
i |
m |
e |
M |
I |
l |
l |
-l |
-l |
-I |
i |
l |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
Milliseconds |
213 |
107 |
124 |
417 |
186 |
114 |
174 |
400 |
206 |
331 |
521 |
107 |
192 |
340 |
203 |
607 |
265 |
235 |
897 |
243 |
171 |
196 |
132 |
137 |
88 |
Character |
e |
d |
-d |
-e |
t |
e |
d |
|
= |
-= |
+ |
= |
|
( |
r |
a |
n |
d |
o |
m |
. |
n |
e |
x |
t |
Milliseconds |
167 |
217 |
297 |
193 |
168 |
135 |
202 |
116 |
1065 |
718 |
158 |
450 |
214 |
698 |
336 |
100 |
100 |
50 |
105 |
97 |
251 |
267 |
83 |
233 |
232 |
Character |
I |
n |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
|
- |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
Milliseconds |
329 |
192 |
324 |
751 |
253 |
347 |
2376 |
462 |
460 |
122 |
1110 |
83 |
243 |
494 |
808 |
615 |
239 |
921 |
365 |
206 |
89 |
67 |
80 |
73 |
110 |
Character |
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
. |
-. |
> |
|
0 |
) |
|
{ |
|
i |
n |
t |
|
c |
h |
Milliseconds |
598 |
276 |
212 |
170 |
123 |
145 |
244 |
191 |
179 |
169 |
951 |
840 |
301 |
360 |
751 |
393 |
255 |
929 |
407 |
157 |
96 |
103 |
248 |
217 |
52 |
Character |
|
= |
|
- |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
t |
r |
e |
a |
m |
. |
Milliseconds |
369 |
259 |
98 |
1177 |
286 |
465 |
181 |
193 |
182 |
100 |
66 |
1154 |
509 |
192 |
58 |
232 |
669 |
332 |
278 |
111 |
174 |
56 |
479 |
108 |
267 |
Character |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
E |
x |
c |
e |
p |
t |
Milliseconds |
238 |
86 |
105 |
130 |
501 |
230 |
541 |
157 |
1185 |
294 |
235 |
94 |
117 |
212 |
88 |
91 |
532 |
404 |
452 |
961 |
532 |
299 |
311 |
111 |
136 |
Character |
i |
o |
n |
|
e |
|
- |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
) |
-) |
( |
: |
-: |
" |
Milliseconds |
84 |
86 |
80 |
359 |
236 |
196 |
501 |
150 |
681 |
549 |
684 |
177 |
198 |
168 |
238 |
500 |
226 |
76 |
1124 |
301 |
538 |
165 |
908 |
738 |
695 |
Character |
S |
T |
a |
-a |
-T |
t |
a |
n |
d |
a |
r |
d |
|
- |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
Milliseconds |
654 |
167 |
227 |
402 |
211 |
312 |
150 |
90 |
79 |
286 |
81 |
244 |
139 |
510 |
351 |
201 |
55 |
256 |
221 |
79 |
211 |
285 |
302 |
116 |
606 |
Character |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
, |
|
e |
) |
; |
|
c |
h |
|
+ |
-+ |
= |
|
- |
1 |
Milliseconds |
108 |
436 |
172 |
222 |
116 |
143 |
121 |
300 |
266 |
1215 |
765 |
385 |
144 |
790 |
604 |
186 |
241 |
79 |
393 |
886 |
825 |
30 |
509 |
437 |
146 |
Character |
; |
|
} |
|
i |
f |
|
( |
c |
h |
|
< |
|
3 |
2 |
|
- |
) |
|
/ |
* |
|
C |
o |
n |
Milliseconds |
597 |
323 |
641 |
315 |
218 |
60 |
102 |
668 |
250 |
179 |
368 |
826 |
335 |
566 |
119 |
335 |
661 |
232 |
285 |
1381 |
1543 |
427 |
509 |
204 |
70 |
Character |
t |
r |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
O |
F |
|
t |
e |
r |
Milliseconds |
100 |
184 |
46 |
179 |
56 |
187 |
66 |
95 |
99 |
169 |
234 |
260 |
160 |
51 |
90 |
142 |
89 |
55 |
496 |
351 |
425 |
297 |
151 |
314 |
50 |
Character |
m |
i |
n |
a |
t |
e |
s |
|
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
Milliseconds |
130 |
161 |
77 |
164 |
92 |
182 |
110 |
82 |
134 |
191 |
164 |
115 |
114 |
193 |
92 |
75 |
69 |
135 |
489 |
146 |
254 |
70 |
87 |
160 |
178 |
Character |
n |
d |
. |
a |
p |
p |
e |
n |
d |
|
- |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
Milliseconds |
99 |
140 |
283 |
247 |
144 |
188 |
269 |
134 |
118 |
83 |
455 |
232 |
732 |
299 |
87 |
596 |
112 |
719 |
1442 |
648 |
105 |
546 |
388 |
146 |
257 |
Character |
x |
p |
e |
c |
t |
e |
d |
- |
- |
; |
} |
|
- |
-} |
|
} |
Milliseconds |
209 |
178 |
82 |
93 |
242 |
185 |
163 |
611 |
308 |
797 |
761 |
1550 |
890 |
378 |
494 |
1057 |
|
WPM Timing |
Seconds |
WPM |
3.79 |
3.17 |
7.58 |
33.26 |
11.36 |
38.01 |
15.15 |
35.64 |
18.94 |
35.48 |
22.73 |
39.07 |
26.52 |
39.37 |
30.3 |
39.2 |
34.09 |
38.37 |
37.88 |
38.65 |
41.67 |
40.32 |
45.46 |
40.39 |
49.24 |
39.23 |
53.03 |
36.43 |
56.82 |
34.64 |
60.61 |
35.44 |
64.4 |
34.85 |
68.18 |
35.2 |
71.97 |
35.18 |
75.76 |
35.48 |
79.55 |
36.05 |
83.34 |
35.71 |
87.12 |
35.67 |
90.91 |
35.11 |
94.7 |
35.73 |
98.49 |
34.97 |
102.28 |
34.26 |
106.06 |
35.07 |
109.85 |
34.3 |
113.64 |
34.42 |
117.43 |
34.54 |
121.22 |
34.95 |
125 |
35.04 |
128.79 |
35.13 |
132.58 |
34.94 |
136.37 |
34.41 |
140.16 |
33.99 |
143.94 |
34.18 |
147.73 |
34.2 |
151.52 |
34.05 |
155.31 |
33.77 |
159.1 |
33.79 |
162.88 |
33.3 |
166.67 |
33.91 |
170.46 |
34.64 |
174.25 |
35.4 |
178.04 |
35.25 |
181.82 |
35.24 |
185.61 |
34.91 |
189.4 |
34.34 |
|