generated from kevinlin1/just-the-class
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make lab a collection; add hw and projects collections; create HW 1 a…
…nd Proj 1
- Loading branch information
Showing
11 changed files
with
95 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: HW 1 | ||
description: Recursion | ||
due: "2024-06-13 11:59:59 PM PST" | ||
gradescope_assignment_id: 3858564 | ||
submission_files: | ||
- hw01.py | ||
--- | ||
|
||
1. TOC | ||
{:toc} | ||
|
||
## Q1: Sample Question | ||
|
||
{% include questions/sample_question.md %} | ||
|
||
## Q2: Another Question | ||
|
||
{% include questions/another_question.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<div class="hw"> | ||
<h1>{{ page.title }}: {{ page.description }}</h1> | ||
<div class="due">Due at: {{ page.due }}</div> | ||
<!-- TODO zip file button starter code (zero fill) --> | ||
|
||
{{ content }} | ||
|
||
<h2>Submission</h2> | ||
{% include submission.html gradescope_assignment_id=page.gradescope_assignment_id submission_files=page.submission_files %} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<div class="project"> | ||
<h1>{{ page.title }}: {{ page.description }}</h1> | ||
<div class="due">Due at: {{ page.due }}</div> | ||
<!-- TODO zip file button starter code (zero fill) --> | ||
|
||
{{ content }} | ||
|
||
<h2>Submission</h2> | ||
{% include submission.html gradescope_assignment_id=page.gradescope_assignment_id submission_files=page.submission_files %} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Project 1 | ||
description: Ants vs. Some Bees | ||
due: "2024-06-13 11:59:59 PM PST" | ||
gradescope_assignment_id: 3858564 | ||
submission_files: | ||
- ants.py | ||
--- | ||
|
||
1. TOC | ||
{:toc} | ||
|
||
## Q1: Sample Question | ||
|
||
{% include questions/sample_question.md %} | ||
|
||
## Q2: Another Question | ||
|
||
{% include questions/another_question.md %} |
Empty file.