Skip to content

Commit

Permalink
Update w/ unsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Nov 20, 2024
1 parent 477859b commit 281bbc1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions _data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,10 @@
{ "title": "Futures", "sub": [] },
{ "title": "Polling", "sub": [] }
],
"slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/light.html",
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/light.pdf",
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/dark.html",
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/dark.pdf",
"slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week11/light.html",
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week11/light.pdf",
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week11/dark.html",
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week11/dark.pdf",
"hw_handout": "/hw/iterlab/iterlab.zip",
"hw_writeup": "/hw/iterlab/doc/iterlab/index.html",
"hw_released": false,
Expand All @@ -328,15 +328,15 @@
{ "title": "Raw Pointers", "sub": [] },
{ "title": "FFI", "sub": [] }
],
"slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week10/light.html",
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week10/light.pdf",
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week10/dark.html",
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week10/dark.pdf",
"slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/light.html",
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/light.pdf",
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/dark.html",
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/dark.pdf",
"hw_handout": "/hw/iterlab/iterlab.zip",
"hw_writeup": "/hw/iterlab/doc/iterlab/index.html",
"hw_released": false,
"hw_released": true,
"details_released": true,
"slides_released": false,
"slides_released": true,
"extras": []
}
]
Expand Down

0 comments on commit 281bbc1

Please sign in to comment.