Commit | Line | Data |
---|---|---|
a9bc018e AB |
1 | dnl -*- html -*- |
2 | define(__title, `SE 212 Material')dnl | |
3 | define(__slug, `se212-f19')dnl | |
c08732dd AB |
4 | include(header.html)dnl |
5 | ||
a9bc018e AB |
6 | <article> |
7 | <h1>Material from SE 212 tutorials</h1> | |
8 | <p>This page contains slides and other material from | |
9 | <a href="//www.student.cs.uwaterloo.ca/~se212/times.html">SE 212 | |
10 | tutorials</a> held by me in Fall 2019. <del>If you have any | |
11 | questions, concerns, or suggestions about the presented material, | |
12 | please email me at bandali@uwaterloo.ca or come see me during my | |
13 | <a href="//www.student.cs.uwaterloo.ca/~se212/personnel.html">Friday | |
14 | office hours</a>.</del></p> | |
15 | ||
16 | <ul> | |
17 | <li>Tutorial 1: | |
18 | <ul> | |
faa724fc AB |
19 | <li><a href="//p.bndl.org/se212-t01-101.pdf">TUT 101 slides</a></li> |
20 | <li><a href="//p.bndl.org/se212-t01-102.pdf">TUT 102 slides</a></li> | |
a9bc018e AB |
21 | <li><a href="se212-t01.org">Org beamer sources</a></li> |
22 | </ul> | |
23 | </li> | |
24 | <li>Tutorial 2: | |
25 | <ul> | |
26 | <li><a href="se212-h02q04d-soln.grg">Homework 2 q04d | |
27 | solution</a></li> | |
28 | </ul> | |
29 | </li> | |
30 | <li>Tutorial 3: —</li> | |
31 | <li>Tutorial 4: —</li> | |
32 | <li>Tutorial 5: | |
33 | <ul> | |
faa724fc | 34 | <li><a href="//p.bndl.org/se212-t05.pdf">Slides</a></li> |
a9bc018e AB |
35 | <li><a href="se212-t05.org">Org beamer sources</a></li> |
36 | </ul> | |
37 | </li> | |
38 | <li>Tutorial 6: —</li> | |
39 | <li>Tutorial 7: worked through questions 1–5 of Homework 7</li> | |
40 | <li>Tutorial 8: —</li><li>Tutorial 9: —</li> | |
41 | <li>Tutorial 10: worked through questions 1–10 of Homework 10</li> | |
42 | </ul> | |
43 | </article> | |
c08732dd AB |
44 | |
45 | include(footer.html)dnl |