|
15 | 15 | "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week1/introduction-light.pdf", |
16 | 16 | "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week1/introduction-dark.html", |
17 | 17 | "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week1/introduction-dark.pdf", |
| 18 | + "hw_name": "PrimerLab", |
18 | 19 | "hw_handout": "/hw/primerlab/primerlab.zip", |
19 | 20 | "hw_writeup": "/hw/primerlab/doc/primerlab/index.html", |
20 | 21 | "hw_released": true, |
|
73 | 74 | "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week2/ownership_p1-light.pdf", |
74 | 75 | "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week2/ownership_p1-dark.html", |
75 | 76 | "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week2/ownership_p1-dark.pdf", |
| 77 | + "hw_name": "GetOwnedLab", |
76 | 78 | "hw_handout": "/hw/getownedlab/getownedlab.zip", |
77 | 79 | "hw_writeup": "/hw/getownedlab/doc/getownedlab/index.html", |
78 | 80 | "hw_released": true, |
|
124 | 126 | "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week3/structs_enums-light.pdf", |
125 | 127 | "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week3/structs_enums-dark.html", |
126 | 128 | "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week3/structs_enums-dark.pdf", |
| 129 | + "hw_name": "CardLab", |
127 | 130 | "hw_handout": "/hw/cardlab/cardlab.zip", |
128 | 131 | "hw_writeup": "/hw/cardlab/doc/cardlab/index.html", |
129 | 132 | "hw_released": true, |
|
172 | 175 | "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week4/collections_generics-light.pdf", |
173 | 176 | "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week4/collections_generics-dark.html", |
174 | 177 | "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week4/collections_generics-dark.pdf", |
| 178 | + "hw_name": "Multilab", |
175 | 179 | "hw_handout": "/hw/multilab/multilab.zip", |
176 | 180 | "hw_writeup": "/hw/multilab/doc/multilab/index.html", |
177 | 181 | "hw_released": true, |
|
215 | 219 | "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week5/errors_traits-light.pdf", |
216 | 220 | "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week5/errors_traits-dark.html", |
217 | 221 | "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week5/errors_traits-dark.pdf", |
| 222 | + "hw_name": "PokerLab", |
218 | 223 | "hw_handout": "/hw/pokerlab/pokerlab.zip", |
219 | 224 | "hw_writeup": "/hw/pokerlab/doc/pokerlab/index.html", |
220 | | - "hw_released": false, |
| 225 | + "hw_released": true, |
| 226 | + "hw_ec_name": "SummaryLab", |
| 227 | + "hw_ec_handout": "/hw/summarylab/summarylab.zip", |
| 228 | + "hw_ec_writeup": "/hw/summarylab/doc/summarylab/index.html", |
| 229 | + "hw_ec_released": true, |
221 | 230 | "details_released": true, |
222 | 231 | "slides_released": true, |
223 | 232 | "extras": [ |
|
0 commit comments