From c14ac3253c8177dcf966879a621642b38f49f45c Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Wed, 2 Apr 2025 23:05:03 +0200 Subject: [PATCH] vault backup: 2025-04-02 23:05:03 --- .obsidian/workspace.json | 11 +++++------ Concurrent Systems/test/Untitled.md | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index cf1cc48..20f023b 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -27,12 +27,12 @@ "state": { "type": "markdown", "state": { - "file": "Concurrent Systems/test/Untitled.md", + "file": "Concurrent Systems/notes/1 - CS Basics.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "Untitled" + "title": "1 - CS Basics" } } ], @@ -89,8 +89,7 @@ "title": "Segnalibri" } } - ], - "currentTab": 1 + ] } ], "direction": "horizontal", @@ -206,14 +205,14 @@ "companion:Toggle completion": false } }, - "active": "ae1e669229aa09dc", + "active": "2b2245f56092006e", "lastOpenFiles": [ "Concurrent Systems/notes/4b - Monitors.md", + "Concurrent Systems/notes/1 - CS Basics.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", diff --git a/Concurrent Systems/test/Untitled.md b/Concurrent Systems/test/Untitled.md index 8e41dfc..8a0bf5c 100644 --- a/Concurrent Systems/test/Untitled.md +++ b/Concurrent Systems/test/Untitled.md @@ -1,3 +1,3 @@ ``` -rendezvous() := +barrier() := ``` \ No newline at end of file