Skip to content

Commit

Permalink
Mon Nov 25 11:03:31 HST 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
papajohn committed Nov 25, 2024
1 parent e519e1a commit 06d916f
Show file tree
Hide file tree
Showing 11 changed files with 138 additions and 241 deletions.
2 changes: 1 addition & 1 deletion _internal/targets.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"due": "11/22/24", "link": "lab/lab10/", "name": "Lab 10: SQL", "piazza_name": "Lab 10", "release": "11/18/24"}, {"due": "12/6/24", "link": "hw/hw10/", "name": "HW 10: SQL", "piazza_name": "HW 10", "release": "11/20/24"}]
[{"due": "12/6/24", "link": "hw/hw10/", "name": "HW 10: SQL", "piazza_name": "HW 10", "release": "11/20/24"}]
Binary file modified assets/slides/22-Tables_1pp.pdf
Binary file not shown.
Binary file added assets/slides/23-Aggregation_1pp.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions hw/hw10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ <h3 id="q4-low-variance">Q4: Low Variance</h3>
<blockquote><p><strong>Hint</strong>: <code>MIN</code>, <code>MAX</code>, and <code>AVG</code> will be useful here.
<strong>Hint</strong>: You may want to first find the average height and make sure that:</p>

<pre><code>* There are no heights smaller than 0.7 (e.g. 70%) of the average.
* There are no heights greater than 1.3 (e.g. 130%) of the average.</code></pre></blockquote>
<pre><code>* There are no heights smaller than 0.7 (i.e. 70%) of the average.
* There are no heights greater than 1.3 (i.e. 130%) of the average.</code></pre></blockquote>

<!-- break line -->

Expand Down
Binary file removed hw/sol-hw09/assets/after.png
Binary file not shown.
Binary file removed hw/sol-hw09/assets/before.png
Binary file not shown.
11 changes: 5 additions & 6 deletions hw/sol-hw09/hw09.ok
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
{
"name": "Homework 9",
"endpoint": "cal/cs61a/fa24/hw09",
"endpoint": "cal/c88c/fa24/hw09",
"src": [
"hw09.scm"
"hw09.py"
],
"tests": {
"hw*.py": "doctest",
"tests/*.py": "ok_test"
},
"default_tests": [
"curry-cook",
"curry-consume",
"switch-to-cond"
"label_squarer",
"preorder"
],
"protocols": [
"restore",
"file_contents",
"grading",
"analytics",
"help",
"unlock",
"grading",
"backup"
]
}
Binary file modified hw/sol-hw09/hw09.zip
Binary file not shown.
297 changes: 88 additions & 209 deletions hw/sol-hw09/index.html

Large diffs are not rendered by default.

Binary file modified hw/sol-hw09/ok
Binary file not shown.
65 changes: 42 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,20 @@ <h1>Data C88C: Computational Structures in Data Science</h1>
<section id="announcements">

<div class="announcement" id='announcement-0' style='display:block;'>
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Monday, November 25</h2>
<!-- <div><a href="#calendar_11_25">Jump to date</a></div> -->
<ul>
<li>Lecture on Monday 11/25 is Zoom-only: <a href="https://berkeley.zoom.us/j/98223145928">Zoom link</a></li>
<li>Homework 10 <strong>deadline extended</strong> to Friday 12/6.</li>
<li>No lab Thanksgiving week.</li>
</ul>

</div>


<div class="announcement" id='announcement-1' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Wednesday, November 20</h2>
Expand All @@ -162,7 +176,7 @@ <h2 class="frontpage-header">Announcements: Wednesday, November 20</h2>
</div>


<div class="announcement" id='announcement-1' >
<div class="announcement" id='announcement-2' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Wednesday, November 13</h2>
Expand All @@ -180,7 +194,7 @@ <h2 class="frontpage-header">Announcements: Wednesday, November 13</h2>
</div>


<div class="announcement" id='announcement-2' >
<div class="announcement" id='announcement-3' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Wednesday, November 6</h2>
Expand All @@ -199,7 +213,7 @@ <h2 class="frontpage-header">Announcements: Wednesday, November 6</h2>
</div>


<div class="announcement" id='announcement-3' >
<div class="announcement" id='announcement-4' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Monday, November 4</h2>
Expand All @@ -218,7 +232,7 @@ <h2 class="frontpage-header">Announcements: Monday, November 4</h2>
</div>


<div class="announcement" id='announcement-4' >
<div class="announcement" id='announcement-5' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Monday, October 28</h2>
Expand Down Expand Up @@ -249,7 +263,7 @@ <h2 class="frontpage-header">Announcements: Monday, October 28</h2>
</div>


<div class="announcement" id='announcement-5' >
<div class="announcement" id='announcement-6' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Wednesday, October 23</h2>
Expand Down Expand Up @@ -281,7 +295,7 @@ <h2 class="frontpage-header">Announcements: Wednesday, October 23</h2>
</div>


<div class="announcement" id='announcement-6' >
<div class="announcement" id='announcement-7' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Monday, October 21</h2>
Expand All @@ -306,7 +320,7 @@ <h2 class="frontpage-header">Announcements: Monday, October 21</h2>
</div>


<div class="announcement" id='announcement-7' >
<div class="announcement" id='announcement-8' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Wednesday, October 16</h2>
Expand All @@ -328,7 +342,7 @@ <h2 class="frontpage-header">Announcements: Wednesday, October 16</h2>
</div>


<div class="announcement" id='announcement-8' >
<div class="announcement" id='announcement-9' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Monday, October 14</h2>
Expand All @@ -345,7 +359,7 @@ <h2 class="frontpage-header">Announcements: Monday, October 14</h2>
</div>


<div class="announcement" id='announcement-9' >
<div class="announcement" id='announcement-10' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Wednesday, October 9</h2>
Expand All @@ -365,7 +379,7 @@ <h2 class="frontpage-header">Announcements: Wednesday, October 9</h2>
</div>


<div class="announcement" id='announcement-10' >
<div class="announcement" id='announcement-11' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Monday, October 7</h2>
Expand All @@ -386,7 +400,7 @@ <h2 class="frontpage-header">Announcements: Monday, October 7</h2>
</div>


<div class="announcement" id='announcement-11' >
<div class="announcement" id='announcement-12' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Wednesday, October 2</h2>
Expand Down Expand Up @@ -416,7 +430,7 @@ <h2 class="frontpage-header">Announcements: Wednesday, October 2</h2>
</div>


<div class="announcement" id='announcement-12' >
<div class="announcement" id='announcement-13' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Monday, September 30</h2>
Expand All @@ -437,7 +451,7 @@ <h2 class="frontpage-header">Announcements: Monday, September 30</h2>
</div>


<div class="announcement" id='announcement-13' >
<div class="announcement" id='announcement-14' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Wednesday, September 25</h2>
Expand All @@ -460,7 +474,7 @@ <h2 class="frontpage-header">Announcements: Wednesday, September 25</h2>
</div>


<div class="announcement" id='announcement-14' >
<div class="announcement" id='announcement-15' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Monday, September 23</h2>
Expand All @@ -472,7 +486,7 @@ <h2 class="frontpage-header">Announcements: Monday, September 23</h2>
</div>


<div class="announcement" id='announcement-15' >
<div class="announcement" id='announcement-16' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Wednesday, September 18</h2>
Expand All @@ -491,7 +505,7 @@ <h2 class="frontpage-header">Announcements: Wednesday, September 18</h2>
</div>


<div class="announcement" id='announcement-16' >
<div class="announcement" id='announcement-17' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Monday, September 16</h2>
Expand All @@ -509,7 +523,7 @@ <h2 class="frontpage-header">Announcements: Monday, September 16</h2>
</div>


<div class="announcement" id='announcement-17' >
<div class="announcement" id='announcement-18' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Wednesday, September 11</h2>
Expand All @@ -522,7 +536,7 @@ <h2 class="frontpage-header">Announcements: Wednesday, September 11</h2>
</div>


<div class="announcement" id='announcement-18' >
<div class="announcement" id='announcement-19' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Monday, September 9</h2>
Expand All @@ -535,7 +549,7 @@ <h2 class="frontpage-header">Announcements: Monday, September 9</h2>
</div>


<div class="announcement" id='announcement-19' >
<div class="announcement" id='announcement-20' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Wednesday, September 4</h2>
Expand All @@ -561,7 +575,7 @@ <h2 class="frontpage-header">Announcements: Wednesday, September 4</h2>
</div>


<div class="announcement" id='announcement-20' >
<div class="announcement" id='announcement-21' >
<button class="btn prev" style="color: black"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> older</button>
<button class="btn next" style="color: black"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> newer</button>
<h2 class="frontpage-header">Announcements: Monday, August 26</h2>
Expand Down Expand Up @@ -1450,13 +1464,17 @@ <h2 class="frontpage-header">Calendar</h2>
<td></td>
<td>
<span class="">
<a href="/fa24/hw/hw09/">HW 09: Trees</a>
<a href="/fa24/hw/hw09/" class="assignment-text">HW 09: Trees</a>
<div class="badge due">
Due
Wed 11/20
</div>


<ul class="list-inline">
<li><a href="/fa24/hw/sol-hw09/" class="label label-outline">Solutions</a></li>
</ul>

</span>
</td>
</tr>
Expand Down Expand Up @@ -1571,6 +1589,7 @@ <h2 class="frontpage-header">Calendar</h2>
<ul class="list-inline">
<li><a href="https://www.youtube.com/watch?v=2ajhv_e_u5Q&list=PL6BsET-8jgYUxr1l88aamM4FhtHG-dS6v" class="label label-outline" target="_blank">Videos</a></li>
<li><a href="https://berkeley.zoom.us/j/98223145928" class="label label-outline" target="_blank">Zoom</a></li>
<li><a href="/fa24/assets/slides/23-Aggregation_1pp.pdf" class="label label-outline">Slides (1pp)</a></li>
</ul>
</td>
<td>
Expand Down Expand Up @@ -1740,7 +1759,7 @@ <h3><a href="/articles/about">Policies</a></h3>
<script>
$(document).ready(function() {
// Assignment quick list
var assignments = [{"due": "11/22/24", "link": "lab/lab10/", "name": "Lab 10: SQL", "piazza_name": "Lab 10", "release": "11/18/24"}, {"due": "12/6/24", "link": "hw/hw10/", "name": "HW 10: SQL", "piazza_name": "HW 10", "release": "11/20/24"}];
var assignments = [{"due": "12/6/24", "link": "hw/hw10/", "name": "HW 10: SQL", "piazza_name": "HW 10", "release": "11/20/24"}];

$(document).ready(function() {
assignments.forEach(function(assignment) {
Expand Down Expand Up @@ -1788,7 +1807,7 @@ <h3><a href="/articles/about">Policies</a></h3>

});

let build_time = new Date(1000 * 1732303573.351338);
let build_time = new Date(1000 * 1732568596.716352);
</script>
<script>
$('.alwaystoggle').css('display', 'inline-block');
Expand Down

0 comments on commit 06d916f

Please sign in to comment.