<!doctype html>
<html lang="en">
- <head>
- <meta charset="utf-8" />
- <meta name=viewport content="width=device-width, initial-scale=1" />
- <title>SE 212 Material | Amin Bandali</title>
- <link rel="stylesheet" href="/style.css" />
- </head>
- <body>
- <nav><a href="/">bandali.eu.org</a> / se212-f19</nav>
- <main>
- <h1>Material from SE 212 tutorials</h1>
- <p>
- This page contains slides and other material from
- <a href="https://www.student.cs.uwaterloo.ca/~se212/times.html">SE
- 212 tutorials</a> held by me in Fall 2019.
+<head>
+<meta charset="utf-8" />
+<meta name="author" content="bandali" />
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+<title>SE 212 Material — bandali</title>
+<style>
+body {
+ line-height: 1.6;
+ max-width: 37.5em;
+ padding: 0 2em;
+}
+@media (prefers-color-scheme: dark) {
+ body { background: #1c1c1c; color: white; }
+ a:link { color: #acdeff; }
+ a:visited { color: #f8f; }
+ a:active { color: #e00; }
+}
+</style>
+</head>
+<body>
+<h1>Material from SE 212 tutorials</h1>
- If you have any questions, concerns, or suggestions about the
- presented material, please email me at bandali@uwaterloo.ca or
- come see me during my
- <a href="https://www.student.cs.uwaterloo.ca/~se212/personnel.html">Friday
- office hours</a>.
- </p>
+<p>This page contains slides and other material from
+<a href="https://www.student.cs.uwaterloo.ca/~se212/times.html">SE 212
+tutorials</a> held by <a href="../">me</a> in Fall 2019.
+<del>If you have any questions, concerns, or suggestions about the
+presented material, please email me at bandali@uwaterloo.ca or come
+see me during
+my <a href="https://www.student.cs.uwaterloo.ca/~se212/personnel.html">Friday
+office hours</a>.</del></p>
- <ul>
- <li>Tutorial 1:
- <ul>
- <li>
- <a href="se212-t01-101.pdf">TUT 101 slides</a>
- </li>
- <li>
- <a href="se212-t01-102.pdf">TUT 102 slides</a>
- </li>
- <li><a href="se212-t01.org">Org beamer sources</a></li>
- </ul>
- <li>Tutorial 2:
- <ul>
- <li><a href="se212-h02q04d-soln.grg">Homework 2 q04d solution</a>
- </li>
- </ul>
- </li>
- <li>Tutorial 3: —</li>
- <li>Tutorial 4: —</li>
- <li>Tutorial 5:
- <ul>
- <li><a href="se212-t05.pdf">Slides</a></li>
- <li><a href="se212-t05.org">Org beamer sources</a></li>
- </ul>
- </li>
- <li>Tutorial 6: —</li>
- <li>Tutorial 7: worked through questions 1–5 of Homework 7.</li>
- </ul>
- </main>
- <footer>
- <p>
- Copyright © 2019 Amin Bandali.
- See <a href="/license.html">license.html</a> for license
- conditions. Please copy and share.
- </p>
- </footer>
- </body>
+<ul>
+<li>Tutorial 1:
+<ul>
+<li><a href="se212-t01-101.pdf">TUT 101 slides</a></li>
+<li><a href="se212-t01-102.pdf">TUT 102 slides</a></li>
+<li><a href="se212-t01.org">Org beamer sources</a></li>
+</ul>
+</li>
+<li>Tutorial 2:
+<ul>
+<li><a href="se212-h02q04d-soln.grg">Homework 2
+q04d solution</a></li>
+</ul>
+</li>
+<li>Tutorial 3: —</li>
+<li>Tutorial 4: —</li>
+<li>Tutorial 5:
+<ul>
+<li><a href="se212-t05.pdf">Slides</a></li>
+<li><a href="se212-t05.org">Org beamer sources</a></li>
+</ul>
+</li>
+<li>Tutorial 6: —</li>
+<li>Tutorial 7: worked through questions 1–5 of Homework 7</li>
+<li>Tutorial 8: —</li><li>Tutorial 9: —</li>
+<li>Tutorial 10: worked through questions 1–10 of Homework 10</li>
+</ul>
+</body>
</html>