-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhomeworks.html
More file actions
287 lines (249 loc) · 11.1 KB
/
homeworks.html
File metadata and controls
287 lines (249 loc) · 11.1 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
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
<!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">
<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>
</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'>Assignments & Labs <i class="fa fa-list-alt fa-lg"></i></h1>
</div>
</div>
<!-- Wrap all page content here -->
<div id="wrap">
<div class="container">
<!--
<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 - Python Install</h3>
<small>Due Monday Feb 22, before class</small>
<h4>GitHub Setup</h4>
<a href="" target="_blank"><i class="fa fa-file-code-o"></i> HW0 Submission Sheet</a><br>
</div>
<div class="well">
<h3>Homework 1 - See Lectures</h3>
<small>Due Wednesday March 3, 2021 before class</small>
</br>
<a href="https://forms.gle/UcaDqkWTpvZjpjVK9" target="_blank"><i class="fa fa-file-code-o"></i> HW1 Submission Sheet</a>
<br/>
<small>Please create a github repo and provide a public link to the repository in the form above.</small>
</div>
<div class="well">
<h3>Homework 2 - See Lectures</h3>
<small>Due Wednesday March 10, 2021 before class</small>
</br>
<a href="https://forms.gle/5vGWqoSZjJ6dPMA98" target="_blank"><i class="fa fa-file-code-o"></i> HW2 Submission Sheet</a>
<br/>
<small>Please create a github repo and provide a public link to the repository in the form above.</small>
</div>
<div class="well">
<h3>Homework 3 - See Lectures</h3>
<small>Due Friday March 19, 2021 before class</small>
</br>
<a href="https://forms.gle/58bY7nvcB1Qv7UEu7" target="_blank"><i class="fa fa-file-code-o"></i> HW3 Submission Sheet</a>
<br/>
<small>Please create a github repo and provide a public link to the repository in the form above.</small>
</div>
<div class="well">
<h3>Homework 4 - See Lectures</h3>
<small>Due Friday April19, 2021 before class</small>
</br>
<a href="https://forms.gle/kyiPimf9rw4Nd1UcA" target="_blank"><i class="fa fa-file-code-o"></i> HW4 Submission Sheet</a>
<br/>
<small>Please create a github repo and provide a public link to the repository in the form above.</small>
</div>
</div><!-- /.container -->
</div><!-- /.wrap -->
<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>