Skip to content

Commit

Permalink
Updates for Friday's lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbloomfield committed Oct 13, 2023
1 parent 4fd95df commit 41074ad
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 3 deletions.
15 changes: 12 additions & 3 deletions exams/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
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;}
ul.task-list{list-style: none;}
/* 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" />
Expand All @@ -24,6 +32,7 @@ <h1 id="ics-exams">ICS: Exams</h1>
<p><a href="../readme.html">Go up to the main ICS readme</a> (<a href="../readme.md">md</a>)</p>
<p>These are all the exams from the current and previous semesters of the course. No solutions are provided, nor are the grading guidelines. Currently they are all in PDF format. They were all developed using LaTeX.</p>
<ul>
<li>Fall 2023: <a href="midterm-f23.pdf">midterm</a></li>
<li>Summer 2023: <a href="midterm-sum23.pdf">midterm</a>, <a href="final-sum23.pdf">final</a></li>
<li>Spring 2023: <a href="midterm-s23.pdf">midterm</a>, <a href="final-s23.pdf">final exam</a></li>
<li>Summer 2022: <a href="exam1-sum22.pdf">midterm</a>, <a href="final-su22.pdf">final exam</a>
Expand Down
1 change: 1 addition & 0 deletions exams/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ICS: Exams

These are all the exams from the current and previous semesters of the course. No solutions are provided, nor are the grading guidelines. Currently they are all in PDF format. They were all developed using LaTeX.

- Fall 2023: [midterm](midterm-f23.pdf)
- Summer 2023: [midterm](midterm-sum23.pdf), [final](final-sum23.pdf)
- Spring 2023: [midterm](midterm-s23.pdf), [final exam](final-s23.pdf)
- Summer 2022: [midterm](exam1-sum22.pdf), [final exam](final-su22.pdf)
Expand Down
Binary file added exams/midterm-f23.pdf
Binary file not shown.
36 changes: 36 additions & 0 deletions uva/daily-announcements.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,42 @@ <h4 class="xkcd"></h4>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

<section>

<section>
<h2 class='xkcd'>Networking Problems</h2><img src="https://imgs.xkcd.com/comics/networking_problems.png" title="LOOK, THE LATENCY FALLS EVERY TIME YOU CLAP YOUR HANDS AND SAY YOU BELIEVE" alt="Networking Problems" srcset="https://imgs.xkcd.com/comics/networking_problems_2x.png 2x" style="image-orientation:none" class='stretch'><p class='center'><a href='http://xkcd.com/2259/'>xkcd # 2259</a></p>
</section>

<section data-markdown>
## Lecture 22: Fri, Oct 13th
- Office hours are underway and listed on the [Canvas landing page](https://canvas.its.virginia.edu/courses/79086)
- My Wednesday office hours are now 1-2 (instead of 9-10)
- Canvas now has anonymous feedback!
- Homeworks
- [Homework 6: Fuzzing](../hws/hw-fuzzing-tabbed.html) is out, and due next Tuesday, October 17th
- [The midterm](../exams/midterm-f23.pdf) was yesterday
- Average was 38.3/48 (79.9%) with a stdev of 6.5 (13.6%)
- We'll go over it today
- Grading
- Grades returned: HW 1 (Rational Paranoia), HW 3 (RSA), HW 4 (Hashing), Quiz 1
- [Homework 5: Networks](../hws/hw-networks-tabbed.html) requires human grading, so will take some time
- Still being graded: HW 2 (Ethics), but that's mostly done
- Everybody has to sign the Ethics Honor Pledge; the link is on the [Canvas landing page](https://canvas.its.virginia.edu/courses/59093)
- Today we will start on [SQL, XSS, & CSRF](../slides/sql-xss-csrf.html)
</section>

</section>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

<section data-markdown data-separator="^\n\n\n" style="font-size:85%;line-height:115%;"><textarea>
## Midterm

Wednesday, October 11th was the midterm, so no daily announcements today
</textarea></section>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

<section>

<section>
Expand Down

0 comments on commit 41074ad

Please sign in to comment.