-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathreadme.html
More file actions
64 lines (64 loc) · 2.69 KB
/
readme.html
File metadata and controls
64 lines (64 loc) · 2.69 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<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>Defense Against the Dark Arts</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
/* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="markdown.css" />
</head>
<body>
<main>
<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>
</main>
</body>
</html>