-
Notifications
You must be signed in to change notification settings - Fork 2
/
1.html
200 lines (199 loc) · 2.41 KB
/
1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html>
<head>
<title>Hack-A-Sat 2 Quals Data Dump</title>
<link href='statdump.css' media='all' rel='stylesheet'>
<meta charset='utf-8'>
</head>
<body>
<div id='content'>
<nav>
<ul>
<li>
<a href='../challenges.html'>All Challenges</a>
</li>
<li>
<a href='../index.html'>Statdump Root</a>
</li>
</ul>
</nav>
<h1>Error Correction</h1>
<p>
We're On the Same Wavelength
</p>
<p><p>Our spacecraft just downlinked some important telemetry but a bit error is preventing us from decoding it.</p>
</p>
<h1>Solution Statistics</h1>
<table>
<tbody>
<tr>
<th>observations</th>
<td>219</td>
</tr>
<tr>
<th>solves</th>
<td>6</td>
</tr>
<tr>
<th>points</th>
<td>287</td>
</tr>
<tr>
<th>average solve seconds</th>
<td>
36460
seconds, or
about 10 hours
</td>
</tr>
<tr>
<th>stddev solve time</th>
<td>
7897
seconds, or
about 2 hours
</td>
</tr>
</tbody>
</table>
<h2>Solutions Over Time</h2>
<table>
<thead>
<tr>
<th>by time</th>
<th>solve count</th>
<th>solve percent</th>
</tr>
</thead>
<tbody></tbody>
<tr>
<td>2021-06-27 15:00:00 UTC</td>
<td>1</td>
<td>16%</td>
</tr>
<tr>
<td>2021-06-27 16:00:00 UTC</td>
<td>1</td>
<td>16%</td>
</tr>
<tr>
<td>2021-06-27 17:00:00 UTC</td>
<td>1</td>
<td>16%</td>
</tr>
<tr>
<td>2021-06-27 18:00:00 UTC</td>
<td>2</td>
<td>33%</td>
</tr>
<tr>
<td>2021-06-27 19:00:00 UTC</td>
<td>3</td>
<td>50%</td>
</tr>
<tr>
<td>2021-06-27 20:00:00 UTC</td>
<td>6</td>
<td>100%</td>
</tr>
</table>
<h2>solving teams:</h2>
<p>solved by 6 teams</p>
<table>
<thead>
<tr>
<th>team</th>
<th>solved at</th>
<th>it took</th>
</tr>
</thead>
<tbody>
<tr>
<th>
<a href='../teams/61.html'>Poland Can Into Space</a>
</th>
<td>
2021-06-27 14:01:08 UTC
</td>
<td>
24046
seconds, or
6.68
hours
</td>
</tr>
<tr>
<th>
<a href='../teams/138.html'>Solar Wine</a>
</th>
<td>
2021-06-27 17:30:29 UTC
</td>
<td>
35469
seconds, or
9.85
hours
</td>
</tr>
<tr>
<th>
<a href='../teams/69.html'>PPP</a>
</th>
<td>
2021-06-27 18:17:26 UTC
</td>
<td>
39982
seconds, or
11.11
hours
</td>
</tr>
<tr>
<th>
<a href='../teams/77.html'>SingleEventUpset</a>
</th>
<td>
2021-06-27 19:00:23 UTC
</td>
<td>
31159
seconds, or
8.66
hours
</td>
</tr>
<tr>
<th>
<a href='../teams/507.html'>FluxRepeatRocket</a>
</th>
<td>
2021-06-27 19:39:48 UTC
</td>
<td>
44713
seconds, or
12.42
hours
</td>
</tr>
<tr>
<th>
<a href='../teams/164.html'>Johns Hackins</a>
</th>
<td>
2021-06-27 19:57:50 UTC
</td>
<td>
43394
seconds, or
12.05
hours
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>