Official speed |
50.53 wpm (128.72 seconds elapsed during race) |
Without ending ping |
50.63 wpm (251 ms delay sending score to TypeRacer’s server) |
Timerless |
50.81 wpm (457 ms elapsed before first character typed; 128.01 seconds elapsed during race) |
Timerless minus one |
50.72 wpm, ignoring the first character typed |
Race Start |
January 21, 2024 1:19:42am UTC |
Race Finish |
January 21, 2024 1:21:51am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
96.5% |
Points |
74.95 |
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 |
/* reRead a set of characretsters from the socket */ String BBuffer command = new StringBuffer(); int expected = 1024; /* Cut off to avoid DoS attac k */ while (expected > >< shutdown.length()()) } { { if (random == null) random )= new Random(sSystem.curerentTimeMillis()); expected + = (random.nextInt() % 1024); } while (expected > 0) { int ch )= -1; try { ch = stream.read(); } catch (IOException e) { log.warn("StandarDdServer.waawait;: read: " ,, e); ch = -1 ; } ifif ((ch < 32 )) *//* Control character of EOr EOF terminates loop break; command.appednnd((char) ch); expected--; } |
Timing |
Character |
/ |
* |
|
r |
e |
-e |
-r |
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
Milliseconds |
457 |
39 |
336 |
149 |
67 |
247 |
118 |
189 |
145 |
95 |
108 |
79 |
102 |
50 |
111 |
125 |
160 |
115 |
140 |
128 |
83 |
156 |
46 |
68 |
82 |
Character |
a |
c |
r |
e |
t |
s |
-s |
-t |
-e |
-r |
t |
e |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
Milliseconds |
115 |
167 |
232 |
63 |
142 |
97 |
302 |
130 |
111 |
369 |
271 |
82 |
141 |
112 |
130 |
83 |
155 |
36 |
63 |
112 |
79 |
62 |
82 |
65 |
96 |
Character |
o |
c |
k |
e |
t |
|
* |
/ |
|
S |
t |
r |
i |
n |
g |
|
B |
-B |
- |
B |
u |
f |
f |
e |
r |
Milliseconds |
62 |
94 |
67 |
63 |
98 |
156 |
595 |
82 |
317 |
224 |
113 |
164 |
75 |
63 |
81 |
188 |
452 |
209 |
111 |
208 |
129 |
62 |
145 |
64 |
177 |
Character |
|
c |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
Milliseconds |
239 |
95 |
60 |
149 |
109 |
117 |
80 |
78 |
97 |
110 |
65 |
321 |
159 |
253 |
193 |
274 |
256 |
176 |
49 |
63 |
80 |
446 |
163 |
94 |
127 |
Character |
e |
r |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
Milliseconds |
147 |
127 |
160 |
156 |
262 |
368 |
226 |
45 |
96 |
78 |
225 |
159 |
96 |
96 |
101 |
175 |
41 |
146 |
50 |
128 |
65 |
668 |
102 |
301 |
191 |
Character |
; |
|
/ |
* |
|
C |
u |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
Milliseconds |
658 |
157 |
577 |
49 |
450 |
398 |
129 |
112 |
144 |
113 |
78 |
111 |
32 |
147 |
47 |
110 |
241 |
158 |
65 |
161 |
207 |
114 |
223 |
211 |
333 |
Character |
|
a |
t |
t |
a |
c |
|
- |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
Milliseconds |
335 |
353 |
78 |
128 |
98 |
290 |
236 |
689 |
274 |
284 |
290 |
30 |
466 |
336 |
64 |
114 |
191 |
93 |
84 |
97 |
189 |
207 |
146 |
79 |
99 |
Character |
t |
e |
d |
|
> |
|
- |
-> |
> |
-> |
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
Milliseconds |
174 |
63 |
146 |
80 |
319 |
193 |
368 |
124 |
255 |
387 |
112 |
545 |
224 |
128 |
82 |
159 |
192 |
114 |
89 |
99 |
257 |
289 |
96 |
124 |
115 |
Character |
t |
h |
( |
) |
( |
) |
-) |
-( |
) |
|
} |
|
- |
{ |
|
- |
-{ |
-} |
{ |
|
i |
f |
|
( |
r |
Milliseconds |
448 |
82 |
398 |
176 |
449 |
0 |
446 |
147 |
320 |
432 |
414 |
224 |
415 |
386 |
110 |
573 |
115 |
129 |
207 |
512 |
368 |
112 |
97 |
417 |
222 |
Character |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
l |
l |
) |
|
r |
a |
n |
d |
o |
m |
|
) |
-) |
= |
Milliseconds |
82 |
34 |
110 |
43 |
75 |
109 |
140 |
111 |
145 |
269 |
32 |
197 |
92 |
225 |
256 |
1151 |
80 |
83 |
111 |
66 |
61 |
113 |
162 |
318 |
219 |
Character |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
( |
s |
-s |
S |
y |
s |
t |
e |
m |
. |
c |
u |
r |
e |
Milliseconds |
116 |
193 |
94 |
244 |
302 |
718 |
179 |
173 |
130 |
64 |
81 |
320 |
206 |
321 |
224 |
145 |
125 |
178 |
96 |
127 |
210 |
270 |
370 |
79 |
335 |
Character |
-e |
r |
e |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
Milliseconds |
225 |
272 |
63 |
128 |
112 |
318 |
131 |
66 |
113 |
429 |
146 |
286 |
292 |
218 |
132 |
318 |
207 |
323 |
335 |
431 |
222 |
163 |
111 |
81 |
94 |
Character |
t |
e |
d |
|
+ |
|
- |
= |
|
( |
r |
a |
n |
d |
o |
m |
. |
n |
e |
x |
t |
I |
n |
t |
( |
Milliseconds |
176 |
65 |
175 |
66 |
491 |
115 |
579 |
399 |
415 |
751 |
273 |
79 |
65 |
112 |
48 |
64 |
273 |
239 |
112 |
175 |
192 |
192 |
128 |
114 |
463 |
Character |
) |
|
% |
|
1 |
0 |
2 |
4 |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
Milliseconds |
449 |
557 |
1714 |
640 |
656 |
144 |
288 |
176 |
928 |
434 |
383 |
719 |
161 |
319 |
160 |
46 |
146 |
80 |
108 |
148 |
481 |
146 |
93 |
80 |
83 |
Character |
t |
e |
d |
|
> |
|
0 |
) |
|
{ |
|
i |
n |
t |
|
c |
h |
|
) |
-) |
= |
|
- |
1 |
; |
Milliseconds |
186 |
66 |
130 |
159 |
336 |
576 |
334 |
434 |
415 |
642 |
463 |
160 |
45 |
135 |
93 |
142 |
81 |
335 |
114 |
465 |
254 |
65 |
1263 |
171 |
787 |
Character |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
t |
r |
e |
a |
m |
. |
r |
e |
a |
d |
( |
) |
Milliseconds |
274 |
126 |
194 |
190 |
243 |
742 |
198 |
271 |
114 |
291 |
96 |
109 |
179 |
141 |
162 |
66 |
93 |
95 |
178 |
481 |
62 |
95 |
114 |
239 |
160 |
Character |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
E |
x |
c |
e |
p |
t |
i |
o |
n |
|
e |
) |
Milliseconds |
271 |
368 |
176 |
160 |
259 |
76 |
130 |
160 |
82 |
222 |
244 |
398 |
154 |
754 |
386 |
210 |
44 |
274 |
98 |
112 |
145 |
63 |
112 |
222 |
206 |
Character |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
( |
" |
S |
t |
a |
n |
d |
a |
r |
D |
-D |
d |
S |
e |
Milliseconds |
209 |
321 |
160 |
576 |
159 |
100 |
158 |
331 |
48 |
180 |
81 |
270 |
578 |
495 |
160 |
98 |
142 |
92 |
67 |
115 |
254 |
370 |
159 |
284 |
164 |
Character |
r |
v |
e |
r |
. |
w |
a |
-a |
-w |
a |
w |
a |
i |
t |
; |
-; |
: |
|
r |
e |
a |
d |
: |
|
" |
Milliseconds |
158 |
161 |
34 |
142 |
92 |
165 |
84 |
252 |
111 |
128 |
63 |
130 |
222 |
242 |
222 |
401 |
205 |
100 |
193 |
63 |
130 |
93 |
130 |
176 |
319 |
Character |
|
, |
-, |
- |
, |
|
e |
) |
; |
|
c |
h |
|
= |
|
- |
1 |
|
- |
; |
|
} |
|
i |
f |
Milliseconds |
255 |
241 |
190 |
181 |
154 |
245 |
139 |
803 |
237 |
322 |
238 |
114 |
177 |
125 |
116 |
624 |
207 |
590 |
307 |
238 |
317 |
435 |
212 |
572 |
65 |
Character |
-f |
-i |
i |
f |
|
( |
-( |
( |
c |
h |
|
< |
|
3 |
2 |
|
) |
-) |
- |
) |
|
* |
/ |
-/ |
-* |
Milliseconds |
253 |
97 |
563 |
94 |
96 |
288 |
339 |
413 |
368 |
60 |
228 |
207 |
210 |
576 |
175 |
212 |
286 |
251 |
115 |
209 |
176 |
528 |
33 |
830 |
142 |
Character |
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
e |
r |
|
o |
f |
|
E |
Milliseconds |
499 |
36 |
493 |
494 |
128 |
63 |
65 |
127 |
65 |
97 |
161 |
109 |
82 |
80 |
97 |
78 |
128 |
177 |
47 |
111 |
81 |
114 |
95 |
64 |
144 |
Character |
O |
-O |
-E |
- |
-f |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
|
l |
o |
o |
Milliseconds |
160 |
239 |
111 |
132 |
140 |
165 |
140 |
415 |
178 |
143 |
176 |
288 |
79 |
98 |
64 |
32 |
127 |
65 |
95 |
76 |
164 |
64 |
129 |
160 |
128 |
Character |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
a |
p |
p |
e |
d |
n |
-n |
-d |
Milliseconds |
112 |
163 |
76 |
178 |
79 |
94 |
82 |
193 |
80 |
331 |
86 |
123 |
148 |
79 |
93 |
66 |
130 |
207 |
97 |
97 |
129 |
173 |
67 |
251 |
98 |
Character |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
- |
Milliseconds |
141 |
85 |
158 |
546 |
254 |
81 |
81 |
79 |
159 |
400 |
271 |
130 |
271 |
383 |
225 |
110 |
125 |
71 |
94 |
97 |
174 |
46 |
127 |
516 |
127 |
Character |
; |
|
} |
Milliseconds |
497 |
400 |
191 |
|
WPM Timing |
Seconds |
WPM |
2.57 |
55.94 |
5.15 |
53.61 |
7.72 |
68.37 |
10.3 |
64.09 |
12.87 |
68.99 |
15.45 |
69.14 |
18.02 |
69.92 |
20.59 |
65.84 |
23.17 |
67.85 |
25.74 |
65.26 |
28.32 |
64.41 |
30.89 |
62.54 |
33.47 |
62.03 |
36.04 |
59.93 |
38.61 |
56.56 |
41.19 |
55.94 |
43.76 |
55.94 |
46.34 |
56.2 |
48.91 |
55.69 |
51.49 |
55.47 |
54.06 |
55.49 |
56.63 |
55.51 |
59.21 |
53.91 |
61.78 |
54.58 |
64.36 |
52.95 |
66.93 |
51.81 |
69.51 |
51.45 |
72.08 |
51.78 |
74.66 |
51.28 |
77.23 |
50.65 |
79.8 |
50.22 |
82.38 |
50.69 |
84.95 |
50.99 |
87.53 |
50.86 |
90.1 |
51.01 |
92.68 |
51.15 |
95.25 |
51.28 |
97.82 |
51.28 |
100.4 |
50.68 |
102.97 |
50.58 |
105.55 |
49.8 |
108.12 |
49.28 |
110.7 |
48.89 |
113.27 |
48.1 |
115.84 |
49 |
118.42 |
49.05 |
120.99 |
50.09 |
123.57 |
50.3 |
126.14 |
50.51 |
128.72 |
50.53 |
|