Official speed |
45.08 wpm (144.28 seconds elapsed during race) |
Without ending ping |
45.15 wpm (236 ms delay sending score to TypeRacer’s server) |
Timerless |
45.41 wpm (798 ms elapsed before first character typed; 143.24 seconds elapsed during race) |
Timerless minus one |
45.32 wpm, ignoring the first character typed |
Race Start |
September 30, 2023 2:41:42am UTC |
Race Finish |
September 30, 2023 2:44:06am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
95.4% |
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 *.// StringBUfuffer comman = d = new String BBUfuffer (); int expected - - = 1-024; /& * cCut off to avoid DoS attack */ while (expected < shutdown. length(_)) { if (random == unull) random = new Rnadndom (System. currentTimeMillis()); expected += (random.nextInt() % 10240); } while (expected > 0) { int ch = -1; try {ch ch = stream.read(); } catch (IOExpecception e_) }{ log.warmn("Standard Server .await: read: ", e); ch = 0-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 |
798 |
744 |
272 |
320 |
209 |
88 |
122 |
101 |
147 |
89 |
122 |
104 |
47 |
98 |
105 |
115 |
54 |
184 |
74 |
106 |
59 |
113 |
162 |
165 |
113 |
Character |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
* |
. |
/ |
-/ |
-. |
/ |
Milliseconds |
67 |
118 |
120 |
129 |
146 |
65 |
86 |
86 |
130 |
90 |
112 |
112 |
219 |
108 |
101 |
125 |
120 |
60 |
154 |
245 |
424 |
228 |
295 |
127 |
230 |
Character |
|
S |
t |
r |
i |
n |
g |
B |
U |
f |
-f |
-U |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
|
Milliseconds |
164 |
252 |
202 |
30 |
94 |
50 |
114 |
273 |
113 |
304 |
342 |
135 |
144 |
115 |
154 |
182 |
63 |
158 |
192 |
88 |
137 |
127 |
95 |
117 |
237 |
Character |
= |
|
- |
-= |
- |
d |
|
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
|
B |
-B |
- |
B |
U |
Milliseconds |
175 |
133 |
347 |
145 |
111 |
151 |
139 |
105 |
181 |
310 |
121 |
67 |
120 |
303 |
195 |
44 |
98 |
60 |
83 |
95 |
301 |
281 |
107 |
128 |
85 |
Character |
f |
-f |
-U |
u |
f |
f |
e |
r |
|
- |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
Milliseconds |
245 |
329 |
114 |
152 |
155 |
142 |
152 |
67 |
118 |
376 |
438 |
113 |
548 |
182 |
143 |
58 |
116 |
113 |
122 |
177 |
115 |
111 |
160 |
207 |
86 |
Character |
d |
|
- |
|
- |
-- |
- |
|
- |
-- |
= |
|
1 |
- |
-- |
0 |
2 |
4 |
; |
|
/ |
& |
|
- |
-& |
Milliseconds |
119 |
211 |
170 |
173 |
405 |
105 |
229 |
179 |
500 |
133 |
672 |
165 |
294 |
167 |
614 |
563 |
624 |
387 |
506 |
242 |
333 |
278 |
309 |
264 |
99 |
Character |
* |
|
c |
-c |
C |
u |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
|
Milliseconds |
208 |
165 |
201 |
366 |
113 |
236 |
116 |
114 |
156 |
142 |
116 |
127 |
145 |
105 |
87 |
144 |
81 |
126 |
46 |
125 |
130 |
208 |
262 |
267 |
237 |
Character |
a |
t |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
Milliseconds |
304 |
160 |
122 |
114 |
192 |
128 |
133 |
443 |
932 |
187 |
129 |
106 |
269 |
160 |
145 |
135 |
489 |
566 |
241 |
160 |
106 |
166 |
191 |
133 |
130 |
Character |
|
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
|
- |
l |
e |
n |
g |
t |
h |
( |
_ |
-_ |
) |
) |
Milliseconds |
567 |
526 |
439 |
156 |
111 |
124 |
82 |
215 |
116 |
81 |
114 |
230 |
143 |
614 |
276 |
135 |
128 |
105 |
176 |
155 |
848 |
544 |
636 |
371 |
561 |
Character |
|
{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
u |
-u |
n |
u |
l |
l |
) |
|
Milliseconds |
325 |
990 |
855 |
224 |
109 |
112 |
645 |
548 |
69 |
123 |
97 |
123 |
64 |
137 |
215 |
221 |
319 |
316 |
370 |
233 |
138 |
410 |
150 |
992 |
848 |
Character |
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
n |
-n |
a |
d |
-d |
n |
d |
o |
m |
|
- |
Milliseconds |
137 |
85 |
133 |
140 |
214 |
70 |
138 |
293 |
178 |
257 |
124 |
84 |
88 |
208 |
202 |
369 |
179 |
298 |
404 |
215 |
132 |
259 |
59 |
120 |
573 |
Character |
( |
S |
y |
s |
t |
e |
m |
. |
|
- |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
Milliseconds |
592 |
536 |
187 |
104 |
196 |
87 |
158 |
343 |
101 |
373 |
196 |
129 |
145 |
126 |
90 |
145 |
170 |
320 |
137 |
59 |
148 |
381 |
213 |
211 |
128 |
Character |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
+ |
= |
|
( |
r |
a |
n |
d |
o |
Milliseconds |
142 |
128 |
564 |
636 |
677 |
405 |
268 |
109 |
189 |
108 |
101 |
174 |
191 |
127 |
189 |
169 |
302 |
529 |
631 |
545 |
506 |
75 |
103 |
121 |
154 |
Character |
m |
. |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
0 |
-0 |
) |
; |
|
} |
|
Milliseconds |
52 |
448 |
264 |
103 |
183 |
195 |
244 |
168 |
115 |
362 |
246 |
661 |
199 |
415 |
350 |
90 |
359 |
82 |
530 |
497 |
238 |
688 |
312 |
236 |
478 |
Character |
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
0 |
) |
|
{ |
|
i |
n |
Milliseconds |
241 |
106 |
61 |
50 |
138 |
97 |
304 |
1029 |
166 |
101 |
104 |
172 |
177 |
72 |
148 |
203 |
445 |
449 |
157 |
473 |
658 |
271 |
660 |
154 |
70 |
Character |
t |
|
c |
h |
|
= |
|
- |
1 |
; |
|
t |
r |
y |
|
{ |
c |
h |
-h |
-c |
|
c |
h |
|
= |
Milliseconds |
117 |
109 |
154 |
139 |
414 |
167 |
133 |
1020 |
527 |
269 |
162 |
278 |
71 |
155 |
300 |
271 |
426 |
94 |
301 |
147 |
46 |
186 |
148 |
215 |
151 |
Character |
|
s |
t |
r |
e |
a |
m |
. |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
Milliseconds |
172 |
237 |
166 |
299 |
68 |
119 |
569 |
294 |
437 |
57 |
109 |
144 |
364 |
167 |
514 |
269 |
332 |
408 |
136 |
143 |
118 |
196 |
150 |
121 |
312 |
Character |
I |
O |
E |
x |
p |
e |
c |
-c |
-e |
-p |
c |
e |
p |
t |
i |
o |
n |
|
e |
_ |
-_ |
) |
|
} |
-} |
Milliseconds |
1109 |
77 |
199 |
414 |
207 |
78 |
205 |
211 |
138 |
133 |
82 |
189 |
72 |
114 |
115 |
67 |
82 |
149 |
167 |
419 |
619 |
364 |
235 |
193 |
504 |
Character |
{ |
|
l |
o |
g |
. |
w |
a |
r |
m |
-m |
n |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
|
- |
S |
Milliseconds |
517 |
431 |
184 |
124 |
99 |
297 |
185 |
102 |
95 |
205 |
609 |
269 |
400 |
747 |
248 |
210 |
92 |
131 |
123 |
128 |
180 |
182 |
416 |
390 |
159 |
Character |
e |
r |
v |
e |
r |
|
- |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
, |
|
e |
Milliseconds |
247 |
143 |
201 |
108 |
77 |
145 |
342 |
356 |
506 |
182 |
116 |
123 |
110 |
328 |
479 |
112 |
62 |
95 |
152 |
366 |
250 |
298 |
500 |
223 |
260 |
Character |
) |
; |
|
c |
h |
|
= |
|
0 |
-0 |
- |
1 |
; |
|
} |
|
i |
f |
|
( |
c |
h |
|
< |
|
Milliseconds |
507 |
460 |
213 |
221 |
94 |
244 |
135 |
154 |
680 |
459 |
199 |
551 |
339 |
167 |
348 |
324 |
173 |
80 |
94 |
519 |
431 |
120 |
244 |
276 |
458 |
Character |
3 |
2 |
) |
|
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
e |
r |
|
Milliseconds |
222 |
137 |
360 |
686 |
272 |
481 |
552 |
298 |
174 |
87 |
106 |
45 |
115 |
134 |
129 |
147 |
122 |
92 |
82 |
135 |
207 |
184 |
109 |
90 |
91 |
Character |
o |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
|
l |
o |
o |
p |
|
b |
r |
Milliseconds |
123 |
98 |
94 |
260 |
153 |
180 |
394 |
208 |
116 |
67 |
141 |
128 |
58 |
125 |
110 |
80 |
161 |
274 |
631 |
289 |
121 |
234 |
138 |
163 |
185 |
Character |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
a |
p |
p |
e |
n |
d |
( |
( |
c |
h |
a |
r |
Milliseconds |
57 |
55 |
132 |
230 |
271 |
228 |
138 |
150 |
110 |
184 |
124 |
166 |
278 |
238 |
116 |
125 |
129 |
103 |
188 |
343 |
1072 |
378 |
82 |
102 |
53 |
Character |
) |
. |
-. |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
- |
; |
|
{ |
-{ |
} |
Milliseconds |
291 |
474 |
421 |
130 |
348 |
144 |
295 |
427 |
158 |
207 |
178 |
106 |
114 |
162 |
182 |
96 |
152 |
461 |
138 |
292 |
261 |
231 |
475 |
218 |
|
WPM Timing |
Seconds |
WPM |
2.89 |
37.43 |
5.77 |
74.86 |
8.66 |
66.54 |
11.54 |
65.5 |
14.43 |
61.55 |
17.31 |
58.91 |
20.2 |
58.22 |
23.08 |
53.54 |
25.97 |
49.9 |
28.86 |
47.41 |
31.74 |
49.9 |
34.63 |
49.56 |
37.51 |
49.9 |
40.4 |
49.9 |
43.28 |
49.35 |
46.17 |
47.3 |
49.05 |
45.99 |
51.94 |
46.21 |
54.83 |
45.53 |
57.71 |
45.54 |
60.6 |
44.95 |
63.48 |
45.56 |
66.37 |
45.2 |
69.25 |
45.57 |
72.14 |
45.41 |
75.02 |
45.43 |
77.91 |
44.67 |
80.8 |
44.71 |
83.68 |
44.88 |
86.57 |
44.91 |
89.45 |
44.67 |
92.34 |
44.58 |
95.22 |
44.61 |
98.11 |
44.64 |
100.99 |
44.56 |
103.88 |
43.9 |
106.76 |
43.83 |
109.65 |
43.78 |
112.54 |
43.61 |
115.42 |
43.77 |
118.31 |
43.82 |
121.19 |
43.37 |
124.08 |
43.42 |
126.96 |
43.38 |
129.85 |
44.27 |
132.73 |
44.75 |
135.62 |
45.3 |
138.51 |
45.31 |
141.39 |
45.24 |
144.28 |
45.08 |
|