Skip to content

Commit

Permalink
update page
Browse files Browse the repository at this point in the history
  • Loading branch information
nadia-polikarpova committed May 15, 2024
1 parent 9aa1b7f commit 7829b61
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assignments.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you get an error when creating a team, **try a different team name**
| [HW4](https://classroom.github.com/a/dsZotFAF) | Nano | 5/22 |

<!--
| [HW5](https://classroom.github.com/a/RLvZfnKy) | Type Classes | 6/5 | -->
| [HW5](https://classroom.github.com/a/YbCAACu0) | Type Classes | 6/5 | -->



Expand Down
2 changes: 1 addition & 1 deletion docs/assignments.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ <h2 id="assignments">Assignments</h2>
</tbody>
</table>
<!--
| [HW5](https://classroom.github.com/a/RLvZfnKy) | Type Classes | 6/5 | -->
| [HW5](https://classroom.github.com/a/YbCAACu0) | Type Classes | 6/5 | -->
<h2 id="practice-exams">Practice Exams</h2>
<ul>
<li><a href="./static/raw/130-midterm-wi19.pdf">Midterm Wi 19</a> (<a href="./static/raw/130-midterm-wi19-solution.pdf">solution</a>),
Expand Down
11 changes: 8 additions & 3 deletions docs/lectures.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ <h1>Lecture Notes</h1>
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<p>Lecture schedule is subject to change!</p>
<table>
<colgroup>
<col style="width: 16%" />
<col style="width: 45%" />
<col style="width: 37%" />
</colgroup>
<thead>
<tr class="header">
<th style="text-align: center;">Date</th>
Expand Down Expand Up @@ -339,12 +344,12 @@ <h1>Lecture Notes</h1>
</tr>
<tr class="even">
<td style="text-align: center;">5/15</td>
<td style="text-align: left;">contd.</td>
<td style="text-align: center;"></td>
<td style="text-align: left;">Lexing and Parsing</td>
<td style="text-align: center;"><a href="lectures/06-parsing.html">html</a> <a href="https://github.com/cse130-assignments/arith">tutorial</a></td>
</tr>
<tr class="odd">
<td style="text-align: center;">5/17</td>
<td style="text-align: left;">Lexing and Parsing</td>
<td style="text-align: left;">contd.</td>
<td style="text-align: center;"></td>
</tr>
<tr class="even">
Expand Down
4 changes: 2 additions & 2 deletions lectures.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Lecture schedule is subject to change!
| 5/8 | Environments and Closures | [html][lec6] |
| 5/10 | contd. | |
| 5/13 | contd. | |
| 5/15 | contd. | |
| 5/17 | Lexing and Parsing | |
| 5/15 | Lexing and Parsing | [html][lec7] [tutorial][parsing] |
| 5/17 | contd. | |
| 5/20 | contd. | |
| 5/22 | Overloading & TypeClasses | |
| 5/24 | contd. | |
Expand Down

0 comments on commit 7829b61

Please sign in to comment.