forked from DS12/scala-class
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
119 lines (112 loc) · 2.95 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Scala by DS12</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Scala</h1>
<p>Lecture slides, labs, and tutorials from our 8-week Scala course.</p>
<p class="view"><a href="https://github.com/DS12/scala-class">View the Project on GitHub <small>DS12/scala-class</small></a></p>
<ul>
<li><a href="https://github.com/DS12/scala-class/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/DS12/scala-class/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/DS12/scala-class">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>
<a id="lecture-slides" class="anchor" href="#lecture-slides" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Lecture Slides</h1>
<table>
<tr>
<td>
<a href="slides/lecture1.html">Lecture 1</a>
</td>
<td>
<a href="slides/lecture9.html">Lecture 9</a>
</td>
</tr>
<tr>
<td>
<a href="slides/lecture2.html">Lecture 2</a>
</td>
<td>
<a href="slides/lecture10.html">Lecture 10</a>
</td>
</tr>
<tr>
<td>
<a href="slides/lecture3.html">Lecture 3</a>
</td>
<td>
<a href="slides/lecture10a.html">Lecture 10a</a>
</td>
</tr>
<tr>
<td>
<a href="slides/lecture4.html">Lecture 4</a>
</td>
<td>
<a href="slides/lecture11.html">Lecture 11</a>
</td>
</tr>
<tr>
<td>
<a href="slides/lecture4a.html">Lecture 4a</a>
</td>
<td>
<a href="slides/lecture11a.html">Lecture 11a</a>
</td>
</tr>
<tr>
<td>
<a href="slides/lecture5.html">Lecture 5</a>
</td>
<td>
<a href="slides/lecture12.html">Lecture 12</a>
</td>
</tr>
<tr>
<td>
<a href="slides/lecture6.html">Lecture 6</a>
</td>
<td>
<a href="slides/lecture12a.html">Lecture 12a</a>
</td>
</tr>
<tr>
<td>
<a href="slides/lecture6a.html">Lecture 6a</a>
</td>
<td>
<a href="slides/lecture13.html">Lecture 13</a>
</td>
</tr>
<tr>
<td>
<a href="slides/lecture8.html">Lecture 8</a>
</td>
<td>
<a href="slides/lecture13a.html">Lecture 13a</a>
</td>
</tr>
</table>
<p>Lectures 4-13a are numbered according to their corresponding chapter in <em>Functional Programming in Scala</em>.</p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/DS12">DS12</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>