vault backup: 2026-03-29 11:56:13

This commit is contained in:
2026-03-29 11:56:13 +02:00
parent 1347d2eacc
commit 70415974ec
2 changed files with 18 additions and 10 deletions
+8
View File
@@ -2,6 +2,14 @@
tags: tags:
- IT/Development/Rust - 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 ## Install rustup
@@ -1,14 +1,14 @@
--- ---
journal: Claudia daily journal: Claudia daily
journal-date: 2026-03-30 journal-date: 2026-03-31
journal-start-date: 2026-03-30 journal-start-date: 2026-03-31
journal-end-date: 2026-03-30 journal-end-date: 2026-03-31
--- ---
```calendar-timeline ```calendar-timeline
``` ```
## Journal ## Journal
- [ ] 16:00 - 17:00 [[Friseursalon Schnittkante]] - [ ] 15:30 - 16:30 [[Friseursalon Schnittkante]]
## Ziele ## Ziele
@@ -19,7 +19,7 @@ journal-end-date: 2026-03-30
> [!hint]- Aktuelle Aufgaben > [!hint]- Aktuelle Aufgaben
>```tasks >```tasks
>not done >not done
>happens on 2026-03-30 >happens on 2026-03-31
>path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/ >path regex does not match /^Übersicht\/.*/
>``` >```
@@ -27,7 +27,7 @@ journal-end-date: 2026-03-30
> [!todo]- Aktive Aufgaben > [!todo]- Aktive Aufgaben
>```tasks >```tasks
>not done >not done
>happens before 2026-03-30 >happens before 2026-03-31
>path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/ >path regex does not match /^Übersicht\/.*/
>``` >```
@@ -36,7 +36,7 @@ journal-end-date: 2026-03-30
>```tasks >```tasks
>not done >not done
>has due date >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 /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/ >path regex does not match /^Übersicht\/.*/
>``` >```
@@ -45,7 +45,7 @@ journal-end-date: 2026-03-30
>```tasks >```tasks
>not done >not done
>has due date >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 /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/ >path regex does not match /^Übersicht\/.*/
>``` >```
@@ -54,12 +54,12 @@ journal-end-date: 2026-03-30
>```dataview >```dataview
>TASK >TASK
>FROM !"Resources/Templates" >FROM !"Resources/Templates"
>WHERE completed AND completion = date(2026-03-30) >WHERE completed AND completion = date(2026-03-31)
>``` >```
## Geburtstage ## Geburtstage
```dataview ```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte" FROM "Infos/Kontakte"
WHERE birthday.month = 03 AND birthday.day = 30 WHERE birthday.month = 03 AND birthday.day = 31
``` ```