Official speed |
26.06 wpm (249.58 seconds elapsed during race) |
Without ending ping |
26.12 wpm (593 ms delay sending score to TypeRacer’s server) |
Timerless |
27.27 wpm (10,477 ms elapsed before first character typed; 238.51 seconds elapsed during race) |
Timerless minus one |
27.22 wpm, ignoring the first character typed |
Race Start |
May 20, 2025 12:27:11am UTC |
Race Finish |
May 20, 2025 12:31:21am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
96.1% |
Points |
38.66 |
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 */ String Buffer command = nwew StringBuffer(); int expected = 1024 ;/ /* Cut off to avoid DoS attack */ while (expected < shutdown .length())( { if (random == null ) random = new Random(System.currentTimesMillis()); expected += (random.nextInt() % 1024); } while (expected <> 0) { int ch = -1 ; try { ch = stream.eread(); } cathch )(IOExpception e) { log.wrarn("StadandarsDdServer.await: reasd: ", e) ; ch = -1 ; } if (ch < 32 ) /* Control charcacter 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 |
10477 |
83 |
598 |
318 |
119 |
225 |
156 |
131 |
985 |
130 |
300 |
210 |
234 |
389 |
799 |
123 |
96 |
546 |
188 |
100 |
130 |
413 |
167 |
734 |
63 |
Character |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
* |
/ |
|
S |
t |
r |
Milliseconds |
101 |
195 |
136 |
520 |
100 |
72 |
146 |
0 |
710 |
106 |
114 |
151 |
597 |
151 |
115 |
286 |
106 |
231 |
278 |
647 |
72 |
150 |
874 |
222 |
433 |
Character |
i |
n |
g |
|
- |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
w |
-w |
Milliseconds |
119 |
199 |
105 |
260 |
436 |
382 |
154 |
310 |
185 |
134 |
154 |
132 |
394 |
168 |
296 |
138 |
164 |
167 |
87 |
1609 |
567 |
231 |
888 |
461 |
718 |
Character |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
Milliseconds |
104 |
116 |
163 |
669 |
246 |
180 |
173 |
1267 |
64 |
896 |
439 |
229 |
188 |
167 |
80 |
988 |
110 |
648 |
119 |
664 |
171 |
113 |
134 |
654 |
231 |
Character |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
|
- |
; |
/ |
-/ |
|
/ |
* |
|
C |
u |
t |
Milliseconds |
131 |
147 |
1202 |
81 |
85 |
199 |
251 |
703 |
381 |
402 |
182 |
182 |
179 |
119 |
769 |
514 |
630 |
536 |
167 |
263 |
101 |
119 |
878 |
135 |
232 |
Character |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
|
a |
t |
t |
a |
c |
k |
|
Milliseconds |
104 |
728 |
119 |
183 |
214 |
619 |
99 |
112 |
524 |
447 |
104 |
108 |
187 |
181 |
1831 |
397 |
426 |
400 |
696 |
181 |
138 |
546 |
711 |
685 |
496 |
Character |
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
s |
h |
u |
t |
Milliseconds |
685 |
90 |
117 |
778 |
318 |
197 |
208 |
324 |
136 |
781 |
715 |
553 |
81 |
218 |
735 |
101 |
84 |
182 |
413 |
670 |
99 |
917 |
98 |
131 |
900 |
Character |
d |
o |
w |
n |
|
- |
. |
l |
e |
n |
g |
t |
h |
( |
) |
) |
( |
-( |
|
{ |
|
i |
f |
|
( |
Milliseconds |
735 |
82 |
1026 |
75 |
100 |
701 |
410 |
1584 |
130 |
1061 |
43 |
882 |
49 |
933 |
148 |
403 |
32 |
744 |
272 |
724 |
109 |
832 |
83 |
134 |
706 |
Character |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
l |
l |
|
- |
) |
|
r |
a |
n |
d |
o |
m |
|
Milliseconds |
1856 |
97 |
434 |
118 |
98 |
215 |
652 |
432 |
150 |
517 |
280 |
190 |
265 |
144 |
72 |
761 |
448 |
342 |
613 |
247 |
121 |
132 |
114 |
186 |
202 |
Character |
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
( |
S |
y |
s |
t |
e |
m |
. |
c |
u |
r |
r |
e |
Milliseconds |
860 |
719 |
782 |
950 |
79 |
281 |
1151 |
615 |
169 |
35 |
216 |
195 |
1148 |
802 |
588 |
111 |
930 |
140 |
115 |
914 |
270 |
159 |
786 |
188 |
1342 |
Character |
n |
t |
T |
i |
m |
e |
s |
-s |
M |
i |
l |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
Milliseconds |
117 |
555 |
1033 |
329 |
201 |
101 |
215 |
627 |
605 |
488 |
214 |
133 |
784 |
66 |
779 |
167 |
445 |
770 |
151 |
643 |
233 |
139 |
183 |
727 |
307 |
Character |
e |
d |
|
+ |
= |
|
( |
r |
a |
n |
d |
o |
m |
. |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
Milliseconds |
862 |
119 |
496 |
1185 |
1060 |
605 |
1236 |
951 |
147 |
767 |
108 |
788 |
183 |
570 |
949 |
95 |
852 |
1483 |
1296 |
701 |
118 |
800 |
111 |
339 |
1063 |
Character |
|
1 |
0 |
2 |
4 |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
Milliseconds |
196 |
875 |
195 |
226 |
169 |
1083 |
847 |
475 |
132 |
159 |
771 |
527 |
171 |
266 |
261 |
176 |
644 |
1532 |
269 |
163 |
106 |
649 |
263 |
372 |
147 |
Character |
|
< |
-< |
> |
|
0 |
) |
|
{ |
|
i |
n |
t |
|
c |
h |
|
= |
|
- |
1 |
|
- |
; |
|
Milliseconds |
763 |
701 |
741 |
689 |
296 |
606 |
765 |
252 |
658 |
109 |
792 |
167 |
651 |
138 |
883 |
123 |
237 |
704 |
596 |
404 |
391 |
176 |
663 |
512 |
104 |
Character |
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
t |
r |
e |
a |
m |
. |
e |
-e |
r |
e |
a |
d |
( |
Milliseconds |
732 |
635 |
116 |
149 |
683 |
66 |
933 |
97 |
283 |
762 |
524 |
302 |
148 |
108 |
207 |
344 |
118 |
922 |
513 |
669 |
198 |
122 |
375 |
198 |
817 |
Character |
) |
; |
|
} |
|
c |
a |
t |
h |
-h |
c |
h |
|
) |
-) |
( |
I |
O |
E |
x |
p |
-p |
c |
e |
p |
Milliseconds |
120 |
436 |
992 |
103 |
149 |
1022 |
157 |
855 |
148 |
552 |
550 |
96 |
198 |
684 |
798 |
499 |
237 |
178 |
785 |
950 |
131 |
705 |
660 |
105 |
329 |
Character |
t |
i |
o |
n |
|
e |
) |
|
{ |
|
l |
o |
g |
. |
w |
r |
-r |
a |
r |
n |
( |
" |
S |
t |
a |
Milliseconds |
669 |
185 |
75 |
253 |
348 |
822 |
434 |
237 |
490 |
119 |
881 |
186 |
667 |
116 |
868 |
532 |
715 |
133 |
281 |
218 |
999 |
536 |
566 |
981 |
175 |
Character |
d |
a |
-a |
-d |
n |
d |
a |
r |
s |
-s |
D |
-D |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
Milliseconds |
184 |
217 |
485 |
152 |
709 |
203 |
81 |
187 |
1311 |
520 |
389 |
596 |
211 |
321 |
516 |
201 |
194 |
92 |
193 |
816 |
138 |
268 |
213 |
728 |
153 |
Character |
: |
|
r |
e |
a |
s |
-s |
d |
: |
|
" |
, |
|
e |
) |
|
- |
; |
|
c |
h |
|
= |
|
- |
Milliseconds |
895 |
176 |
333 |
111 |
365 |
422 |
447 |
99 |
917 |
138 |
723 |
372 |
94 |
972 |
364 |
264 |
503 |
464 |
84 |
954 |
98 |
197 |
750 |
337 |
662 |
Character |
1 |
|
- |
; |
|
} |
|
i |
f |
|
( |
c |
h |
|
< |
|
3 |
2 |
|
- |
) |
|
/ |
* |
|
Milliseconds |
302 |
252 |
662 |
565 |
152 |
680 |
138 |
781 |
79 |
120 |
878 |
969 |
122 |
310 |
703 |
167 |
881 |
86 |
375 |
532 |
604 |
266 |
937 |
95 |
352 |
Character |
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
c |
-c |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
O |
Milliseconds |
801 |
277 |
187 |
176 |
123 |
66 |
212 |
166 |
502 |
71 |
146 |
99 |
284 |
651 |
137 |
181 |
146 |
50 |
149 |
286 |
870 |
78 |
155 |
1842 |
320 |
Character |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
|
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
|
- |
Milliseconds |
598 |
248 |
587 |
111 |
183 |
541 |
144 |
186 |
102 |
174 |
139 |
262 |
490 |
236 |
179 |
145 |
186 |
114 |
468 |
237 |
131 |
166 |
498 |
102 |
614 |
Character |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
a |
p |
p |
e |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
Milliseconds |
589 |
132 |
875 |
150 |
155 |
135 |
699 |
65 |
101 |
865 |
148 |
161 |
123 |
636 |
276 |
88 |
928 |
148 |
684 |
116 |
90 |
148 |
962 |
277 |
757 |
Character |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
- |
; |
|
} |
Milliseconds |
68 |
499 |
914 |
88 |
712 |
267 |
219 |
103 |
816 |
112 |
67 |
213 |
989 |
117 |
1113 |
951 |
67 |
|
WPM Timing |
Seconds |
WPM |
4.99 |
0 |
9.98 |
0 |
14.97 |
11.22 |
19.97 |
21.64 |
24.96 |
25.48 |
29.95 |
27.25 |
34.94 |
26.79 |
39.93 |
27.05 |
44.92 |
28.05 |
49.92 |
27.89 |
54.91 |
28.63 |
59.9 |
28.25 |
64.89 |
28.29 |
69.88 |
28.68 |
74.87 |
27.89 |
79.86 |
27.35 |
84.86 |
27.43 |
89.85 |
27.51 |
94.84 |
27.46 |
99.83 |
27.29 |
104.82 |
27.25 |
109.81 |
27.1 |
114.81 |
27.07 |
119.8 |
26.64 |
124.79 |
26.44 |
129.78 |
26.07 |
134.77 |
25.91 |
139.76 |
25.93 |
144.76 |
25.78 |
149.75 |
25.72 |
154.74 |
25.67 |
159.73 |
25.92 |
164.72 |
25.86 |
169.71 |
25.74 |
174.7 |
25.35 |
179.7 |
25.51 |
184.69 |
25.41 |
189.68 |
25.24 |
194.67 |
25.15 |
199.66 |
25.18 |
204.65 |
25.15 |
209.65 |
25.07 |
214.64 |
25.1 |
219.63 |
25.24 |
224.62 |
25.38 |
229.61 |
25.66 |
234.6 |
25.88 |
239.59 |
26.09 |
244.59 |
26.15 |
249.58 |
26.06 |
|