forked from aaronbloomfield/pdr
-
Notifications
You must be signed in to change notification settings - Fork 228
/
Copy pathindex.html
259 lines (259 loc) · 10.3 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Program and Data Representation: Old CS 2150 Specific Content</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="../../markdown.css" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1
id="program-and-data-representation-old-cs-2150-specific-content">Program
and Data Representation: Old CS 2150 Specific Content</h1>
<p><a href="../index.html">Go up to the CS 2150 page</a> (<a
href="../index.md">md</a>)</p>
<p>This page contains the CS 2150 specific content from previous
semesters. This information can also be found by viewing the appropriate
tag in the git repository.</p>
<ul>
<li>Parts of the uva/ directory that are not currently being used:
<ul>
<li><a href="frivolous-regrades.html">Frivolous regrade policy</a> (<a
href="frivolous-regrades.md">md</a>) for exams (note: it’s unclear how
this will apply with online exams; more info on that later)</li>
<li>UNIX honor pledge, which needs to be signed by all the students in
the course (it is created from a <a
href="unix-honor-pledge.tex">.tex</a> file)</li>
</ul></li>
<li>Spring 2022
<ul>
<li>The git tag is <code>2022-spring</code>; the direct link to the
github repo is <a
href="https://github.com/uva-cs/pdr/tree/2022-spring">here</a></li>
<li><a href="index-spring-2022.html">Main CS 2150 page</a> (<a
href="index-spring-2022.md">md</a>)</li>
<li><a href="daily-announcements-spring-2022.html">Daily
announcements</a></li>
<li><a href="syllabus-spring-2022.html">Syllabus</a> (<a
href="syllabus-spring-2022.md">md</a>)</li>
<li><a href="grades-spring-2022.html">Course grade explanations</a> (<a
href="grades-spring-2022.md">md</a>)</li>
</ul></li>
<li>Fall 2021
<ul>
<li>The git tag is <code>2021-fall</code>; the direct link to the github
repo is <a
href="https://github.com/uva-cs/pdr/tree/2021-fall">here</a></li>
<li><a href="index-fall-2021.html">Main CS 2150 page</a> (<a
href="index-fall-2021.md">md</a>)</li>
<li><a href="daily-announcements-fall-2021.html">Daily
announcements</a></li>
<li><a href="syllabus-fall-2021.html">Syllabus</a> (<a
href="syllabus-fall-2021.md">md</a>)</li>
<li><a href="grades-fall-2021.html">Course grade explanations</a> (<a
href="grades-fall-2021.md">md</a>)</li>
</ul></li>
<li>Spring 2021
<ul>
<li>The git tag is <code>2021-spring</code>; the direct link to the
github repo is <a
href="https://github.com/uva-cs/pdr/tree/2021-spring">here</a></li>
<li><a href="index-spring-2021.html">Main CS 2150 page</a> (<a
href="index-spring-2021.md">md</a>)</li>
<li><a href="daily-announcements-spring-2021.html">Daily
announcements</a></li>
<li><a href="syllabus-spring-2021.html">Syllabus</a> (<a
href="syllabus-spring-2021.md">md</a>)</li>
<li><a href="grades-spring-2021.html">Course grade explanations</a> (<a
href="grades-spring-2021.md">md</a>)</li>
</ul></li>
<li>Fall 2020
<ul>
<li>The git tag is <code>2020-fall</code>; the direct link to the github
repo is <a
href="https://github.com/uva-cs/pdr/tree/2020-fall">here</a></li>
<li><a href="index-fall-2020.html">Main CS 2150 page</a> (<a
href="index-fall-2020.md">md</a>)</li>
<li><a href="daily-announcements-fall-2020.html">Daily
announcements</a></li>
<li><a href="syllabus-fall-2020.html">Syllabus</a> (<a
href="syllabus-fall-2020.md">md</a>)</li>
<li><a href="grades-fall-2020.html">Course grade explanations</a> (<a
href="grades-fall-2020.md">md</a>)</li>
</ul></li>
<li>Spring 2020
<ul>
<li>The git tag is <code>2020-spring</code>; the direct link to the
github repo is <a
href="https://github.com/uva-cs/pdr/tree/2020-spring">here</a></li>
<li><a href="index-spring-2020.html">Main CS 2150 page</a> (<a
href="index-spring-2020.md">md</a>)</li>
<li><a href="daily-announcements-spring-2020.html">Daily
announcements</a></li>
<li><a href="syllabus-spring-2020.html">Syllabus</a> (<a
href="syllabus-spring-2020.md">md</a>)</li>
<li><a href="grades-spring-2020.html">Course grade explanations</a> (<a
href="grades-spring-2020.md">md</a>)</li>
<li><a href="online-spring-2020.html">Online course structure</a> (<a
href="online-spring-2020.md">md</a>)</li>
<li><a href="s20-final.html">Spring 2020 final information</a> (<a
href="s20-final.md">md</a>)</li>
</ul></li>
<li>Fall 2019
<ul>
<li>The git tag is <code>2019-fall</code>; the direct link to the github
repo is <a
href="https://github.com/uva-cs/pdr/tree/2019-fall">here</a></li>
<li><a href="index-fall-2019.html">Main CS 2150 page</a> (<a
href="index-fall-2019.md">md</a>)</li>
<li><a href="daily-announcements-fall-2019.html">Daily
announcements</a></li>
<li><a href="syllabus-fall-2019.html">Syllabus</a> (<a
href="syllabus-fall-2019.md">md</a>)</li>
<li><a href="grades-fall-2019.html">Course grade explanations</a> (<a
href="grades-fall-2019.md">md</a>)</li>
</ul></li>
<li>Spring 2019
<ul>
<li>The git tag is <code>2019-spring</code>; the direct link to the
github repo is <a
href="https://github.com/uva-cs/pdr/tree/2019-spring">here</a></li>
<li><a href="index-spring-2019.html">Main CS 2150 page</a> (<a
href="index-spring-2019.md">md</a>)</li>
<li><a href="daily-announcements-spring-2019.html">Daily
announcements</a></li>
<li><a href="syllabus-spring-2019.html">Syllabus</a> (<a
href="syllabus-spring-2019.md">md</a>)</li>
<li><a href="grades-spring-2019.html">Course grade explanations</a> (<a
href="grades-spring-2019.md">md</a>)</li>
</ul></li>
<li>Fall 2018
<ul>
<li>The git tag is <code>2018-fall</code>; the direct link to the github
repo is <a
href="https://github.com/uva-cs/pdr/tree/2018-fall">here</a></li>
<li><a href="index-fall-2018.html">Main CS 2150 page</a> (<a
href="index-fall-2018.md">md</a>)</li>
<li><a href="daily-announcements-fall-2018.html">Daily
announcements</a></li>
<li><a href="syllabus-fall-2018.html">Syllabus</a> (<a
href="syllabus-fall-2018.md">md</a>)</li>
<li><a href="grades-fall-2018.html">Course grade explanations</a> (<a
href="grades-fall-2018.md">md</a>)</li>
</ul></li>
<li>Spring 2018
<ul>
<li>The git tag is <code>2018-spring</code>; the direct link to the
github repo is <a
href="https://github.com/uva-cs/pdr/tree/2018-spring">here</a></li>
</ul></li>
<li>Fall 2017
<ul>
<li>The git tag is <code>2017-fall</code>; the direct link to the github
repo is <a
href="https://github.com/uva-cs/pdr/tree/2017-fall">here</a></li>
</ul></li>
<li>Spring 2017
<ul>
<li>The git tag is <code>2017-spring</code>; the direct link to the
github repo is <a
href="https://github.com/uva-cs/pdr/tree/2017-spring">here</a></li>
</ul></li>
<li>Fall 2016
<ul>
<li>The git tag is <code>2016-fall</code>; the direct link to the github
repo is <a
href="https://github.com/uva-cs/pdr/tree/2016-fall">here</a></li>
<li><a href="index-fall-2016.html">Main CS 2150 page</a> (<a
href="index-fall-2016.md">md</a>)</li>
<li><a href="daily-announcements-fall-2016.html">Daily
announcements</a></li>
<li><a href="syllabus-fall-2016.html">Syllabus</a> (<a
href="syllabus-fall-2016.md">md</a>)</li>
<li><a href="grades-fall-2016.html">Course grade explanations</a> (<a
href="grades-fall-2016.md">md</a>)</li>
</ul></li>
<li>Spring 2016
<ul>
<li>The git tag is <code>2016-spring</code>; the direct link to the
github repo is <a
href="https://github.com/uva-cs/pdr/tree/2016-spring">here</a></li>
<li><a href="index-spring-2016.html">Main CS 2150 page</a> (<a
href="index-spring-2016.md">md</a>)</li>
<li><a href="daily-announcements-spring-2016.html">Daily
announcements</a></li>
<li><a href="syllabus-spring-2016.html">Syllabus</a> (<a
href="syllabus-spring-2016.md">md</a>)</li>
<li><a href="grades-spring-2016.html">Course grade explanations</a> (<a
href="grades-spring-2016.md">md</a>)</li>
</ul></li>
<li>Fall 2015
<ul>
<li>The git tag is <code>2015-fall</code>; the direct link to the github
repo is <a
href="https://github.com/uva-cs/pdr/tree/2015-fall">here</a></li>
<li><a href="index-fall-2015.html">Main CS 2150 page</a> (<a
href="index-fall-2015.md">md</a>)</li>
<li><a href="daily-announcements-fall-2015.html">Daily
announcements</a></li>
<li><a href="syllabus-fall-2015.html">Syllabus</a> (<a
href="syllabus-fall-2015.md">md</a>)</li>
<li><a href="grades-fall-2015.html">Course grade explanations</a> (<a
href="grades-fall-2015.md">md</a>)</li>
</ul></li>
<li>Spring 2015
<ul>
<li>The git tag is <code>2015-spring</code>; the direct link to the
github repo is <a
href="https://github.com/uva-cs/pdr/tree/2015-spring">here</a></li>
<li><a href="daily-announcements-spring-2015.html">Daily
announcements</a></li>
<li><a href="syllabus-spring-2015.html">Syllabus</a> (<a
href="syllabus-spring-2015.md">md</a>)</li>
<li><a href="grades-spring-2015.html">Course grade explanations</a> (<a
href="grades-spring-2015.md">md</a>)</li>
</ul></li>
<li>Fall 2014
<ul>
<li>The git tag is <code>2014-fall</code>; the direct link to the github
repo is <a
href="https://github.com/uva-cs/pdr/tree/2014-fall">here</a></li>
<li><a href="daily-announcements-fall-2014.html">Daily
announcements</a></li>
<li><a href="syllabus-fall-2014.html">Syllabus</a> (<a
href="syllabus-fall-2014.md">md</a>)</li>
<li><a href="grades-fall-2014.html">Course grade explanations</a> (<a
href="grades-fall-2014.md">md</a>)</li>
</ul></li>
<li>Spring 2014
<ul>
<li>The git tag is <code>2014-spring</code>; the direct link to the
github repo is <a
href="https://github.com/uva-cs/pdr/tree/2014-spring">here</a></li>
<li><a href="daily-announcements-spring-2014.html">Daily
announcements</a></li>
<li><a href="snowdays-spring-2014.html">Snow Day Impacts</a> (<a
href="snowdays-spring-2014.md">md</a>), which contains the information
sent in an class-wide e-mail on March 17th about how the schedule is
being adapated to three M/W/F snow days</li>
<li><a href="syllabus-spring-2014.html">Syllabus</a> (<a
href="syllabus-spring-2014.md">md</a>)</li>
<li><a href="grades-spring-2014.html">Course grade explanations</a> (<a
href="grades-spring-2014.md">md</a>)</li>
</ul></li>
</ul>
</body>
</html>