vault backup: 2025-04-02 23:00:03

This commit is contained in:
Marco Realacci 2025-04-02 23:00:03 +02:00
parent 67c62dc262
commit 12ee093af9
2 changed files with 17 additions and 11 deletions

View file

@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "Concurrent Systems/notes/4 - Semaphores.md",
"file": "Concurrent Systems/notes/1 - CS Basics.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "4 - Semaphores"
"title": "1 - CS Basics"
}
},
{
@ -27,15 +27,16 @@
"state": {
"type": "markdown",
"state": {
"file": "Concurrent Systems/notes/3a - Hardware primitives & Lamport Bakery algorithm.md",
"file": "Concurrent Systems/test/Untitled.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "3a - Hardware primitives & Lamport Bakery algorithm"
"title": "Untitled"
}
}
]
],
"currentTab": 1
}
],
"direction": "vertical"
@ -67,7 +68,7 @@
"state": {
"type": "search",
"state": {
"query": "",
"query": "rendez",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
@ -88,7 +89,8 @@
"title": "Segnalibri"
}
}
]
],
"currentTab": 1
}
],
"direction": "horizontal",
@ -204,15 +206,17 @@
"companion:Toggle completion": false
}
},
"active": "7c5b0ca6f7687800",
"active": "ae1e669229aa09dc",
"lastOpenFiles": [
"Concurrent Systems/notes/3a - Hardware primitives & Lamport Bakery algorithm.md",
"Concurrent Systems/notes/4b - Monitors.md",
"Concurrent Systems/test/Untitled.md",
"Concurrent Systems/notes/4 - Semaphores.md",
"Concurrent Systems/test",
"Concurrent Systems/notes/3a - Hardware primitives & Lamport Bakery algorithm.md",
"Concurrent Systems/notes/1 - CS Basics.md",
"Concurrent Systems/notes/9 - Consensus.md",
"Concurrent Systems/notes/6 - Atomicity.md",
"Concurrent Systems/notes/5 - Software Transactional Memory.md",
"Concurrent Systems/notes/4b - Monitors.md",
"Concurrent Systems/notes/10 - Implementing Consensus.md",
"HCIW/slides/Tangible User Interfaces.pdf",
"Concurrent Systems/notes/images/Pasted image 20250401083747.png",
@ -240,7 +244,6 @@
"Concurrent Systems/notes/images/Pasted image 20250324100652.png",
"Concurrent Systems/slides/class 4.pdf",
"Concurrent Systems/slides/class 3.pdf",
"Concurrent Systems/slides/class 2.pdf",
"Concurrent Systems/notes/images/Pasted image 20250318090909.png",
"Concurrent Systems/notes/images/Pasted image 20250318090733.png",
"HCIW/notes/2 - Interface and Interaction for IoT.md",

View file

@ -0,0 +1,3 @@
```
rendezvous() :=
```