-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
437 lines (423 loc) · 9.17 KB
/
index.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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<html>
<head>
<title>Cyberwizard Institute</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<center>
<img src="logo.svg">
<br>
<img src="title.svg">
<div class="body">
<p>
Welcome friends.
</p>
<p>
Cyber Wizard Institute is an open, collaborative, and free
programming school based out of the <a
href="http://sudoroom.org">Sudo
Room</a> hackerspace in <a href="http://oaklandwiki.org">Oakland, CA</a>.</p>
<p>
We ran two sessions of Cyber Wizard in 2014 and 2015. One session
was a month long, on weekdays, from 12PM-6PM. The second
session was two weeks long, at night on weekdays and during
the day on weekends (because it was only two weeks, we met
every day).
</p>
<p>
There is <a href="http://cwi.flossk.org/">a session of CWI happening in
Prishtina, Kosovo</a> at
<a href="http://prishtinahackerspace.org">the Prishtina hackerspace</a>
from June 6 to June 23, 2017.
</p>
<p>
We have provided all of our materials for anyone
who would like to learn and for anyone who is interested in
running their own Cyber Wizard sessions.
</p>
</div>
<div class="body">
<h1><a name="course-materials" href="#course-materials">Course Materials</a></h1>
<table>
<tr>
<td>intro to unix & command line</td>
<td>
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/unix.md"> notes</a>
</td>
<td>
<a href="https://www.youtube.com/watch?v=BhPRiSLmxis"> video</a>
</td>
</tr>
<tr>
<td>html and css</td>
<td>
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/html.markdown"> notes</a>
</td>
<td>
<a href="https://www.youtube.com/watch?v=e4gCTeubl64"> video</a>
</td>
</tr>
<tr>
<td>text editors: vim</td>
<td>
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/vim.markdown"> notes</a>
</td>
<td>
<a
href="https://www.youtube.com/watch?v=Fy8rVhjypBs">
video</a>
</td>
</tr>
<tr>
<td>text editors: emacs</td>
<td>no notes available</td>
<td>
<a
href="https://www.youtube.com/watch?v=ah9puba1aSQ">
video</a>
</td>
</tr>
<tr>
<td>intro to networking</td>
<td>
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/networks.markdown">notes</a>
</td>
<td>
<a
href="https://www.youtube.com/watch?v=hfUtHodJdWs">video</a>
</td>
</tr>
<tr>
<td>intro to javascript</td>
<td>
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/javascript.markdown">notes</a>
</td>
<td>
<a href="https://www.youtube.com/watch?v=kOB-V1KstIM">video</a>
</td>
</tr>
<tr>
<td>intro to python</td>
<td>
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/intro_to_python.md">notes</a>
</td>
<td>
<a href="https://www.youtube.com/watch?v=0R7dHozRNS4">video</a>
</td>
</tr>
<tr>
<td>intro to node.js</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/node_101.md">
notes</a>
</td>
<td>
<a
href="https://www.youtube.com/watch?v=7RQXUlDATbY">
video</a>
</td>
</tr>
<tr>
<td>git and github</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/git.markdown">
notes</a>
</td>
<td>
<a
href="https://www.youtube.com/watch?v=IF-z4kOi4fM">
video</a>
</td>
</tr>
<tr>
<td>the DOM</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/dom.markdown">
notes</a>
</td>
<td>
<a
href="https://www.youtube.com/watch?v=1CJIQF2eL7g">
video</a>
</td>
</tr>
<tr>
<td>intro to SQL</td>
<td>no notes available</td>
<td>
<a
href="https://www.youtube.com/watch?v=Esq5ms3rlo4">
video</a>
</td>
</tr>
<tr>
<td>leveldb</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/leveldb.markdown">
notes</a>
</td>
<td>
<a
href="https://www.youtube.com/watch?v=Ssct_O1LET8">
video</a>
</td>
</tr>
<tr>
<td>streams in node.js</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/streams.markdown">
notes</a>
</td>
<td>
<a
href="https://www.youtube.com/watch?v=k2jqXilcpKs">
video</a>
</td>
</tr>
<tr>
<td>regular expressions</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/regex.markdown">
notes</a>
</td>
<td>
<a
href="https://www.youtube.com/watch?v=_RD6whFt7is">
video</a>
</td>
</tr>
<tr>
<td>svg</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/svg.markdown">
notes</a>
</td>
<td>
<a
href="https://www.youtube.com/watch?v=CDnbIvR6JrI">
video</a>
</td>
</tr>
<tr>
<td>npm and using npm modules</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/require_modules.md">
notes</a>
</td>
<td>
<a
href="https://www.youtube.com/watch?v=B-IRNyMdYD0">
video</a>
</td>
</tr>
<tr>
<td>turing machines</td>
<td>no notes available</td>
<td>
<a
href="https://www.youtube.com/watch?v=mMJp7X_ao8g">
video</a>
</td>
</tr>
<tr>
<td>user experience (UX)</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/UX.md">
notes</a>
</td>
<td>
<a
href="https://www.youtube.com/watch?v=IxM3VXaS1LE">
video</a>
</td>
</tr>
<tr>
<td>user interface (UI)</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/ui.markdown">
notes</a>
</td>
<td>
<a
href="https://www.youtube.com/watch?v=NVSRIZ3bGbs">
video</a>
</td>
</tr>
<tr>
<td>mobile app development and cordova</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/cordova.md">
notes</a>
</td>
<td>
<a
href="https://www.youtube.com/watch?v=zZ-lho0AkYI">
video</a>
</td>
</tr>
<tr>
<td>using software to make physical things happen</td>
<td>no notes available</td>
<td>
<a
href="https://www.youtube.com/watch?v=HupXhYkl0h8">
video</a>
</td>
</tr>
<tr>
<td>security and penetration testing</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/security_and_penetration_testing.ppt">
notes</a>
</td>
<td>no video available</td>
</tr>
<tr>
<td>building a web app</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/webapp.markdown">
notes</a>
</td>
<td>
<a
href="https://www.youtube.com/watch?v=I_t_byKAL6U">video 1</a>
<br>
<a
href="https://www.youtube.com/watch?v=HvJtNBzI5VA">video 2</a>
</td>
</tr>
<tr>
<td>browserify</td>
<td>no notes available</td>
<td>
<a
href="https://www.youtube.com/watch?v=NEa19RSt2X4">
video</a>
</td>
</tr>
<tr>
<td>fuzzy logic and operator overloading</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/Fuzzy%20Python.ipynb">
notes</a>
</td>
<td>
<a
href="https://www.youtube.com/watch?v=LztOLla45uE">
video</a>
</td>
</tr>
<tr>
<td>intro to markdown</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/intro_to_markdown.markdown">
notes</a>
</td>
<td>
no video available
</td>
</tr>
<tr>
<td>writing modules with regular expressions</td>
<td>no notes available</td>
<td>
<a
href="https://www.youtube.com/watch?v=km8Ilnm5jKc">
video</a>
</td>
</tr>
<tr>
<td>set theory</td>
<td>
<a
href="https://www.youtube.com/watch?v=MH2ywQkmfjo">video
1</a>
<br>
<a
href="https://www.youtube.com/watch?v=PAvpzjN_Tx0">video
2</a>
</td>
</tr>
<tr>
<td>algorithmic complexity</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/Algorithmic%20Complexity.ipynb">notes</a>
</td>
<td>no video available</td>
</tr>
<tr>
<td>map reduce</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/Map%20Reduce.ipynb">notes</a>
</td>
<td>no video available</td>
</tr>
<tr>
<td>intro to data analysis</td>
<td>
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/data_analysis.md">notes</a>
</td>
</tr>
<tr>
<td>data and data types in js</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/data_and_data_types.md">notes</a>
</td>
<td>no video available</td>
</tr>
<tr>
<td>screen</td>
<td>
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/screen.markdown">notes</a>
</td>
<td>no video available</td>
</tr>
<tr>
<td>fun with synths</td>
<td>no notes available</td>
<td>
<a
href="https://www.youtube.com/watch?v=LxzNZ1cv7zU">video</a>
</td>
</tr>
</table>
<br>
The above is a partial list. See <a
href="https://github.com/cyberwizardinstitute/workshops">all
lecture notes</a> and <a
href="https://www.youtube.com/channel/UCzDHOdHNitu70iiva25rV7w/videos?sort=da&view=0&flow=list">all
videos</a>.
</div>
<div class="body">
<h1>Learn more</h1>
<p>
See our <a href="https://github.com/cyberwizardinstitute">github organization</a>.
</p>
<p>
On IRC we are in #cyberwizard on freenode.
</p>
</div>
<img src="mad_science_wizard.svg">
</center>
<script src="blink.js"></script>
</body>
</html>