mirror of
https://github.com/LukasKalbertodt/programmieren-in-rust.git
synced 2024-11-18 02:48:58 +01:00
Merge branch 'master' of github.com:LukasKalbertodt/programmieren-in-rust
This commit is contained in:
commit
8459211513
10
README.md
10
README.md
@ -17,8 +17,8 @@ Die Aufzeichnungen gibt es oft in zwei Versionen:
|
|||||||
| 02.11. | [Strings][s4], [Git (Teil 2)][s5] | [YouTube](https://www.youtube.com/watch?v=Hiez8zq3yNg) | [via OpenCast](https://video4.virtuos.uos.de/engage/theodul/ui/core.html?id=15898062-d625-48f3-9bd4-518710271568) |
|
| 02.11. | [Strings][s4], [Git (Teil 2)][s5] | [YouTube](https://www.youtube.com/watch?v=Hiez8zq3yNg) | [via OpenCast](https://video4.virtuos.uos.de/engage/theodul/ui/core.html?id=15898062-d625-48f3-9bd4-518710271568) |
|
||||||
| 07.11. | [Structs, impl-Block und Methodensyntax][s6], [Diverses (Vec)][s7] | [YouTube](https://www.youtube.com/watch?v=EGogoHQUeLE) | - |
|
| 07.11. | [Structs, impl-Block und Methodensyntax][s6], [Diverses (Vec)][s7] | [YouTube](https://www.youtube.com/watch?v=EGogoHQUeLE) | - |
|
||||||
| 09.11. | [Diverses (Konstanten, Tuple-Struct, Match, Pattern)][s7], [Enums](s8) | [YouTube](https://www.youtube.com/watch?v=PHEYNPtWIbs) | - |
|
| 09.11. | [Diverses (Konstanten, Tuple-Struct, Match, Pattern)][s7], [Enums](s8) | [YouTube](https://www.youtube.com/watch?v=PHEYNPtWIbs) | - |
|
||||||
| 14.11. | Nachbesprechung Aufgaben, [Error Handling][s9] | [Unvollständig (wird noch verbessert!)](https://youtu.be/XfH500BwdT4) | [via OpenCast](https://video4.virtuos.uos.de/engage/theodul/ui/core.html?id=2efa047b-8c2a-4545-bd6b-3c36d208f33f) |
|
| 14.11. | [Nachbesprechung Aufgaben][t3], [Error Handling][s9] | [YouTube](https://www.youtube.com/watch?v=YYb0fIELE1Q) | [via OpenCast](https://video4.virtuos.uos.de/engage/theodul/ui/core.html?id=2efa047b-8c2a-4545-bd6b-3c36d208f33f) |
|
||||||
|
| 16.11. | [Error Handling][s9], [`tree.rs`-Beispiel][m1] | [YouTube](https://youtu.be/lJzYi5TqtEY) | [via OpenCast](https://video4.virtuos.uos.de/engage/theodul/ui/core.html?id=1cac1644-d054-4fce-b59b-6214730abf19) |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -31,4 +31,8 @@ Die Aufzeichnungen gibt es oft in zwei Versionen:
|
|||||||
[s6]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/6-Structs-Methoden.pdf
|
[s6]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/6-Structs-Methoden.pdf
|
||||||
[s7]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/7-Vec-Konstanten-TypeAlias-TupleStruct-Match-Pattern.pdf
|
[s7]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/7-Vec-Konstanten-TypeAlias-TupleStruct-Match-Pattern.pdf
|
||||||
[s8]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/8-Enums-Option-Result.pdf
|
[s8]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/8-Enums-Option-Result.pdf
|
||||||
[s9]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/9-Error-Handling-unvollst%C3%A4ndig.pdf
|
[s9]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/9-Error-Handling.pdf
|
||||||
|
|
||||||
|
[m1]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/materialien/tree.rs
|
||||||
|
|
||||||
|
[t3]: https://github.com/LukasKalbertodt/programmieren-in-rust/tree/master/aufgaben/sheet3
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user