-
Notifications
You must be signed in to change notification settings - Fork 2
/
challenges.html
117 lines (116 loc) · 2.39 KB
/
challenges.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
<!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='index.html'>Statdump Root</a>
</li>
</ul>
</nav>
<h1>all challenges</h1>
<h2>Launch Pad</h2>
<p>Where the journey begins…</p>
<ul>
<li>
<a href='challenges/20.html'>8: Cape Canaveral</a>
</li>
<li>
<a href='challenges/21.html'>9: Vandenberg</a>
</li>
<li>
<a href='challenges/22.html'>9: Edwards</a>
</li>
</ul>
<h2>Guardians of the…</h2>
<p>Use your satellite operations and engineering skills to manage space assets</p>
<ul>
<li>
<a href='challenges/8.html'>22: Fiddlin' John Carson</a>
</li>
<li>
<a href='challenges/9.html'>82: Cotton Eye GEO</a>
</li>
<li>
<a href='challenges/7.html'>96: Linky</a>
</li>
<li>
<a href='challenges/10.html'>146: Saving Spinny</a>
</li>
<li>
<a href='challenges/24.html'>304: Mr. Radar</a>
</li>
</ul>
<h2>Deck 36, Main Engineering</h2>
<p>Brush off your slide rules to solve a myriad of space themed engineering problems</p>
<ul>
<li>
<a href='challenges/5.html'>49: Quaternion</a>
</li>
<li>
<a href='challenges/3.html'>134: Problems are Mounting</a>
</li>
<li>
<a href='challenges/6.html'>116: Hindsight</a>
</li>
<li>
<a href='challenges/4.html'>142: Take Out the Trash</a>
</li>
</ul>
<h2>Rapid Unplanned Disassembly</h2>
<p>Time to pull out those reverse engineering tools</p>
<ul>
<li>
<a href='challenges/16.html'>31: tree in the forest</a>
</li>
<li>
<a href='challenges/14.html'>142: Mars or Bust</a>
</li>
<li>
<a href='challenges/23.html'>197: Mongoose Mayhem</a>
</li>
<li>
<a href='challenges/15.html'>223: amogus</a>
</li>
<li>
<a href='challenges/17.html'>84: Grade F Prime Beef</a>
</li>
</ul>
<h2>We're On the Same Wavelength</h2>
<p>RF Communications and related topics</p>
<ul>
<li>
<a href='challenges/19.html'>22: iq</a>
</li>
<li>
<a href='challenges/18.html'>36: Bit Flipper</a>
</li>
<li>
<a href='challenges/2.html'>155: credence clearwater space data systems</a>
</li>
<li>
<a href='challenges/1.html'>287: Error Correction</a>
</li>
</ul>
<h2>Presents from Marco</h2>
<p>Marco is ruthless and there is no telling what he might throw your way…</p>
<ul>
<li>
<a href='challenges/11.html'>80: groundead</a>
</li>
<li>
<a href='challenges/12.html'>205: King's Ransom</a>
</li>
<li>
<a href='challenges/13.html'>223: King's Ransom 2</a>
</li>
</ul>
</div>
</body>
</html>