From 78851d05423aed2f8821da2d9fe234431890dabc Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Mon, 6 Feb 2017 20:58:03 +0100 Subject: [PATCH] Add new lecture --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 77c3266..eaee322 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Die Aufzeichnungen gibt es oft in zwei Versionen: | 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 | @@ -62,6 +63,7 @@ Die Aufzeichnungen gibt es oft in zwei Versionen: [s17]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/17-Lifetimes.pdf [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 [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