From 70415974ecb5da34f2b5589f9f51479792e5a00e Mon Sep 17 00:00:00 2001 From: Thomas Peetz Date: Sun, 29 Mar 2026 11:56:13 +0200 Subject: [PATCH] vault backup: 2026-03-29 11:56:13 --- Infos/IT/rust.md | 8 ++++++++ .../2026/03/{2026-03-30.md => 2026-03-31.md} | 20 +++++++++---------- 2 files changed, 18 insertions(+), 10 deletions(-) rename Journal/Claudia/2026/03/{2026-03-30.md => 2026-03-31.md} (76%) diff --git a/Infos/IT/rust.md b/Infos/IT/rust.md index a0db0d3..849d3de 100644 --- a/Infos/IT/rust.md +++ b/Infos/IT/rust.md @@ -2,6 +2,14 @@ tags: - IT/Development/Rust --- +# Link +- https://doc.rust-lang.org/book/title-page.html +- https://www.w3schools.com/rust/ +- https://entwickler.de/rust/eine-einfuhrung-in-rust +- https://doc.rust-lang.org/rust-by-example/ +- https://blog.jetbrains.com/rust/2024/09/20/how-to-learn-rust/ +- https://www.codeporting.com/de/blog/rust-tutorial-starter-guide +- https://www.computerwoche.de/article/2818543/so-programmieren-sie-mit-rust.html ## Install rustup diff --git a/Journal/Claudia/2026/03/2026-03-30.md b/Journal/Claudia/2026/03/2026-03-31.md similarity index 76% rename from Journal/Claudia/2026/03/2026-03-30.md rename to Journal/Claudia/2026/03/2026-03-31.md index 77e592b..e052946 100644 --- a/Journal/Claudia/2026/03/2026-03-30.md +++ b/Journal/Claudia/2026/03/2026-03-31.md @@ -1,14 +1,14 @@ --- journal: Claudia daily -journal-date: 2026-03-30 -journal-start-date: 2026-03-30 -journal-end-date: 2026-03-30 +journal-date: 2026-03-31 +journal-start-date: 2026-03-31 +journal-end-date: 2026-03-31 --- ```calendar-timeline ``` ## Journal -- [ ] 16:00 - 17:00 [[Friseursalon Schnittkante]] +- [ ] 15:30 - 16:30 [[Friseursalon Schnittkante]] ## Ziele @@ -19,7 +19,7 @@ journal-end-date: 2026-03-30 > [!hint]- Aktuelle Aufgaben >```tasks >not done ->happens on 2026-03-30 +>happens on 2026-03-31 >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` @@ -27,7 +27,7 @@ journal-end-date: 2026-03-30 > [!todo]- Aktive Aufgaben >```tasks >not done ->happens before 2026-03-30 +>happens before 2026-03-31 >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` @@ -36,7 +36,7 @@ journal-end-date: 2026-03-30 >```tasks >not done >has due date ->due on 2026-03-30 +>due on 2026-03-31 >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` @@ -45,7 +45,7 @@ journal-end-date: 2026-03-30 >```tasks >not done >has due date ->due before 2026-03-30 +>due before 2026-03-31 >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` @@ -54,12 +54,12 @@ journal-end-date: 2026-03-30 >```dataview >TASK >FROM !"Resources/Templates" ->WHERE completed AND completion = date(2026-03-30) +>WHERE completed AND completion = date(2026-03-31) >``` ## Geburtstage ```dataview TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter FROM "Infos/Kontakte" -WHERE birthday.month = 03 AND birthday.day = 30 +WHERE birthday.month = 03 AND birthday.day = 31 ```