-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresources.html
executable file
·386 lines (353 loc) · 14.9 KB
/
resources.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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="OCC Programming Club Website.">
<meta name="author" content="OCC Programming Club">
<link rel="icon" type="image/png" href="icon.png" />
<title>OCC Programming Club</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/jumbotron-narrow.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="header">
<nav>
<div class="navbar-header navbar-default">
<button type="button" class="navbar-toggle collapsed dark" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<h4 class="text-muted hidden-xs"><a href="index.html"><img id="logo" src="img/logo.png"/>OCC Programming Club</a></h4>
<h4 class="text-muted visible-xs"><a href="index.html"><img id="logo" src="img/logo.png"/></a></h4>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav nav-pills navbar-right hidden-xs">
<li role="presentation"><a href="index.html">Home</a></li>
<li role="presentation" class="active"><a href="resources.html">Resources<span class="sr-only">(current)</span></a></li>
<li role="presentation"><a href="leaderboard.html">Leaderboard</a></li>
</ul>
<ul class="nav nav-pills nav-stacked navbar-right hidden-sm hidden-md hidden-lg">
<li role="presentation"><a href="index.html">Home</a></li>
<li role="presentation" class="active"><a href="resources.html">Resources<span class="sr-only">(current)</span></a></li>
<li role="presentation"><a href="leaderboard.html">Leaderboard</a></li>
</ul>
</div><!--/.nav-collapse -->
</nav>
</div>
<div class="jumbotron" style="margin-top:30px">
<h1>Club's Resources</h1>
<p class="lead">Here you will find important links and files relevant to the club.<br>
<small>The list will be updated after every meeting.</small></p>
</div>
<div class="row">
<div class="col-md-4">
<table class="table table-hover table-condensed">
<thead>
<tr>
<th><h4>Club's Links</h4></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href ="https://drive.google.com/folderview?id=0B6XuRbFFArZ8fkRucVBJank3NmhWZWdyck8zMzRSeHJyYkYtV3ptTlZaaDFNMEMza2xSTXc&usp=sharing" target="_blank">Club's GDrive Shared Folder</a></td>
</tr>
<!--<tr>
<td><a href="https://delicious.com/occprogramming" target="_blank">Club's Delicious Account</a></td>
</tr>
<tr>-->
<td><a href="https://github.com/occprogramming" target="_blank">Club's GitHub</a></td>
</tr>
<tr>
<td><a href="https://occprogrammingclub.slack.com/" target="_blank">Club's Slack</a></td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-4">
<table class="table table-hover table-condensed">
<thead>
<tr>
<th><h4>Practice Problems</h4></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<sup><span style="font-size: 8px; margin-right: 8px" class="label label-success">NEW</span></sup>
<a href="https://github.com/occprogramming/whiteboard-challenges" target="_blank">Whiteboard Challenges</a>
</td>
</tr>
<tr>
<td><a href="http://codingbat.com/" target="_blank">CodingBat</a></td>
</tr>
<tr>
<td><a href ="https://projecteuler.net" target="_blank">Project Euler</a></td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-4">
<table class="table table-hover table-condensed">
<thead>
<tr>
<th><h4>Informational Sites</h4></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://stackoverflow.com">Stack Overflow</a></td>
</tr>
<tr>
<td><a href="http://www.quora.com">Quora</a></td>
</tr>
<tr>
<td><a href="http://www.assist.org">Assist.org</a></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h4 id="spring-2015-resources-link"><a>Spring 2015 Resources</a></h4>
</div>
<div class="col-md-4">
<h4 id="fall-2015-resources-link"><a>Fall 2015 Resources</a></h4>
</div>
<div class="col-md-4">
<h4 id="spring-2016-resources-link"><a>Spring 2016 Resources</a></h4>
</div>
<div class="col-md-4">
<h4 id="fall-2016-resources-link"><a>Fall 2016 Resources</a></h4>
</div>
</div>
<hr>
<div class="col-md-12" id="spring-2015-resources">
<div class="row">
<div class="col-md-12">
<h4>Version 0</h4>
<ul>
<li>Basic Git/Github in 15 minutes: <a href="https://try.github.io/levels/1/challenges/1" target="_blank">https://try.github.io/levels/1/challenges/1</a></li>
<li>To learn Git/GitHub through videos: <a href="https://www.udacity.com/course/ud775" target="_blank">https://www.udacity.com/course/ud775</a></li>
<li>To learn Git/Github interactively: <a href="https://github.com/jlord/git-it" target="_blank">https://github.com/jlord/git-it</a></li>
<li>To set up Git: <a href="https://help.github.com/articles/set-up-git/" target="_blank">https://help.github.com/articles/set-up-git/</a></li>
<li>A bunch of other tutorials: <a href="http://nodeschool.io/#workshopper-list" target="_blank">http://nodeschool.io/#workshopper-list</a></li>
</ul>
</div>
</div>
<!-- <sup><span class="label label-primary">New</span></sup> -->
<div class="row">
<div class="col-md-12">
<h4>Version 1</h4>
<ul>
<li>Hackathon Video: <a href="https://www.youtube.com/watch?v=BohcH-QOEzM&spfreload=10" target="_blank">https://www.youtube.com/watch?v=BohcH-QOEzM&spfreload=10</a></li>
<li>Files from our Internal Programming Competition #1: <a href="https://drive.google.com/open?id=0B6XuRbFFArZ8flUxOVRjYUp2SVQ4cWxMWF85QWloYkplakZKYVBYUUpCYUVxVlhhU1pYZXc&authuser=0" target="_blank">Click here!</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h4>Version 2</h4>
<ul>
<li>Intro to a Text-Based Game: <a href="http://codewalk.hubpages.com/hub/Make-a-Text-Based-Game" target="_blank">http://codewalk.hubpages.com/hub/Make-a-Text-Based-Game</a></li>
<li>Files from our Internal Programming Competition #2: <a href="https://drive.google.com/folderview?id=0B6XuRbFFArZ8ejkyWlVIdlZ4clU&usp=sharing&tid=0B6XuRbFFArZ8fkRucVBJank3NmhWZWdyck8zMzRSeHJyYkYtV3ptTlZaaDFNMEMza2xSTXc" target="_blank">Click here!</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h4>Version 3</h4>
<ul>
<li>Text-Based RPG Game Tutorial: <a href="http://www.penguinprogrammer.co.uk/rpg-tutorial-2/" target="_blank">http://www.penguinprogrammer.co.uk/rpg-tutorial-2/</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h4>Version 4</h4>
<ul>
<li><b>FREE Resources to learn App Development (iOS and Android)</b>: <a href="https://drive.google.com/open?id=1cKBLi5mf_OPKafpodoM2DOmtVTuc1L5Ziv_KQdQqudc&authuser=0" target="_blank">Click here for the list!</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h4>Version 5</h4>
<ul>
<li>Files from our Internal Programming Competition #3: <a href="https://drive.google.com/drive/folders/0B6XuRbFFArZ8fkRucVBJank3NmhWZWdyck8zMzRSeHJyYkYtV3ptTlZaaDFNMEMza2xSTXc/0B6XuRbFFArZ8flc4MU1UQUxfTktVUFFRUXlKRlBVRUIxUmJuN3hoR0JJM0x2SHFLei0wRHM" target="_blank">Click here!</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h4>Version 6</h4>
<ul>
<li>PGP/GPG Information and User Manual PDF: <a href="https://drive.google.com/folderview?id=0B6XuRbFFArZ8fkZIcjhlWi1tR3BSYjV0cXI3VGpTX1RyNXRMdEh2X0xpdkNnLUVMWVQ0a0k&usp=sharing&tid=0B6XuRbFFArZ8fkRucVBJank3NmhWZWdyck8zMzRSeHJyYkYtV3ptTlZaaDFNMEMza2xSTXc" target="_blank">Click here!</a></li>
<li>Youtube video on Public Key Cryptography: <a href="https://www.youtube.com/watch?v=GSIDS_lvRv4" target="_blank">Watch</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h4>Version 7</h4>
<ul>
<li>Check out the new changes to the <a href="https://github.com/occprogramming/text-based-game/tree/test" target="_blank">text-based game! </a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h4>Version 8</h4>
<ul>
<li><a href="http://hackuci.com/" target="_blank">HackUCI</a>: Hackathon at UCI taking place Memorial Day Weekend (May 22- May 24, 2015)</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h4>Version 9</h4>
<ul>
<li><a href="http://www.hackcc.org/" target="_blank">HackCC</a>: Community College-only Hackathon (November 20-22, 2015)</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h4>Version 10</h4>
<ul>
<li><a href="https://processing.org/" target="_blank">Processing</a>: a Java graphics development tool.</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h4>Version 11</h4>
<ul>
<li><b>Preparing for <a href="http://hackcc.org" target="_blank">HackCC</a>:</b>
<br>
<a style="padding-left:25px" href="https://drive.google.com/open?id=1cKBLi5mf_OPKafpodoM2DOmtVTuc1L5Ziv_KQdQqudc&authuser=0" target="_blank">FREE Resources to learn App Development (iOS and Android)</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-12" id="fall-2015-resources">
<div class="col-md-12">
<h4>Version 0</h4>
<ul>
<li>HackCC (November 20-22): <a style="padding-left:5px" href="http://www.hackcc.org/">Apply Here</a></li>
<li>Other upcoming Hackathons:</li>
<ul style="list-style-type: square;">
<li><a href="https://citrushack.com">Citrus Hack</a></li>
<li><a href="http://hackuci.com/">HackUCI</a></li>
<li><a href="http://sdhacks.io/">SD Hacks</a></li>
<li><a href="http://www.calhacks.io/">Cal Hacks</a></li>
</ul>
<li>List of websites to search for internship opportunities:</li>
<ul style="list-style-type: square;">
<li><a href="http://recruiting.piazza.com/">Piazza</a></li>
<li><a href="http://internships.com/">Internships.com</a></li>
<li><a href="http://monster.com/">Monster.com</a></li>
</ul>
</ul>
</div>
<div class="col-md-12">
<h4>Version 1</h4>
<ul>
<li>Local Career Fair (September 26): <a style="padding-left:5px" href="http://www.hatchworkcareerfair.com">Hatchwork Career Fair</a></li>
<li>Intro to APIs (Google Maps + Geonames example): <a style="padding-left:5px" href="https://drive.google.com/file/d/0B6XuRbFFArZ8Vjk1WmVtdHFMUHc/view?pli=1">Source code</a></li>
</ul>
</div>
<div class="col-md-12">
<h4>Version 2</h4>
<ul>
<li>Check out this week's coding interview question:<a style="padding-left:5px" href="http://codingbat.com/prob/p179479">Here</a></li>
</ul>
</div>
<!-- Skip three -->
<div class="col-md-12">
<h4>Version 4</h4>
<ul>
<li>Internship opportunities from <a href="http://tryboon.com/">TryBoon</a> and <a href="https://www.tepia.co/">Tepia Co</a> (both in Costa Mesa, CA).</li>
</ul>
</div>
<div class="col-md-12">
<h4>Version 5</h4>
<ul>
<li>HackUCI is back on and will be held Nov 20-22 (2015): <a href="http://hackuci.com/">HackUCI</a></li>
<li>Check out the highly versatile and easy to implement Twillio API: <a href="https://www.twilio.com//">Twilio</a></li>
</ul>
</div>
<div class="col-md-12">
<h4>Version 6</h4>
<ul>
<li>Droplock Team's Slides: <a href="https://drive.google.com/open?id=0B6XuRbFFArZ8dnhON0hiTk04U1E">Here</a></li>
<li>Remember to check the HackCC's Sponsors: <a href="http://hackcc.org">HackCC</a></li>
</ul>
</div>
<div class="col-md-12">
<h4>Version 7</h4>
<ul>
<li>Preparing for technical interviews:</li>
<ul style="list-style-type: square;">
<li><a href="https://leetcode.com/">LeetCode</a></li>
<li><a href="https://www.hackerrank.com/">HackerRank</a></li>
</ul>
<li>What's Google Foobar? <a href="http://www.businessinsider.com/google-hiring-developers-foobar-challenge-2014-11">Article</a></li>
<li>Collection of APIs to use on projects: <a href="https://market.mashape.com/dashboard">Mashape's Marketplace</a></li>
</ul>
</div>
<div class="col-md-12">
<h4>Version 8</h4>
<ul>
<li>Resume Review Day:</li>
<ul style="list-style-type: square;">
<li><a href="https://docs.google.com/presentation/d/1raMdW5DOAxuhyNkqt49FwsbJWRczJAV7Jjg4s658ApU/edit?ts=564f7b2c#slide=id.p">
Alex Do's Slides</a></li>
</ul>
</ul>
</div>
</div>
<div class="col-md-12" id="spring-2016-resources">
<!-- new content here (see previous semesters) -->
</div>
<div class="col-md-12" id="fall-2016-resources">
<!-- Fall 2016 Resources, just add resources after this div -->
<div class="col-md-12">
<h4>Version 0</h4>
<ul>
<li>Citrus Hack (October 21-23): <a style="padding-left:5px" href="http://www.citrushack.com/#/main">Apply Here</a></li>
</ul>
</div>
</div>
<br>
<br>
<div class="row">
<div class="col-md-12">
<footer class="footer">
<p>© OCC Programming Club 2016</p>
</footer>
</div>
</div>
</div> <!-- /container -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
<script src="js/resources.js"></script>
</body>
</html>