Official speed |
56.33 wpm (115.46 seconds elapsed during race) |
Without ending ping |
56.50 wpm (342 ms delay sending score to TypeRacer’s server) |
Timerless |
58.60 wpm (4,123 ms elapsed before first character typed; 111.00 seconds elapsed during race) |
Timerless minus one |
58.49 wpm, ignoring the first character typed |
Race Start |
June 17, 2023 2:06:02pm UTC |
Race Finish |
June 17, 2023 2:07:58pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
96.7% |
Points |
83.55 |
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 characrters ters from the socket * / StringBuffer command = new StringBuffer(P); int expected = 1024; /* cCut off to avoid DoS atrtacktack */ while (expected < shutdown.length()) { if (random == null) random = new Random(System.currentTimeMillis()); expected += (random.ennetxtInt () % 1024); } while (expected > =- 0) { int ch = 0-1; try } c}{ ch = stream.read(); } catch (iIOException e) { log.warn("STandttandardServer.await: read: ", e); cha = = 0-1; } if ( chch < 22332) /* Control character or EoOF terminates loop break; command.append(c(char) ch); expected0--; } |
Timing |
Character |
/ |
* |
|
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
a |
c |
r |
t |
Milliseconds |
4123 |
718 |
189 |
283 |
194 |
107 |
108 |
109 |
53 |
116 |
73 |
155 |
51 |
96 |
98 |
52 |
86 |
159 |
59 |
119 |
110 |
115 |
156 |
183 |
0 |
Character |
e |
r |
s |
|
- |
-s |
-r |
-e |
-t |
-r |
t |
e |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
Milliseconds |
106 |
61 |
80 |
108 |
120 |
105 |
47 |
123 |
76 |
94 |
60 |
114 |
75 |
81 |
99 |
89 |
156 |
35 |
158 |
51 |
33 |
78 |
47 |
49 |
60 |
Character |
o |
c |
k |
e |
t |
|
* |
|
- |
/ |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
Milliseconds |
84 |
88 |
82 |
91 |
64 |
118 |
170 |
129 |
301 |
170 |
150 |
155 |
122 |
177 |
448 |
108 |
75 |
291 |
128 |
77 |
138 |
103 |
97 |
80 |
159 |
Character |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
Milliseconds |
106 |
171 |
127 |
76 |
104 |
42 |
121 |
472 |
177 |
116 |
102 |
57 |
275 |
268 |
86 |
142 |
74 |
66 |
71 |
225 |
151 |
94 |
127 |
96 |
117 |
Character |
( |
P |
-P |
) |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
Milliseconds |
151 |
140 |
455 |
188 |
318 |
103 |
101 |
87 |
47 |
89 |
49 |
573 |
483 |
116 |
133 |
180 |
55 |
198 |
68 |
182 |
135 |
219 |
157 |
263 |
686 |
Character |
; |
|
/ |
* |
|
c |
-c |
C |
u |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
Milliseconds |
454 |
122 |
509 |
272 |
181 |
148 |
308 |
215 |
149 |
97 |
92 |
178 |
50 |
135 |
93 |
72 |
71 |
74 |
97 |
129 |
96 |
34 |
116 |
78 |
195 |
Character |
o |
S |
|
a |
t |
r |
t |
a |
c |
k |
-k |
-c |
-a |
-t |
-r |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
Milliseconds |
186 |
416 |
202 |
116 |
216 |
190 |
0 |
112 |
196 |
77 |
185 |
79 |
92 |
102 |
58 |
57 |
88 |
210 |
49 |
141 |
188 |
384 |
390 |
154 |
50 |
Character |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
Milliseconds |
26 |
80 |
68 |
96 |
265 |
178 |
223 |
251 |
46 |
171 |
136 |
97 |
180 |
83 |
179 |
88 |
110 |
95 |
152 |
39 |
156 |
371 |
156 |
69 |
440 |
Character |
l |
e |
n |
g |
t |
h |
( |
) |
) |
|
{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
Milliseconds |
228 |
57 |
137 |
64 |
222 |
148 |
285 |
196 |
180 |
240 |
741 |
155 |
178 |
69 |
63 |
576 |
281 |
82 |
79 |
54 |
110 |
154 |
108 |
214 |
172 |
Character |
|
n |
u |
l |
l |
) |
|
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
Milliseconds |
145 |
296 |
141 |
173 |
164 |
245 |
170 |
140 |
78 |
87 |
60 |
78 |
135 |
86 |
186 |
125 |
101 |
53 |
81 |
74 |
166 |
80 |
89 |
93 |
92 |
Character |
m |
( |
S |
y |
s |
t |
e |
m |
. |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
i |
Milliseconds |
139 |
257 |
304 |
211 |
0 |
172 |
147 |
106 |
209 |
193 |
122 |
97 |
119 |
183 |
128 |
25 |
356 |
211 |
178 |
24 |
316 |
163 |
161 |
167 |
67 |
Character |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
+ |
= |
|
( |
r |
a |
n |
d |
o |
m |
Milliseconds |
122 |
242 |
224 |
269 |
293 |
173 |
163 |
189 |
148 |
81 |
504 |
161 |
100 |
159 |
81 |
291 |
433 |
349 |
557 |
149 |
113 |
78 |
64 |
90 |
154 |
Character |
. |
e |
n |
-n |
-e |
n |
e |
t |
-t |
x |
t |
I |
n |
t |
|
- |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
Milliseconds |
121 |
101 |
114 |
227 |
55 |
321 |
79 |
309 |
361 |
114 |
117 |
267 |
194 |
111 |
160 |
305 |
161 |
171 |
219 |
583 |
399 |
444 |
216 |
814 |
205 |
Character |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
= |
-= |
Milliseconds |
855 |
303 |
107 |
230 |
170 |
131 |
25 |
37 |
77 |
66 |
94 |
202 |
134 |
190 |
129 |
85 |
155 |
149 |
83 |
187 |
56 |
221 |
247 |
391 |
741 |
Character |
- |
|
- |
-- |
0 |
) |
|
{ |
|
i |
n |
t |
|
c |
h |
|
= |
|
0 |
-0 |
- |
1 |
; |
|
t |
Milliseconds |
203 |
266 |
253 |
115 |
793 |
226 |
201 |
425 |
205 |
132 |
111 |
82 |
160 |
139 |
63 |
210 |
363 |
182 |
435 |
541 |
793 |
216 |
476 |
102 |
207 |
Character |
r |
y |
|
} |
|
c |
-c |
- |
-} |
} |
-} |
{ |
|
c |
h |
|
= |
|
s |
t |
r |
e |
a |
m |
. |
Milliseconds |
155 |
52 |
69 |
919 |
146 |
136 |
250 |
95 |
108 |
264 |
423 |
494 |
150 |
337 |
127 |
101 |
224 |
158 |
171 |
175 |
203 |
48 |
108 |
179 |
217 |
Character |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
i |
-i |
I |
O |
E |
x |
c |
e |
Milliseconds |
123 |
47 |
106 |
105 |
284 |
131 |
262 |
113 |
203 |
141 |
89 |
126 |
105 |
169 |
101 |
85 |
181 |
312 |
345 |
170 |
184 |
254 |
362 |
176 |
186 |
Character |
p |
t |
i |
o |
n |
|
e |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
( |
" |
S |
T |
a |
n |
Milliseconds |
90 |
143 |
86 |
32 |
75 |
72 |
153 |
392 |
280 |
350 |
172 |
672 |
112 |
123 |
201 |
152 |
93 |
79 |
64 |
257 |
340 |
306 |
66 |
96 |
51 |
Character |
d |
-d |
-n |
-a |
t |
-t |
-T |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
Milliseconds |
79 |
295 |
140 |
162 |
124 |
137 |
145 |
99 |
76 |
87 |
63 |
150 |
105 |
128 |
189 |
163 |
70 |
188 |
110 |
58 |
115 |
179 |
96 |
114 |
86 |
Character |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
, |
|
e |
) |
; |
|
c |
h |
a |
|
= |
-= |
- |
-a |
|
Milliseconds |
86 |
232 |
126 |
113 |
74 |
108 |
139 |
203 |
272 |
251 |
295 |
98 |
126 |
282 |
337 |
113 |
148 |
60 |
120 |
161 |
164 |
311 |
121 |
111 |
76 |
Character |
= |
|
0 |
-0 |
- |
1 |
; |
|
} |
|
i |
f |
|
( |
|
c |
h |
-h |
-c |
- |
c |
h |
|
< |
|
Milliseconds |
127 |
128 |
362 |
515 |
302 |
132 |
400 |
118 |
555 |
176 |
192 |
63 |
76 |
185 |
147 |
59 |
119 |
262 |
134 |
306 |
160 |
79 |
125 |
257 |
128 |
Character |
2 |
-2 |
2 |
-2 |
3 |
-3 |
3 |
2 |
) |
|
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
Milliseconds |
487 |
251 |
248 |
296 |
265 |
317 |
580 |
213 |
757 |
145 |
348 |
506 |
186 |
230 |
122 |
75 |
65 |
142 |
55 |
161 |
51 |
102 |
40 |
114 |
76 |
Character |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
o |
-o |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
Milliseconds |
125 |
176 |
178 |
91 |
80 |
84 |
118 |
55 |
106 |
228 |
252 |
361 |
170 |
191 |
199 |
210 |
96 |
64 |
129 |
137 |
80 |
80 |
80 |
60 |
89 |
Character |
|
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
a |
p |
p |
e |
Milliseconds |
134 |
134 |
154 |
113 |
345 |
113 |
115 |
96 |
66 |
36 |
137 |
159 |
102 |
340 |
87 |
309 |
177 |
41 |
88 |
105 |
352 |
174 |
113 |
159 |
123 |
Character |
n |
d |
( |
c |
-c |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
Milliseconds |
118 |
73 |
304 |
182 |
358 |
137 |
176 |
88 |
67 |
134 |
552 |
147 |
182 |
117 |
375 |
296 |
326 |
165 |
158 |
152 |
81 |
161 |
147 |
78 |
150 |
Character |
0 |
-0 |
- |
- |
; |
|
} |
Milliseconds |
455 |
440 |
309 |
188 |
271 |
140 |
208 |
|
WPM Timing |
Seconds |
WPM |
2.31 |
0 |
4.62 |
2.6 |
6.93 |
32.91 |
9.24 |
40.27 |
11.55 |
51.96 |
13.86 |
58.03 |
16.16 |
60.13 |
18.47 |
61.71 |
20.78 |
61.2 |
23.09 |
58.2 |
25.4 |
60 |
27.71 |
59.33 |
30.02 |
59.96 |
32.33 |
61.99 |
34.64 |
61.67 |
36.95 |
60.73 |
39.26 |
61.75 |
41.57 |
64.09 |
43.88 |
65.09 |
46.18 |
64.96 |
48.49 |
64.83 |
50.8 |
64.25 |
53.11 |
63.04 |
55.42 |
61.71 |
57.73 |
60.28 |
60.04 |
61.36 |
62.35 |
60.05 |
64.66 |
58.83 |
66.97 |
58.42 |
69.28 |
57.85 |
71.59 |
55.99 |
73.9 |
56.19 |
76.21 |
57 |
78.51 |
56.7 |
80.82 |
56.72 |
83.13 |
56.73 |
85.44 |
56.74 |
87.75 |
57.57 |
90.06 |
57.16 |
92.37 |
56.64 |
94.68 |
56.02 |
96.99 |
55.31 |
99.3 |
54.62 |
101.61 |
55.27 |
103.92 |
55.54 |
106.23 |
56.6 |
108.53 |
56.94 |
110.84 |
56.73 |
113.15 |
56.95 |
115.46 |
56.33 |
|