Commit | Line | Data |
---|---|---|
7b376474 AB |
1 | <!doctype html> |
2 | <html lang="en"> | |
3 | <head> | |
4 | <meta charset="utf-8" /> | |
5 | <meta name="author" content="bandali" /> | |
6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
7 | <title>SE 212 Material — bandali</title> | |
7b376474 AB |
8 | <style> |
9 | body { | |
10 | line-height: 1.6; | |
11 | max-width: 37.5em; | |
d3adcff4 | 12 | padding: 0 2em; |
7b376474 AB |
13 | } |
14 | @media (prefers-color-scheme: dark) { | |
15 | body { background: #1c1c1c; color: white; } | |
16 | a:link { color: #acdeff; } | |
17 | a:visited { color: #f8f; } | |
18 | a:active { color: #e00; } | |
19 | } | |
20 | </style> | |
21 | </head> | |
22 | <body> | |
23 | <h1>Material from SE 212 tutorials</h1> | |
24 | ||
25 | <p>This page contains slides and other material from | |
26 | <a href="https://www.student.cs.uwaterloo.ca/~se212/times.html">SE 212 | |
27 | tutorials</a> held by <a href="https://bndl.org">me</a> in Fall 2019. | |
28 | <del>If you have any questions, concerns, or suggestions about the | |
29 | presented material, please email me at bandali@uwaterloo.ca or come | |
30 | see me during | |
31 | my <a href="https://www.student.cs.uwaterloo.ca/~se212/personnel.html">Friday | |
32 | office hours</a>.</del></p> | |
33 | ||
34 | <ul> | |
35 | <li>Tutorial 1: | |
36 | <ul> | |
37 | <li><a href="https://p.bndl.org/se212-t01-101.pdf">TUT 101 slides</a></li> | |
38 | <li><a href="https://p.bndl.org/se212-t01-102.pdf">TUT 102 slides</a></li> | |
39 | <li><a href="https://p.bndl.org/se212-t01.org">Org beamer sources</a></li> | |
40 | </ul> | |
41 | </li> | |
42 | <li>Tutorial 2: | |
43 | <ul> | |
44 | <li><a href="https://p.bndl.org/se212-h02q04d-soln.grg">Homework 2 | |
45 | q04d solution</a></li> | |
46 | </ul> | |
47 | </li> | |
48 | <li>Tutorial 3: —</li> | |
49 | <li>Tutorial 4: —</li> | |
50 | <li>Tutorial 5: | |
51 | <ul> | |
52 | <li><a href="https://p.bndl.org/se212-t05.pdf">Slides</a></li> | |
53 | <li><a href="https://p.bndl.org/se212-t05.org">Org beamer sources</a></li> | |
54 | </ul> | |
55 | </li> | |
56 | <li>Tutorial 6: —</li> | |
57 | <li>Tutorial 7: worked through questions 1–5 of Homework 7</li> | |
58 | <li>Tutorial 8: —</li><li>Tutorial 9: —</li> | |
59 | <li>Tutorial 10: worked through questions 1–10 of Homework 10</li> | |
60 | </ul> | |
61 | </body> | |
62 | </html> |