Official speed |
48.95 wpm (132.87 seconds elapsed during race) |
Without ending ping |
49.04 wpm (231 ms delay sending score to TypeRacer’s server) |
Timerless |
49.22 wpm (507 ms elapsed before first character typed; 132.13 seconds elapsed during race) |
Timerless minus one |
49.13 wpm, ignoring the first character typed |
Race Start |
July 18, 2023 7:57:10pm UTC |
Race Finish |
July 18, 2023 7:59:23pm UTC |
Outcome |
No win (3 of 3) |
Accuracy |
96.1% |
Points |
72.60 |
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 |
/* reaReada a set of characters from the socket */ StringBuffer command = new StringBuffer(); int expected = 10244; ?/* Cut off to avoid DDoS atatack */ whil ee (expected < shutdown.length()) { if (random == null) random = new Random(System.currentTimemIMillis()); expected += (random.menextInt() % 1-024); } while (expected > 0) { int ch = -1; try { ch = stream.read(); } catch (IOExceptione e) { log.warn("StandardSerevver.await: read: ", e) c; ch = 01-1 ; } if (ch < 32) /( * Control character or EOF Terterminates loop break ;; command.append((Chchar) ch); epxpeeccted00--; } |
Timing |
Character |
/ |
* |
|
r |
e |
a |
-a |
-e |
-r |
R |
e |
a |
d |
a |
|
- |
-a |
|
a |
|
s |
e |
t |
|
o |
Milliseconds |
507 |
507 |
211 |
496 |
137 |
16 |
376 |
164 |
148 |
168 |
122 |
104 |
406 |
240 |
119 |
329 |
135 |
212 |
131 |
108 |
166 |
209 |
57 |
94 |
55 |
Character |
f |
|
c |
h |
a |
r |
a |
c |
t |
e |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
Milliseconds |
140 |
119 |
136 |
151 |
24 |
156 |
118 |
178 |
303 |
195 |
210 |
42 |
230 |
118 |
73 |
58 |
155 |
28 |
169 |
90 |
89 |
122 |
133 |
105 |
131 |
Character |
k |
e |
t |
|
* |
/ |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
Milliseconds |
125 |
101 |
196 |
212 |
211 |
510 |
105 |
208 |
89 |
121 |
25 |
91 |
77 |
275 |
177 |
167 |
149 |
40 |
121 |
60 |
168 |
74 |
77 |
137 |
106 |
Character |
n |
d |
|
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
Milliseconds |
133 |
150 |
73 |
229 |
120 |
113 |
170 |
10 |
107 |
197 |
120 |
89 |
87 |
92 |
94 |
269 |
166 |
109 |
160 |
75 |
107 |
177 |
74 |
207 |
170 |
Character |
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
4 |
-4 |
; |
|
? |
-? |
Milliseconds |
73 |
91 |
88 |
109 |
73 |
181 |
103 |
90 |
178 |
151 |
75 |
169 |
117 |
91 |
105 |
149 |
177 |
275 |
393 |
86 |
360 |
182 |
195 |
284 |
331 |
Character |
/ |
* |
|
C |
u |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
D |
-D |
o |
S |
Milliseconds |
240 |
302 |
241 |
176 |
152 |
88 |
120 |
152 |
102 |
166 |
89 |
103 |
75 |
94 |
102 |
197 |
120 |
91 |
68 |
121 |
232 |
180 |
357 |
207 |
247 |
Character |
|
a |
t |
a |
-a |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
|
- |
|
e |
-e |
- |
e |
|
Milliseconds |
263 |
215 |
28 |
184 |
419 |
54 |
79 |
431 |
123 |
119 |
635 |
597 |
106 |
89 |
131 |
121 |
106 |
162 |
456 |
180 |
167 |
253 |
137 |
104 |
41 |
Character |
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
Milliseconds |
273 |
254 |
243 |
118 |
88 |
258 |
180 |
57 |
154 |
99 |
156 |
147 |
151 |
286 |
100 |
196 |
184 |
86 |
155 |
86 |
184 |
162 |
118 |
120 |
78 |
Character |
t |
h |
( |
) |
) |
|
{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
l |
Milliseconds |
226 |
120 |
286 |
238 |
182 |
148 |
409 |
267 |
210 |
193 |
74 |
181 |
123 |
193 |
14 |
302 |
120 |
89 |
135 |
120 |
168 |
72 |
151 |
134 |
107 |
Character |
l |
) |
|
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
( |
S |
y |
Milliseconds |
118 |
257 |
268 |
256 |
102 |
92 |
134 |
91 |
138 |
12 |
348 |
149 |
208 |
116 |
76 |
75 |
198 |
122 |
84 |
111 |
104 |
90 |
526 |
224 |
256 |
Character |
s |
t |
e |
m |
. |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
e |
m |
I |
-I |
-m |
M |
i |
l |
l |
i |
Milliseconds |
86 |
89 |
105 |
91 |
106 |
197 |
120 |
121 |
165 |
91 |
174 |
110 |
227 |
131 |
74 |
90 |
133 |
257 |
273 |
118 |
212 |
330 |
72 |
199 |
118 |
Character |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
+ |
= |
|
( |
r |
a |
n |
d |
o |
m |
Milliseconds |
120 |
179 |
120 |
137 |
226 |
105 |
164 |
158 |
105 |
168 |
258 |
10976 |
108 |
164 |
122 |
211 |
359 |
601 |
252 |
166 |
152 |
89 |
100 |
123 |
73 |
Character |
. |
m |
e |
-e |
-m |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
|
1 |
- |
-- |
0 |
2 |
4 |
) |
; |
Milliseconds |
136 |
287 |
182 |
302 |
118 |
204 |
45 |
168 |
102 |
214 |
223 |
120 |
200 |
102 |
176 |
876 |
207 |
178 |
123 |
448 |
213 |
210 |
782 |
535 |
425 |
Character |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
0 |
) |
|
{ |
Milliseconds |
147 |
362 |
301 |
146 |
107 |
25 |
92 |
91 |
92 |
151 |
241 |
209 |
123 |
101 |
242 |
85 |
213 |
194 |
148 |
139 |
163 |
123 |
315 |
255 |
134 |
Character |
|
i |
n |
t |
|
c |
h |
|
= |
|
- |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
Milliseconds |
194 |
136 |
103 |
57 |
107 |
121 |
74 |
139 |
117 |
121 |
212 |
658 |
255 |
212 |
131 |
58 |
137 |
153 |
254 |
167 |
150 |
70 |
168 |
89 |
150 |
Character |
s |
t |
r |
e |
a |
m |
. |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
Milliseconds |
89 |
138 |
105 |
87 |
44 |
151 |
169 |
149 |
102 |
33 |
152 |
196 |
73 |
271 |
148 |
163 |
182 |
286 |
164 |
193 |
195 |
134 |
75 |
169 |
269 |
Character |
O |
E |
x |
c |
e |
p |
t |
i |
o |
n |
e |
|
- |
-e |
|
e |
) |
|
{ |
|
l |
o |
g |
. |
w |
Milliseconds |
182 |
192 |
255 |
164 |
198 |
11 |
197 |
151 |
71 |
89 |
92 |
141 |
357 |
137 |
85 |
107 |
197 |
178 |
119 |
272 |
406 |
148 |
73 |
134 |
110 |
Character |
a |
r |
n |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
e |
v |
-v |
-e |
v |
e |
r |
. |
a |
Milliseconds |
134 |
87 |
164 |
261 |
207 |
301 |
136 |
102 |
123 |
119 |
177 |
153 |
166 |
254 |
56 |
90 |
239 |
75 |
350 |
114 |
59 |
62 |
62 |
195 |
122 |
Character |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
, |
|
e |
) |
|
c |
-c |
- |
; |
|
c |
h |
Milliseconds |
137 |
176 |
169 |
119 |
207 |
243 |
16211 |
75 |
88 |
107 |
198 |
170 |
325 |
238 |
108 |
120 |
239 |
377 |
221 |
226 |
136 |
209 |
178 |
185 |
148 |
Character |
|
= |
|
0 |
1 |
-1 |
-0 |
- |
1 |
|
- |
; |
|
} |
|
i |
f |
|
( |
c |
h |
|
< |
|
3 |
Milliseconds |
91 |
115 |
152 |
258 |
147 |
333 |
101 |
382 |
130 |
588 |
414 |
184 |
117 |
168 |
178 |
260 |
175 |
153 |
236 |
169 |
105 |
180 |
104 |
120 |
147 |
Character |
2 |
) |
|
/ |
( |
|
- |
-( |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
Milliseconds |
139 |
270 |
286 |
360 |
434 |
242 |
314 |
152 |
344 |
166 |
313 |
131 |
92 |
90 |
89 |
90 |
168 |
71 |
123 |
134 |
73 |
59 |
137 |
123 |
240 |
Character |
e |
r |
|
o |
r |
|
E |
O |
F |
|
T |
e |
r |
-r |
-e |
-T |
t |
e |
r |
m |
i |
n |
a |
t |
e |
Milliseconds |
71 |
124 |
56 |
183 |
102 |
94 |
194 |
151 |
149 |
118 |
155 |
148 |
89 |
316 |
132 |
122 |
117 |
91 |
118 |
211 |
109 |
87 |
118 |
60 |
91 |
Character |
s |
|
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
|
; |
-; |
- |
; |
|
c |
o |
m |
m |
a |
n |
d |
Milliseconds |
90 |
91 |
168 |
224 |
150 |
93 |
84 |
107 |
58 |
90 |
44 |
156 |
207 |
105 |
283 |
155 |
240 |
134 |
181 |
135 |
148 |
181 |
120 |
151 |
160 |
Character |
. |
a |
p |
p |
e |
n |
d |
( |
( |
C |
h |
-h |
-C |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
Milliseconds |
121 |
262 |
100 |
137 |
104 |
165 |
11 |
380 |
180 |
181 |
268 |
241 |
178 |
150 |
120 |
88 |
45 |
258 |
251 |
135 |
137 |
195 |
252 |
141 |
103 |
Character |
p |
-p |
x |
p |
e |
e |
c |
-c |
-e |
c |
t |
e |
d |
0 |
0 |
-0 |
-0 |
- |
- |
; |
|
} |
Milliseconds |
344 |
303 |
101 |
167 |
121 |
87 |
239 |
454 |
150 |
71 |
290 |
235 |
391 |
214 |
180 |
329 |
86 |
393 |
146 |
243 |
206 |
216 |
|
WPM Timing |
Seconds |
WPM |
2.66 |
13.55 |
5.31 |
33.87 |
7.97 |
52.68 |
10.63 |
59.83 |
13.29 |
66.83 |
15.94 |
71.5 |
18.6 |
70.32 |
21.26 |
67.74 |
23.92 |
67.74 |
26.57 |
64.57 |
29.23 |
62.4 |
31.89 |
63.6 |
34.55 |
63.57 |
37.2 |
65.15 |
39.86 |
66.23 |
42.52 |
66.89 |
45.18 |
66.14 |
47.83 |
64.72 |
50.49 |
61.32 |
53.15 |
58.25 |
55.81 |
55.48 |
58.46 |
53.98 |
61.12 |
53.6 |
63.78 |
53.62 |
66.44 |
52.38 |
69.09 |
53.15 |
71.75 |
54.19 |
74.41 |
54.35 |
77.06 |
55.59 |
79.72 |
55.99 |
82.38 |
55.94 |
85.04 |
56.59 |
87.69 |
56.65 |
90.35 |
54.99 |
93.01 |
53.41 |
95.67 |
51.93 |
98.32 |
50.53 |
100.98 |
49.2 |
103.64 |
47.94 |
106.3 |
47.98 |
108.95 |
47.8 |
111.61 |
47.74 |
114.27 |
47.47 |
116.93 |
48.34 |
119.58 |
48.57 |
122.24 |
49.08 |
124.9 |
49.67 |
127.56 |
49.67 |
130.21 |
49.3 |
132.87 |
48.95 |
|