-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.html
28 lines (28 loc) · 2.2 KB
/
readme.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
<!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>Defense Against the Dark Arts</title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="markdown.css" type="text/css" />
</head>
<body>
<h1 id="defense-against-the-dark-arts">Defense Against the Dark Arts</h1>
<p>This repository is for the Defense Against the Dark Arts (CS 4630) course at the University of Virginia. It is a computer science elective taken in the 3rd or 4th year.</p>
<p>The course was originally created by <a href="http://www.cs.virginia.edu/~jwd/">Jack Davidson</a> in 2006 (see a <a href="http://dl.acm.org/citation.cfm?id=1352245">SIGCSE publication on the course</a>). The material in this repository was taken, with permission, from the slides created by Davidson and extended by <a href="https://www.cs.virginia.edu/~cr4bd/">Charles Reiss</a> and myself, <a href="https://www.cs.virginia.edu/~asb/">Aaron Bloomfield</a>.</p>
<h2 id="repository-contents">Repository Contents</h2>
<p>The "md" links will work if viewed on github.com; the other links work if the repo is cloned locally.</p>
<ul>
<li><a href="slides/index.html">Slides</a> (<a href="slides/index.md">md</a>)</li>
<li><a href="docs/index.html">Docs</a> (<a href="docs/index.md">md</a>)</li>
<li><a href="hws/index.html">Homeworks</a> (<a href="hws/index.md">md</a>)</li>
<li><a href="uva/index.html">UVa specific material</a> (<a href="uva/index.md">md</a>)</li>
</ul>
<p>Entering <code>make</code> in the cloned repo directory will convert all the .md files to .html files for local viewing (requires <a href="http://johnmacfarlane.net/pandoc/">pandoc</a>).</p>
<h2 id="license">License</h2>
<p>The material in this repository is released under a <a href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a> (CC BY-SA).</p>
<p>Copyright (c) 2017 by Aaron Bloomfield.</p>
</body>
</html>