-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhomeworks_2018.html
692 lines (554 loc) · 24.7 KB
/
homeworks_2018.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
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
<!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="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<title>Homeworks - Engineering Computation </title>
<!-- Bootstrap core CSS -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/starter-template.css" rel="stylesheet">
<link href="assets/css/jumbotron.css" rel="stylesheet">
<link href="assets/css/sticky-footer.css" rel="stylesheet">
<!-- google analytics -->
<script src="fireheap.js"></script>
<script src="assets/js/googleanalytics.js"></script>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Engineering Computation</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="lectures.html">Lectures</a></li>
<li class="active"><a href="#">Assignments</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="videos.html">Videos</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron" style="background: url('assets/img/banner.jpg')
100% 100% no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;">
<div class="container">
<h1 style='color:#ffffff'>Homeworks</h1>
</div>
</div>
<!-- Wrap all page content here -->
<div id="wrap">
<div class="container">
<div class="bs-docs-section">
<h1 id="overview" class="page-header">Assignments & Labs <i class="fa fa-list-alt fa-lg"></i></h1>
</div>
<!--
<div class="well" style="background-color:rgba(255, 235, 59,0.2);">
<h3>LAB: Setup & Configuration - Editor Setup</h3>
<a href="videoPlayer.html?type=youtube&id=ENewq-0DI-U" target="_blank" >
<i class="fa fa-video-camera"></i>
Sublime Text Setup: Mac
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=hw98AiAz40A" target="_blank" >
<i class="fa fa-video-camera"></i>
Sublime Text Setup: PC
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=fjeGUxDPv6o" target="_blank" >
<i class="fa fa-video-camera"></i>
VS Code Setup: Mac
</a>,
<a href="materials/devenv/configuration_mac.txt" target="_blank" >
<i class="fa fa-file-text-o"></i>
config data
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=G_C9Wd6dKK0" target="_blank" >
<i class="fa fa-video-camera"></i>
VS Code Setup: PC
</a>,
<a href="materials/devenv/configuration_pc.txt" target="_blank" >
<i class="fa fa-file-text-o"></i>
config data
</a>
<br>
<a href="materials/devenv/devEnvSetup_mac.pdf" target="_blank" >
<i class="fa fa-file-text-o"></i>
Guide: VS Code Setup - Mac
</a> (
<a href="materials/devenv/devEnvSetup_mac.pptx" target="_blank" >
<i class="fa fa-file-powerpoint-o"></i>
PPT
</a>)
<br>
<a href="materials/devenv/devEnvSetup_pc.pdf" target="_blank" >
<i class="fa fa-file-text-o"></i>
Guide VS Code Setup - PC
</a> (
<a href="materials/devenv/devEnvSetup_pc.pptx" target="_blank" >
<i class="fa fa-file-powerpoint-o"></i>
PPT
</a>)
</div>
-->
<div class="well" style="background-color:rgba(255, 235, 59,0.2);">
<h3>LAB: Setup & Configuration - Github Setup</h3>
<a href="https://www.youtube.com/embed/WhPXbB-oYI0" target="_blank" >
<i class="fa fa-video-camera"></i>
Github Setup: Mac
</a>
<br>
<a href="https://www.youtube.com/embed/ec9NG7SlOSc" target="_blank" >
<i class="fa fa-video-camera"></i>
Github Setup: PC
</a>
</div>
<!--
<div class="well" style="background-color:rgba(255, 235, 59,0.2);">
<h3>LAB: Setup & Configuration - Github Cycle</h3>
<a href="videoPlayer.html?type=youtube&id=D-veYWZGhkE" target="_blank" >
<i class="fa fa-video-camera"></i>
Github Cycle: fork -> clone -> add -> push -> pull request
</a>
<br>
<a href="abel/38_github/github_cycle.pptx">
<i class="fa fa-file-powerpoint-o"></i>
Github Cycle: fork -> clone -> add -> push -> pull request (PPT)
</a>
<br>
<a href="abel/38_github/github_cycle.pdf">
<i class="fa fa-file-pdf-o"></i>
Github Cycle: fork -> clone -> add -> push -> pull request (PDF)
</a>
</div>
-->
<!--
<div class="well" style="background-color:rgba(255, 235, 59,0.2);">
<h3>LAB: Setup & Configuration - Testing Setup</h3>
<a href="videoPlayer.html?type=youtube&id=N96RXeI_eHE" target="_blank" >
<i class="fa fa-video-camera"></i>
Testing Setup: Mac
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=OtxtCo6awTo" target="_blank" >
<i class="fa fa-video-camera"></i>
Testing Setup: PC
</a>
<br>
</div>
-->
<!--
<div class="well" style="background-color:rgba(255, 235, 59,0.2);">
<h3>LAB: Setup & Configuration - Debugging Setup</h3>
<h4>Debug Browser: HTML with JS</h4>
<a href="videoPlayer.html?type=youtube&id=zkkAY65jRCM" target="_blank" >
<i class="fa fa-video-camera"></i>
Debug HTML Page with JavaScript - Mac
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=nVdFiY50SEA" target="_blank" >
<i class="fa fa-video-camera"></i>
Debug HTML Page with JavaScript - PC
</a>
<br>
<h4>Debug Node: Debug single JS File</h4>
<a href="videoPlayer.html?type=youtube&id=y2gZN6zrcrM" target="_blank" >
<i class="fa fa-video-camera"></i>
Debug single JavaScript File - Mac
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=kSeEZFb7H7Y" target="_blank" >
<i class="fa fa-video-camera"></i>
Debug single JavaScript File - PC
</a>
<br>
<h4>Debug Node: VSCode Project/Folder</h4>
<a href="videoPlayer.html?type=youtube&id=K5xBCA1ysjE" target="_blank" >
<i class="fa fa-video-camera"></i>
Setup Debugging VSCode: Mac
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=dg7Guofbu-I" target="_blank" >
<i class="fa fa-video-camera"></i>
Setup Debugging VSCode PC
</a>
<br>
<h4>Debug Node: Using Node and Chrome</h4>
<a href="videoPlayer.html?type=youtube&id=xoPMY1FANBg" target="_blank" >
<i class="fa fa-video-camera"></i>
Setup Debugging Node Inspect Option: Mac
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=Ja9resrJz4c" target="_blank" >
<i class="fa fa-video-camera"></i>
Setup Debugging Node Inspect Option: PC
</a>
<br>
</div>
-->
<div class="well">
<h3>Homework 0</h3>
<small>Due Friday Feb 9, in class</small>
<h4>GitHub Setup</h4>
<a href="https://docs.google.com/spreadsheets/d/16B2jIJtC2UHYP6AnZGTrI2_K1UFoSS3hEhFt8aoRTl8/edit?usp=sharing" target="_blank">
<i class="fa fa-file-code-o"></i> HW0 Submission Sheet
</a><br>
</div>
<div class="well">
<h3>Homework 1</h3>
<small>Due: Thursday Feb 15, 11:59pm</small>
<h4>PacMan</h4>
<a href="jrw/PS1/PS1.html" target="_blank">
<i class="fa fa-file-code-o"></i> HW1 File
</a><br>
<a href="https://drive.google.com/open?id=0BzC6J7ShkT0QX0tNSnJYWmJCa0k" target="_blank">
<i class="fa fa-file-code-o"></i> HW1 Zip
</a>
</div>
<div class="well">
<h3>Homework 2</h3>
<small>Due: Thursday Feb 22, 11:59pm</small>
<br>
<h4>Binary Clock</h4>
<a href="abel/HW02/hw2.pdf" target="_blank">
<i class="fa fa-file-code-o"></i> HW2 Assignment Document
</a><br>
<!--<a href="https://github.com/onexi/hw-binary" target="_blank">-->
<!--<i class="fa fa-file-code-o"></i> HW2 Repo-->
<!--</a><br>-->
<a href="videoPlayer.html?type=youtube&id=gmUTBbu8es0" target="_blank">
<i class="fa fa-video-camera"></i> HW2 Video Guide
</a>
<br>
<strong> Download and submit the homework via the Onexi VSCode plugin: "hw-binary" </strong>
<a href="https://github.com/onexi/hw-binary" target="_blank">
(Repo Direct Link)
</a>
<br>
<a href="https://docs.google.com/spreadsheets/d/1tk36fRAE3Ut6GxHqf2edKeiYl3yfDqaGKNw4UZSPvGg/edit?usp=sharing" target="_blank">
<i class="fa fa-chain"></i> Partner Submission Spreadsheet
</a>
</div>
<div class="well">
<h3>Homework 3</h3>
<small>Due: Thursday Mar 1, 11:59pm</small>
<h4>Bubbles</h4>
<strong> Download and submit the homework via the Onexi VSCode plugin: "hw-bubbles" </strong>
<br>
<a href="https://docs.google.com/spreadsheets/d/188NcuxQXMtcBPC-GjDueuC5xheBKF6XaDLsvKmd4JlA/edit?usp=sharing" target="_blank">
<i class="fa fa-chain"></i> Partner Submission Spreadsheet
</a>
<!--
<h4>Boston City Data</h4>
<a href="https://github.com/onexi/hw-bostoncity" target="_blank">
<i class="fa fa-file-code-o"></i> HW3 Repo
</a><br>
<a href="https://drive.google.com/open?id=0BzC6J7ShkT0QX3FvaEFTTlNaWWc" target="_blank ">
<i class="fa fa-video-camera"></i> Walking Boston City Data
</a><br>
<a href="videoPlayer.html?type=youtube&id=jkEPcEzfaSc">
<i class="fa fa-video-camera"></i> Revise Map Callback
</a>
-->
</div>
<div class="well">
<h3>Homework 4</h3>
<small>Due: Thursday Mar 22, 11:59pm</small>
<h4>Chicago Crime Data</h4>
<strong> Download and submit the homework via the Onexi VSCode plugin: "hw-heat" </strong>
<br>
<a href="https://youtu.be/m-7gEKQLYZA">
<i class="fa fa-video-camera"></i> HW4 Video Guide
</a>
<!--
<a href="https://github.com/onexi/hw-bubbles" target="_blank">
<i class="fa fa-file-code-o"></i> HW4 Repo
</a><br>
<a href="abel/HW_bubbles/HW04.pdf" target="_blank">
<i class="fa fa-file-code-o"></i> HW4 Assignment Document
</a><br>
<a href="abel/HW_bubbles/catalogSample.zip">
<i class="fa fa-file-code-o"></i> Sample Visualization - See HW Document for More Info
</a><br>
<a href="videoPlayer.html?type=youtube&id=jI4hLYkAyL8" target="_blank">
<i class="fa fa-video-camera"></i> Async Requests & Promises
</a> (
<a href="abel/HW_bubbles/coordination.zip" target="_blank">
code
</a> )<br>
<a href="videoPlayer.html?type=youtube&id=tm2qjzTE--Y" target="_blank">
<i class="fa fa-video-camera"></i> ShellJS + Curl, on PC
</a>
-->
</div>
<!-- <div class="well">
<a href="https://vimeo.com/114083857" target="_blank"><h3>Problem Set 1</h3></a>
<a href="https://vimeo.com/114080241">
<i class="fa fa-video-camera"></i>
Video: Building an HTML Page
</a><br>
<a href="https://vimeo.com/114080294">
<i class="fa fa-video-camera"></i>
Video: Adding HTML Links
</a><br>
<a href="https://vimeo.com/114080365">
<i class="fa fa-video-camera"></i>
Video: Adding HTML Images
</a><br>
<a href="https://vimeo.com/114080422">
<i class="fa fa-video-camera"></i>
Video: HTML Position
</a><br>
<a href="https://vimeo.com/114083576">
<i class="fa fa-video-camera"></i>
Video: Browser Console
</a><br>
<a href="https://vimeo.com/114083685">
<i class="fa fa-video-camera"></i>
Video: JavaScript Variables
</a><br>
<a href="https://vimeo.com/114083767">
<i class="fa fa-video-camera"></i>
Video: JavaScript - if else
</a><br>
<a href="abel/HW01/starter_code.zip">
<i class="fa fa-file-code-o"></i>
Starter Code
</a><br>
</div>
<div class="well">
<a href="../materials/HW2_2016.zip" target="_blank"><h3>Problem Set 2</h3></a>
<a href="https://vimeo.com/87270695">
<i class="fa fa-video-camera"></i>
Creating Objects
</a><br>
<a href="https://vimeo.com/88416419">
<i class="fa fa-video-camera"></i>
Object references
</a><br>
<a href="https://vimeo.com/88670441">
<i class="fa fa-video-camera"></i>
Get Mouse Events
</a><br>
<a href="https://vimeo.com/155227376">
<i class="fa fa-video-camera"></i>
Drag-n-Drop
</a><br>
<a href="../materials/HW2_2016.zip" target="_blank">
<i class="fa fa-file-archive-o"></i>
Assignment Zip File
</a>
</div>
<div class="well">
<a href="../materials/hw03.pdf" target="_blank"><h3>Problem Set 3</h3></a>
<a href="../materials/hw03.pdf" target="_blank">
<i class="fa fa-file-pdf-o"></i>
Assignment File
</a>
</div>
<div class="well">
<a href="../materials/hw04.zip" target="_blank"><h3>Problem Set 4</h3></a>
<a href="../materials/hw04.zip" target="_blank">
<i class="fa fa-file-archive-o"></i>
Assignment File
</a>
</div>
<div class="well">
<a href="https://vimeo.com/121960561" target="_blank"><h3>Problem Set 5</h3></a>
<a href="../abel/HW_bus_sim/bus_sim.pdf" target="_blank">
<i class="fa fa-file-pdf-o"></i>
Assignment File
</a><br>
<a href="../abel/HW_bus_sim/data.zip" target="_blank">
<i class="fa fa-file-archive-o"></i>
Data - Zip File
</a><br>
<a href="http://vimeo.com/121960561" target="_blank">
<i class="fa fa-video-camera"></i>
Problem Set Guide (same as <i>"Problem Set 5"</i> link)
</a><br>
<a href="http://vimeo.com/87962579" target="_blank">
<i class="fa fa-video-camera"></i>
Demo of running simulation
</a><br>
<a href="http://vimeo.com/87965564" target="_blank">
<i class="fa fa-video-camera"></i>
Map Basics
</a><br>
<a href="http://vimeo.com/87966916" target="_blank">
<i class="fa fa-video-camera"></i>
Map Overlay
</a><br>
<a href="http://vimeo.com/87964292" target="_blank">
<i class="fa fa-video-camera"></i>
Timers
</a><br>
</div>
<div class="well">
<a href="../materials/HW06_2016.zip" target="_blank"><h3>Problem Set 6</h3></a>
<a href="../materials/HW06_2016.zip" target="_blank">
<i class="fa fa-file-archive-o"></i>
Assignment File
</a>
</div>
<div class="well">
<a href="../materials/HW07_naive_bayes.pdf" target="_blank"><h3>Problem Set 7</h3></a>
<a href="../materials/HW07_naive_bayes.pdf" target="_blank">
<i class="fa fa-file-pdf-o"></i>
Assignment File
</a><br>
<a href="../materials/HW07_starter_code.zip" target="_blank">
<i class="fa fa-file-archive-o"></i>
starter code
</a>
</div>
-->
<div class="well">
<h3>Term Project Assignment</h3>
<h4>Description</h4>
<a href="materials/termProject_video_2018.pdf">
<i class="fa fa-file-code-o"></i> Term Project
</a><br>
<h4>Deliverables</h4>
Deliverable 0 - Due Fri April 13th
<br>
Deliverable 1 - Due Fri April 20th
<br>
Deliverable 2 - Due Fri April 27th
<br>
Deliverable 3 - Due May 7th, 9th, 11th
<br>
<h4>Partner Sheet</h4>
<a href="https://docs.google.com/spreadsheets/d/1FJDtLU5w0jmsYDDOD2JsgOUIqcaVw2lge4Au8if9jVg/edit?usp=sharing">
<i class="fa fa-chain"></i> Partner Sheet
</a>
<h4>Video 1 Submission</h4>
<a href="https://docs.google.com/spreadsheets/d/1auWzpLjaORr6a_0YDGrC-xeBmLBeG8aaXGl0bD7TAFA/edit?usp=sharing">
<i class="fa fa-chain"></i> Video 1 Submission
</a>
<h4>Athena Upload Tutorial</h4>
<a href="materials/project/athena_upload_mac.pdf">
<i class="fa fa-file-code-o"></i> Mac
</a>
<a href="materials/project/athena_upload_windows.pdf">
<i class="fa fa-file-code-o"></i> Windows
</a>
<h4>Final Presentation Signup</h4>
<a href="https://docs.google.com/spreadsheets/d/1SEG8wQML75ypwfBkPIPcuGmhy3Moe-vj0rBQrfl8yW0/edit?usp=sharing">
<i class="fa fa-chain"></i> May 7
</a>
<a href="https://docs.google.com/spreadsheets/d/1n1Ai1HeaBrxPfH3yZdXWmerqOHNX-I2nqqaHq0Av_0I/edit?usp=sharing">
<i class="fa fa-chain"></i> May 9
</a>
</div>
<!-- --------------- START HOMEWORKS 2015 ---------------
<div class="well">
<a href="../materials/hw01.pdf" target="_blank"><h3>Problem Set 1</h3></a>
</div>
<div class="well">
<a href="../materials/hw02.pdf" target="_blank"><h3>Problem Set 2</h3></a>
</div>
<div class="well">
<a href="../materials/hw03.pdf" target="_blank"><h3>Problem Set 3</h3></a>
</div>
<div class="well">
<a href="../materials/hw4.pdf" target="_blank"><h3>Problem Set 4</h3></a>
<a href="../materials/03_07_2012_4ps.js" target="_blank">Bus Data (JSON)</a><br>
Videos:<br>
<a href="http://doval.scripts.mit.edu/abel/HW04/guide.html">
Problem set guide
</a><br>
<a href="http://doval.scripts.mit.edu/abel/HW04/demo.html">
Demo of the running simulation
</a><br>
<a href="http://doval.scripts.mit.edu/abel/HW04/map.html">
Map basics
</a><br>
<a href="http://doval.scripts.mit.edu/abel/HW04/overlay.html">
Map overlay
</a><br>
<a href="http://doval.scripts.mit.edu/abel/HW04/timers.html">
Timers
</a><br>
</div>
-- --------------- END HOMEWORKS 2014 --------------- -->
<!-- --------------- START HOMEWORKS 2014 ---------------
<div class="well">
<a href="../materials/Problem_Set_5.pdf" target="_blank"><h3>Problem Set 5</h3></a>
<a href="../materials/PS5_StarterCode.zip" target="_blank">Starter Code</a>
</div>
<div class="well">
<a><h3>Problem Set 6</h3></a>
<a href="../materials/hw06.zip" target="_blank">Documents</a><br>
<a href="http://vimeo.com/90500240">Video - MongoDB install - OSX</a><br>
<a href="http://vimeo.com/90731523">Video - MongoDB install - Windows</a><br>
<a href="http://vimeo.com/90731608">Video - Robomongo - Setup</a><br>
<a href="http://vimeo.com/90510872">Video - Xml to JSON - Using Node.js Package</a><br>
<a href="http://vimeo.com/90864257">Video - CSV to JSON - Using Node.js Package</a> <br>
<a href="http://vimeo.com/90731665">Video - MongoDB - Data Conversion and Import</a><br>
<a href="http://vimeo.com/90731758">Video - MongoDB Console Queries</a><br>
<a href="http://vimeo.com/90731822">Video - Node.js - HTTP Server Hello World</a><br>
<a href="http://vimeo.com/90731875">Video - Node.js - Query String Parameters</a><br>
<a href="http://vimeo.com/90877165">Video - XMLHttpRequest basics</a><br>
<a href="http://vimeo.com/90877332">Video - XMLHttpRequest using query string parameters</a><br>
<a href="http://vimeo.com/90731971">Video - Browser/Node.js/MongoDB connection</a><br>
</div>
<div class="well">
<a href="../materials/HW7.pdf" target="_blank"><h3>Problem Set 7</h3></a>
<a href="../materials/Pset7_Page3_StarterCode.json" target="_blank">Starter Code</a>
</div>
<div class="well">
<a href="../materials/HW_8.pdf" target="_blank"><h3>Problem Set 8</h3></a>
<a href="../materials/RandomWalkStarter.html" target="_blank">Starter Code</a><br>
<a href="../materials/Vector2D.js" target="_blank">Vector2D.js</a>
</div>
<div class="well">
<a href="../materials/Pset9.pdf" target="_blank"><h3>Problem Set 9</h3></a>
<a href="../materials/Starter_Code_PS9.zip" target="_blank">Starter Code</a>
</div>
<div class="well">
<a href="../materials/HW10.pdf" target="_blank"><h3>Problem Set 10</h3></a>
</div>
-- --------------- END HOMEWORKS 2014 --------------- -->
</div>
<!-- /.container -->
</div>
<div id="footer">
<div class="container">
<p class="text-muted"> © 2014 Abel Sanchez & John R. Williams</p>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>