Official speed |
68.03 wpm (95.60 seconds elapsed during race) |
Without ending ping |
68.22 wpm (272 ms delay sending score to TypeRacer’s server) |
Timerless |
68.39 wpm (226 ms elapsed before first character typed; 95.11 seconds elapsed during race) |
Timerless minus one |
68.26 wpm, ignoring the first character typed |
Race Start |
March 3, 2024 4:09:59am UTC |
Race Finish |
March 3, 2024 4:11:34am UTC |
Outcome |
No win (2 of 3) |
Accuracy |
96.2% |
Points |
100.91 |
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 charactesrers from the socket */ StringBuffer command - = new StringBuffer(); int expected = 1024; /* Cut off to avoid DoS attack *?w/ wihle hile (expected < shutdown.length()) { if (random == null) random = new Random(System.currentTimeMillis()0); expected += )(random.nextInt() % 1024); } while (expected . > 0) { int ch = -1; try { ch = stream.read(); } catch (IOeExceptione ) e) { log.warn("StandardSererver.await: read: " ,, e):; ch = 0-1; } if ( ch < 32) /* Control character or OEEOF Tterminates leoopop 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 |
226 |
327 |
189 |
182 |
233 |
129 |
112 |
255 |
96 |
150 |
73 |
85 |
108 |
98 |
41 |
146 |
58 |
174 |
137 |
78 |
82 |
146 |
164 |
195 |
91 |
Character |
s |
r |
e |
-e |
-r |
-s |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
Milliseconds |
169 |
23 |
181 |
228 |
187 |
170 |
46 |
53 |
209 |
143 |
212 |
94 |
101 |
88 |
39 |
128 |
79 |
122 |
212 |
127 |
125 |
160 |
50 |
115 |
108 |
Character |
* |
/ |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
|
- |
Milliseconds |
190 |
296 |
139 |
172 |
194 |
122 |
105 |
65 |
58 |
338 |
220 |
134 |
168 |
112 |
129 |
127 |
183 |
84 |
81 |
137 |
75 |
132 |
68 |
192 |
147 |
Character |
|
- |
-- |
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
Milliseconds |
218 |
271 |
148 |
218 |
226 |
128 |
127 |
93 |
133 |
140 |
211 |
124 |
63 |
97 |
65 |
292 |
137 |
143 |
156 |
95 |
140 |
183 |
28 |
249 |
92 |
Character |
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
; |
|
/ |
* |
|
C |
Milliseconds |
115 |
45 |
106 |
196 |
102 |
159 |
105 |
114 |
195 |
121 |
92 |
224 |
209 |
141 |
116 |
154 |
134 |
160 |
132 |
386 |
565 |
159 |
259 |
201 |
269 |
Character |
u |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
|
a |
t |
t |
a |
c |
Milliseconds |
219 |
107 |
95 |
69 |
132 |
142 |
76 |
106 |
73 |
78 |
94 |
103 |
126 |
64 |
91 |
64 |
212 |
121 |
233 |
207 |
97 |
112 |
146 |
76 |
215 |
Character |
k |
|
* |
? |
w |
-w |
-? |
/ |
|
w |
i |
h |
l |
e |
|
- |
-e |
-l |
-h |
-i |
h |
i |
l |
e |
|
Milliseconds |
134 |
109 |
185 |
215 |
272 |
229 |
135 |
196 |
110 |
89 |
119 |
0 |
135 |
52 |
130 |
239 |
154 |
166 |
177 |
143 |
218 |
58 |
66 |
60 |
51 |
Character |
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
Milliseconds |
166 |
224 |
189 |
65 |
143 |
171 |
144 |
82 |
161 |
132 |
158 |
90 |
149 |
111 |
45 |
91 |
163 |
72 |
135 |
102 |
114 |
178 |
114 |
119 |
63 |
Character |
t |
h |
( |
) |
) |
|
{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
l |
Milliseconds |
183 |
100 |
178 |
63 |
149 |
139 |
106 |
175 |
163 |
116 |
78 |
346 |
150 |
79 |
121 |
91 |
126 |
82 |
174 |
160 |
155 |
84 |
118 |
135 |
52 |
Character |
l |
) |
|
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
( |
S |
y |
Milliseconds |
165 |
245 |
151 |
146 |
215 |
178 |
126 |
132 |
223 |
281 |
109 |
170 |
126 |
101 |
72 |
100 |
172 |
167 |
73 |
149 |
85 |
99 |
240 |
196 |
349 |
Character |
s |
t |
e |
m |
. |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
i |
s |
( |
) |
0 |
Milliseconds |
114 |
186 |
235 |
191 |
195 |
284 |
99 |
99 |
190 |
71 |
133 |
84 |
207 |
213 |
34 |
191 |
373 |
228 |
169 |
178 |
97 |
97 |
266 |
85 |
153 |
Character |
-0 |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
+ |
= |
|
) |
-) |
( |
r |
a |
n |
d |
o |
m |
Milliseconds |
399 |
230 |
240 |
104 |
284 |
255 |
322 |
207 |
229 |
176 |
59 |
176 |
72 |
133 |
223 |
164 |
141 |
439 |
241 |
194 |
82 |
78 |
99 |
99 |
114 |
Character |
. |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
) |
; |
|
} |
|
w |
h |
i |
Milliseconds |
136 |
200 |
95 |
156 |
119 |
218 |
161 |
146 |
237 |
51 |
338 |
807 |
300 |
66 |
166 |
139 |
224 |
364 |
215 |
134 |
155 |
203 |
64 |
132 |
76 |
Character |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
. |
|
- |
-. |
> |
|
0 |
) |
|
{ |
|
i |
Milliseconds |
40 |
56 |
120 |
171 |
244 |
191 |
90 |
138 |
232 |
126 |
74 |
140 |
74 |
118 |
144 |
266 |
131 |
252 |
143 |
200 |
281 |
139 |
227 |
153 |
165 |
Character |
n |
t |
|
c |
h |
|
= |
|
- |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
t |
Milliseconds |
81 |
66 |
110 |
223 |
41 |
243 |
111 |
209 |
1016 |
83 |
257 |
218 |
125 |
73 |
115 |
86 |
160 |
102 |
191 |
68 |
130 |
105 |
95 |
47 |
153 |
Character |
r |
e |
a |
m |
. |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
e |
Milliseconds |
83 |
59 |
93 |
209 |
95 |
163 |
58 |
35 |
212 |
180 |
30 |
281 |
160 |
159 |
111 |
141 |
162 |
90 |
162 |
104 |
135 |
90 |
251 |
90 |
427 |
Character |
-e |
E |
x |
c |
e |
p |
t |
i |
o |
n |
e |
|
) |
-) |
- |
-e |
|
e |
) |
|
{ |
|
l |
o |
g |
Milliseconds |
421 |
68 |
348 |
250 |
231 |
110 |
140 |
125 |
15 |
66 |
109 |
38 |
242 |
257 |
158 |
164 |
111 |
277 |
415 |
162 |
163 |
286 |
197 |
158 |
27 |
Character |
. |
w |
a |
r |
n |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
e |
r |
-r |
-e |
v |
e |
r |
Milliseconds |
201 |
80 |
127 |
80 |
106 |
201 |
121 |
150 |
110 |
137 |
130 |
126 |
116 |
99 |
149 |
235 |
115 |
65 |
353 |
75 |
288 |
140 |
49 |
98 |
63 |
Character |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
|
, |
-, |
- |
, |
|
e |
) |
: |
-: |
Milliseconds |
193 |
230 |
54 |
160 |
130 |
105 |
215 |
118 |
169 |
87 |
12 |
145 |
154 |
93 |
275 |
205 |
165 |
251 |
131 |
198 |
97 |
18 |
217 |
213 |
473 |
Character |
; |
|
c |
h |
|
= |
|
0 |
-0 |
- |
1 |
; |
|
} |
|
i |
f |
|
( |
|
- |
c |
h |
|
< |
Milliseconds |
192 |
70 |
112 |
88 |
142 |
93 |
207 |
427 |
487 |
242 |
70 |
184 |
194 |
132 |
147 |
221 |
105 |
269 |
205 |
147 |
282 |
189 |
113 |
98 |
131 |
Character |
|
3 |
2 |
) |
|
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
e |
r |
Milliseconds |
101 |
209 |
71 |
323 |
279 |
199 |
249 |
123 |
276 |
279 |
113 |
145 |
32 |
82 |
228 |
162 |
262 |
90 |
130 |
128 |
128 |
79 |
226 |
82 |
108 |
Character |
|
o |
r |
|
O |
E |
-E |
-O |
E |
O |
F |
|
T |
-T |
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
|
Milliseconds |
112 |
63 |
106 |
119 |
184 |
77 |
340 |
121 |
81 |
155 |
66 |
207 |
166 |
476 |
88 |
94 |
115 |
89 |
57 |
131 |
83 |
106 |
52 |
89 |
73 |
Character |
l |
e |
o |
-o |
-e |
o |
p |
-p |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
Milliseconds |
102 |
101 |
123 |
365 |
138 |
201 |
189 |
362 |
235 |
71 |
76 |
118 |
98 |
67 |
97 |
69 |
71 |
95 |
282 |
84 |
70 |
162 |
69 |
122 |
160 |
Character |
. |
a |
p |
p |
e |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
Milliseconds |
106 |
163 |
96 |
143 |
79 |
120 |
81 |
386 |
152 |
221 |
153 |
50 |
101 |
236 |
192 |
172 |
110 |
214 |
416 |
242 |
148 |
210 |
57 |
138 |
182 |
Character |
t |
e |
d |
|
- |
-- |
- |
- |
- |
; |
|
} |
Milliseconds |
193 |
68 |
171 |
219 |
147 |
378 |
123 |
225 |
126 |
170 |
474 |
224 |
|
WPM Timing |
Seconds |
WPM |
1.91 |
62.76 |
3.82 |
78.45 |
5.74 |
75.31 |
7.65 |
75.31 |
9.56 |
76.57 |
11.47 |
72.17 |
13.38 |
74.41 |
15.3 |
76.88 |
17.21 |
76.7 |
19.12 |
74.05 |
21.03 |
76.45 |
22.95 |
74.79 |
24.86 |
70.48 |
26.77 |
72.17 |
28.68 |
74.47 |
30.59 |
75.31 |
32.51 |
75.68 |
34.42 |
76.01 |
36.33 |
75.64 |
38.24 |
75.62 |
40.15 |
74.71 |
42.07 |
73.31 |
43.98 |
72.31 |
45.89 |
73.22 |
47.8 |
71.8 |
49.71 |
72.17 |
51.63 |
72.06 |
53.54 |
71.28 |
55.45 |
70.55 |
57.36 |
71.13 |
59.28 |
72.07 |
61.19 |
71.98 |
63.1 |
71.51 |
65.01 |
70.14 |
66.92 |
70.65 |
68.84 |
70.25 |
70.75 |
70.9 |
72.66 |
70.19 |
74.57 |
69.52 |
76.48 |
69.03 |
78.4 |
68.73 |
80.31 |
68.74 |
82.22 |
69.18 |
84.13 |
68.32 |
86.04 |
68.48 |
87.96 |
68.49 |
89.87 |
69.03 |
91.78 |
68.9 |
93.69 |
68.78 |
95.6 |
68.03 |
|