Skip to content

Commit cc1cc97

Browse files
zelenskiCS107E BOT
authored andcommitted
reset website for Winter 2025, unrelease, course info
commit b9c23f8cdd3009730c36e4fb23dbb39061518ad6 Author: Julie Zelenski <[email protected]> Date: Mon Dec 30 12:54:41 2024 -0500 reset website for Winter 2025, unrelease, course info
1 parent 5ce1ad3 commit cc1cc97

File tree

332 files changed

+56
-12920
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

332 files changed

+56
-12920
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Copyright 2014-2024. The Board of Trustees of The Leland Stanford Junior University.
1+
Copyright 2014-2025. The Board of Trustees of The Leland Stanford Junior University.
22
All Rights Reserved. Reproduction of publication in whole or in part without written permission is prohibited.

_data/course.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Top-level information about course
22
id: CS107e
33
title: Computer Systems From the Ground Up
4-
quarter: Fall 2024
4+
quarter: Winter 2025
55
staff:
66
- name: Aanya Tashfeen
77
img: /_assets/img/aanya.jpg
@@ -17,8 +17,6 @@ staff:
1717
img: /_assets/img/ishita.jpeg
1818
- name: Julie Zelenski
1919
img: /_assets/img/julie.jpg
20-
- name: Kenny Osele
21-
img: /_assets/img/kenny.png
2220
lecture_schedule: Mon and Fri 10:30am - 12pm, Y2E2 111
2321
lab_schedule: Tue and Wed 6:30-8:30pm
24-
forum: https://edstem.org/us/courses/67356/discussion/
22+
forum: https://edstem.org/us/courses/70346/discussion/

_data/dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tools:
33
- title: EdStem
44
icon: ed.png
5-
link: https://edstem.org/us/courses/67356/discussion/
5+
link: https://edstem.org/us/courses/70346/discussion/
66
description: (discussion forum)
77
- title: Github
88
icon: github.png

_data/navbar.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@
2121
link: /resources/
2222
- title: "🗓Schedule"
2323
link: /schedule/
24-
- title: ✅Gradebook
25-
link: /yass/
2624
- title: "🔍Search"
2725
link: /search/

_data/schedule.yml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
weeks:
33
# start is date of first lecture (a Monday)
44
# assign0_duedate is second week Tuesday 5pm (assume weekly repeat for assign1-7)
5-
- start_date: "2024-09-23 9:00 AM"
6-
assign0_duedate: "2024-10-01 5:00 PM"
7-
mon: /lectures/Intro/
5+
- start_date: "2025-01-06 9:00 AM"
6+
assign0_duedate: "2025-01-14 5:00 PM"
7+
mon: /lectures/RISC-V/
88
lab: /labs/lab0/
99
assign: /assignments/assign0/
10-
fri: /lectures/RISC-V/
10+
fri: /lectures/Assembly/
1111
-
12-
mon: /lectures/Assembly/
12+
mon: /lectures/C_Control/
1313
lab: /labs/lab1/
1414
assign: /assignments/assign1/
15-
fri: /lectures/C_Control/
15+
fri: /lectures/C_Pointers/
1616
-
17-
mon: /lectures/C_Pointers/
17+
mon: MLK Day
1818
lab: /labs/lab2/
1919
assign: /assignments/assign2/
2020
fri: /lectures/C_Functions/
@@ -32,9 +32,9 @@ weeks:
3232
mon: /lectures/Keyboard/
3333
lab: /labs/lab5/
3434
assign: /assignments/assign5/
35-
fri: /lectures/Arithmetic/
35+
fri: /lectures/Framebuffer/
3636
-
37-
mon: /lectures/Framebuffer/
37+
mon: Presidents Day
3838
lab: /labs/lab6/
3939
assign: /assignments/assign6/
4040
fri: /lectures/Interrupts1/
@@ -49,13 +49,10 @@ weeks:
4949
assign: /project/
5050
fri: /lectures/Output/
5151
-
52-
mon: Thanksgiving recess
53-
fri: Thanksgiving recess
54-
-
55-
mon: /lectures/Ben/
52+
mon: /lectures/Arithmetic/
5653
lab: /labs/projectlab2/
5754
fri: /lectures/Wrap/
5855
-
59-
project_demo: "2024-12-13 9:00 AM"
60-
project_due: "2024-12-13 11:59 PM"
56+
project_demo: "2025-03-21 9:00 AM"
57+
project_due: "2025-03-21 11:59 PM"
6158
-

_data/search.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configuration for site search
22
exclude: [robots.txt, sitemap.xml, 404.html, site.scss, site.css.map]
33
# static files are generally ignored (pdf, json, css)
4-
# whitelist those extension with text contents
5-
static_ext_includes: [".txt", ".cpp"]
4+
# whitelist file extension with text contents
5+
static_ext_includes: [".txt", ".c", ".h"]

_data/unreleased.csv

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
11
permalink,title,released
2+
"/assignments/assign0/","Assignment 0: Git oriented",false
3+
"/assignments/assign1/","Assignment 1: Larson Scanner",false
4+
"/assignments/assign2/","Assignment 2: Clock",false
5+
"/assignments/assign3/","Assignment 3: String Formatting",false
6+
"/assignments/assign4/","Assignment 4: Stack and Heap",false
7+
"/assignments/assign5/","Assignment 5: Keyboard and Simple Shell",false
8+
"/assignments/assign6/","Assignment 6: Graphics Library and Console",false
9+
"/assignments/assign7/","Assignment 7: System Monitor with Interrupts",false
10+
"/labs/lab0/","Lab 0: Orientation",false
11+
"/labs/lab1/","Lab 1: Getting to know your Mango Pi",false
12+
"/labs/lab2/","Lab 2: Below C Level",false
13+
"/labs/lab3/","Lab 3: Debugging and Testing",false
14+
"/labs/lab4/","Lab 4: Linked and Loaded",false
15+
"/labs/lab5/","Lab 5: Keyboard Surfin'",false
16+
"/labs/lab6/","Lab 6: Drawing into the Framebuffer",false
17+
"/labs/lab7/","Lab 7: Mango Pi, Interrupted",false
18+
"/labs/projectlab1/","Lab 8: Project Team Meeting 1",false
19+
"/labs/projectlab2/","Lab 9: Project Team Meeting 2",false
20+
"/lectures/Arithmetic/","Number Representation and Arithmetic",false
21+
"/lectures/Assembly/","RISC-V assembly and machine code",false
22+
"/lectures/Ben/","Magic of Computer Systems",false
23+
"/lectures/C_Control/","From Assembly to C",false
24+
"/lectures/C_Functions/","C Functions",false
25+
"/lectures/C_Mastery/","C Mastery",false
26+
"/lectures/C_Pointers/","C Pointers and Arrays",false
227
"/lectures/FloatingPoint_Sound/","Floating Point and Sound",false
28+
"/lectures/Framebuffer/","Graphics and the framebuffer",false
29+
"/lectures/Interrupts1/","Interrupts",false
30+
"/lectures/Interrupts2/","Interrupts, cont'd",false
31+
"/lectures/Intro/","Introduction and welcome",false
32+
"/lectures/Keyboard/","Keyboards and the PS/2 Protocol",false
33+
"/lectures/Linking/","Modules, Libraries, and Linking",false
34+
"/lectures/Memory/","Memory Management",false
335
"/lectures/OOP/","Object-oriented programming",false
36+
"/lectures/Output/","Output",false
37+
"/lectures/Project/","Project",false
38+
"/lectures/RISC-V/","RISC-V architecture",false
39+
"/lectures/Sensors/","Sensor Input",false
40+
"/lectures/Serial/","Communication and the Serial Protocol",false
41+
"/lectures/Wrap/","Wrap or There and Back Again",false

assignments/assign0/README.md

Lines changed: 0 additions & 186 deletions
This file was deleted.

0 commit comments

Comments
 (0)