From f9c16f815b6472e4b7a6a634568b1a0ceb99c23a Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Wed, 8 Feb 2017 16:26:44 +0100 Subject: [PATCH] Add new lecture and missing links --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eaee322..5e10941 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ Die Aufzeichnungen gibt es oft in zwei Versionen: | 23.01. | [*Animal Beispiel*][m5], [*Tipps für Abschlussprojekt*][m6], [Lifetimes][s17] | [YouTube](https://youtu.be/1ND79YMDV54) | [via OpenCast](https://video4.virtuos.uos.de/engage/theodul/ui/core.html?cid=f4a7c0754b566ef1f43345adaecc98cf&id=cd0ead3a-6417-4119-9a82-0419024150e9) | | 25.01. | [Lifetimes][s17], [Multithreading & Concurrency][s18] | [YouTube](https://youtu.be/RTCHFlGg5wQ) | - | | 30.01. | *Organisatorisches*, [*Ferris*][m7], [Multithreading & Concurrency][s18] | [YouTube](https://youtu.be/hwoEtAnTuss) | [via OpenCast](https://video4.virtuos.uos.de/engage/theodul/ui/core.html?cid=f4a7c0754b566ef1f43345adaecc98cf&id=46fff460-84e6-4134-a77b-73e6bfad5f61) | -| 01.02. | [Performance & Effizienz][s19] | [YouTube](https://www.youtube.com/watch?v=01HVacgLQO4) | tbd | -| 06.02. | [Rust Community & Open Source][s20] | [YouTube](https://youtu.be/mKE7j5TC-2Q) | tbd | - +| 01.02. | [Performance & Effizienz][s19] | [YouTube](https://www.youtube.com/watch?v=01HVacgLQO4) | [via OpenCast](https://video4.virtuos.uos.de/engage/theodul/ui/core.html?id=84b2b573-e900-4692-bdab-7cea4fd8c332) | +| 06.02. | [Rust Community & Open Source][s20] | [YouTube](https://youtu.be/mKE7j5TC-2Q) | [via OpenCast](https://video4.virtuos.uos.de/engage/theodul/ui/core.html?id=ba079eff-2e2b-49cb-9cc0-15138e1da23e) | +| 08.02. | [Unsafe & FFI][s21] | [YouTube](https://youtu.be/5IJr7wn48_I) | tbd | @@ -64,6 +64,7 @@ Die Aufzeichnungen gibt es oft in zwei Versionen: [s18]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/18-Concurrency-Multithreading.pdf [s19]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/19-Performance-und-Effizienz.pdf [s20]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/20-Rust-Community-Open-Source.pdf +[s21]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/21-Unsafe-und-FFI.pdf [m1]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/materialien/tree.rs [m2]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/materialien/read.rs