From fd353445362f7ce512b3634e416e475b8fea64a8 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Sun, 30 Mar 2025 17:29:41 +0200 Subject: [PATCH] vault backup: 2025-03-30 17:29:41 --- .obsidian/workspace.json | 42 ++++-------------- .../images/Pasted image 20250325090735.png | Bin 2 files changed, 9 insertions(+), 33 deletions(-) rename Pasted image 20250325090735.png => Concurrent Systems/notes/images/Pasted image 20250325090735.png (100%) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 9dfd2f4..c68124e 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -4,46 +4,22 @@ "type": "split", "children": [ { - "id": "efd2410a71337f52", + "id": "e20232f4bbe0efa1", "type": "tabs", "children": [ { - "id": "383fb8ddbc7a9dc8", + "id": "464a79fc1e9b69c9", "type": "leaf", "state": { "type": "markdown", "state": { "file": "Concurrent Systems/notes/1b - Peterson algorithm.md", - "mode": "preview", + "mode": "source", "source": false }, "icon": "lucide-file", "title": "1b - Peterson algorithm" } - }, - { - "id": "6e3afe627f01d355", - "type": "leaf", - "state": { - "type": "pdf", - "state": { - "file": "Concurrent Systems/slides/class 5.pdf" - }, - "icon": "lucide-file-text", - "title": "class 5" - } - }, - { - "id": "070e50bf8e547731", - "type": "leaf", - "state": { - "type": "pdf", - "state": { - "file": "Concurrent Systems/slides/class 6.pdf" - }, - "icon": "lucide-file-text", - "title": "class 6" - } } ] } @@ -214,11 +190,15 @@ "companion:Toggle completion": false } }, - "active": "383fb8ddbc7a9dc8", + "active": "464a79fc1e9b69c9", "lastOpenFiles": [ + "Concurrent Systems/notes/4 - Semaphores.md", + "Concurrent Systems/slides/class 6.pdf", + "Concurrent Systems/slides/class 5.pdf", + "Concurrent Systems/notes/images/Pasted image 20250325090735.png", + "Concurrent Systems/notes/1b - Peterson algorithm.md", "Concurrent Systems/notes/2 - Fast mutex by Lamport.md", "Concurrent Systems/notes/4b - Monitors.md", - "Concurrent Systems/notes/4 - Semaphores.md", "Concurrent Systems/notes/2b - Round Robin algorithm.md", "conflict-files-obsidian-git.md", "Concurrent Systems/notes/8 - Enhancing Liveness Properties.md", @@ -226,15 +206,11 @@ "Concurrent Systems/notes/3a - Hardware primitives & Lamport Bakery algorithm.md", "Concurrent Systems/notes/7- MUTEX-free concurrency.md", "Concurrent Systems/notes/6a - Alternatives to Atomicity.md", - "Concurrent Systems/slides/class 6.pdf", "Concurrent Systems/notes/6 - Atomicity.md", "Concurrent Systems/notes/5 - Software Transactional Memory.md", - "Concurrent Systems/slides/class 5.pdf", "Concurrent Systems/notes/4c - Dining Philosophers.md", "Concurrent Systems/slides/class 8.pdf", - "Concurrent Systems/notes/1b - Peterson algorithm.md", "Concurrent Systems/slides/class 7.pdf", - "Pasted image 20250325090735.png", "Concurrent Systems/notes/images/Pasted image 20250324091452.png", "Concurrent Systems/notes/images/Pasted image 20250324082534.png", "Concurrent Systems/notes/images/Pasted image 20250324082545.png", diff --git a/Pasted image 20250325090735.png b/Concurrent Systems/notes/images/Pasted image 20250325090735.png similarity index 100% rename from Pasted image 20250325090735.png rename to Concurrent Systems/notes/images/Pasted image 20250325090735.png