forked from aaronbloomfield/pdr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.html
More file actions
18 lines (18 loc) · 1.97 KB
/
readme.html
File metadata and controls
18 lines (18 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title>Program and Data Representation</title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="markdown.css" type="text/css" />
</head>
<body>
<h1 id="program-and-data-representation">Program and Data Representation</h1>
<p>This is the <strong>OLD</strong> repository for the course CS 2150, Program and Data Representation, taught at the University of Virginia. I (<a href="http://www.cs.virginia.edu/~asb">Aaron Bloomfield</a>) taught this class for 20 consecutive semesters, from the fall of 2007 to the spring of 2017; the last 7 of these semesters have their content in this repository.</p>
<p>The current repository for the course is <a href="https://github.com/markfloryan/pdr">markfloryan/pdr</a>. This repository (<a href="https://github.com/aaronbloomfield/pdr">aaronbloomfield/pdr</a>) is no longer being updated.</p>
<p>If you want to see the final contents of the repo when I last taught this course (spring 2017), you can view them <a href="readme-old.html">here</a> (<a href="readme-old.md">md</a>). Again, the current iteration of this course can be found at <a href="https://github.com/markfloryan/pdr">markfloryan/pdr</a>.</p>
<p>If you want to view a previous version of this repository, then you can view a tag from that semester. All tags are of the form <code>2014-spring</code>. You can view the contents of a tag online (at a URL such as <a href="https://github.com/markfloryan/pdr/tree/2016-fall" class="uri">https://github.com/markfloryan/pdr/tree/2016-fall</a>) or checkout a specific tag on the command line via a command such as <code>git checkout tags/2016-fall</code>.</p>
</body>
</html>