-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path2014_spring.html
More file actions
185 lines (181 loc) · 9.29 KB
/
2014_spring.html
File metadata and controls
185 lines (181 loc) · 9.29 KB
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
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>COMSW3157 Hackathon!</title>
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/vendor/custom.modernizr.js"></script>
</head>
<body>
<div class="row" style="padding-top: 20px;">
<div class="large-8 large-offset-2 large-centered columns">
<h1>COMS W3157 Hackathon</h1>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<h1>What is it?</h1>
</div>
</div>
<div class="row" style="margin-top: -15px">
<div class="large-8 columns">
<p>The 3157 Hackathon is an optional hackathon intended for students
and alumni of the <a href="http://www.cs.columbia.edu/~jae/3157">w3157</a> class.
Throughout the night of Friday February 28, 9pm to 5am, students will be working on two
big assignments from the class. Alumni and TAs will be on hand to help students
with these assignments.</p>
<p>This hackathon isn't just a homework programming session, it's also an open
learning environment. Whether you're a hackathon veteran or this is your first
time, stop by.</p>
<p>Aside from all the awesome people, we'll also have <strong>snacks and drinks</strong>
to keep you fueled all night,
<strong>3157 swag</strong>, and <strong>swag from our sponsors!</strong></p>
</div>
<div class="large-4 columns">
<div class="vcard">
<h3 class="subheader" style="color: black;">Logistics</h3>
<ul>
<li><strong>Start:</strong> Fri February 28th, 9pm</li>
<li><strong>End:</strong> March 1st, 5am</li>
<li><strong>Location:</strong> John Jay Dining Hall</li>
</ul>
<a
href="https://docs.google.com/forms/d/1okvvKX3YUuXoqCn2jBdfeLGkj2ZRy2FiTZJvd-_rsjg/viewform"
class="button success large expand"
target="_blank"
>
RSVP
</a>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<h3>What do we do there?</h3>
<ul>
<li>
<strong>Current students:</strong>
work on <code>lab4</code> or <code>lab5</code>,
or help your classmates
</li>
<li>
<strong>Former students:</strong>
help out current students on <code>lab4</code> and
<code>lab5</code> (while also hacking
on your own projects!)
</li>
<li>
<strong>Everyone:</strong>
hang out, eat free food, talk, listen, learn, laugh, sleep
</li>
</ul>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<h3>To be totally clear...</h3>
<ol>
<li>Attendance is <strong>not</strong> required. It's
completely optional. It's totally understandable if you
have better things to do Friday night than geeking out all
night</li>
<li>If you come, you don't have to stay all night. You
can come and go as you please</li>
<li>At that time, both <code>lab4</code> and
<code>lab5</code> will be open for submission. You can work
on either.</li>
<li>During the hackathon, we will have a very loose
collaboration policy. You can look at your classmates'
code to learn or to help. You can sit down with someone else
and try things together. All I ask is for you to make a
genuine effort to learn or to help. You can list the poeple
you have collaborated with in your README to make sure that
your code does not trigger cheating detection.
<ul>
<li>Additionally, if you wish to set up a Github
repo for yourself and your partner, the repo must
be private. GitHub offers
<strong><a href="http://www.github.com/edu">free</a> private
repository to students, but it takes a few days</strong> to
process, so make sure to sign up before the
hackathon.</li>
</ul>
</li>
<li>The hackathon would also be a great opportunity for you
to learn from your savvy TAs and classmates about some of
the extra stuff that will enrich your shell
experience—nifty <code>.bashrc</code> setups,
<code>vim</code>/<code>emacs</code> setup, VirtualBox
setups, using <code>GDB</code>, etc.</li>
<li>For <code>lab4</code> you may optionally work in pairs,
with an appropriately more complex set of tasks for pairs
compared to individuals. The hackathon is a great place to
work with your partner! More details in the <code>lab4</code>
directions.</li>
</ol>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<h3>Previously...</h3>
<p>This is the second 3157 hackathon. In <a href="2013_fall.html">Fall 2013</a> we had over
100 current and former 3157 students hacking in Carleton Lounge.
</p>
<ul class="large-block-grid-3">
<li><img src="img/hackathon1.jpg"></li>
</ul>
</div>
</div>
<div class="row">
<h2>Thanks to our Sponsors and Supporters</h2>
<div class="large-12 columns">
<div class="large-4 large-offset-1 columns">
<a href="http://www.github.com">
<img style="padding: 25px" src="img/GitHub_Logo.png" />
</a>
</div>
<div class="large-5 columns">
<a href="http://www.mongodb.com">
<img style="padding: 25px" src="img/MongoDB_Logo.png" />
</a>
</div>
</div>
<div class="large-12 columns">
<div class="large-5 columns">
<a href="http://www.redbull.com">
<img style="padding: 25px" width=100% src="img/Red_Bull.svg" />
</a>
</div>
<div class="large-5 columns">
<a href="http://www.vmturbo.com/">
<img style="padding: 25px" width=100% src="img/vmturbo.png" />
</a>
</div>
</div>
<div class="large-12 columns">
<div class="large-5 columns">
<a href="http://health.columbia.edu/services/alice/stressbusters">
<img style="padding: 25px" width=100% src="img/Stressbusters_0.jpg" />
</a>
</div>
<div class="large-5 columns">
<a href="http://dining.columbia.edu/">
<img style="padding: 25px" width=100% src="img/dining.jpg" />
</a>
</div>
</div>
</div>
<script>
document.write('<script src=' +
('__proto__' in {} ? 'js/vendor/zepto' : 'js/vendor/jquery') +
'.js><\/script>')
</script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>