vault backup: 2025-03-12 10:29:14

This commit is contained in:
Marco Realacci 2025-03-12 10:29:14 +01:00
parent 030f005539
commit 0a25bbb4bf
6 changed files with 26 additions and 33 deletions

View file

@ -13,8 +13,8 @@
"type": "ollama" "type": "ollama"
}, },
"openaiCompatible": { "openaiCompatible": {
"url": "http://localhost:8080", "url": "https://generativelanguage.googleapis.com/v1beta/openai/",
"apiKey": "", "apiKey": "AIzaSyAbSE7e-ygLSKnYDsh_Qg_3Abg7exCCHZQ",
"embeddingModel": "", "embeddingModel": "",
"type": "openaiCompatible" "type": "openaiCompatible"
}, },

View file

@ -13,42 +13,34 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Concurrent Systems/notes/3b - Aravind's algorithm and improvements.md", "file": "Concurrent Systems/notes/4 - Semaphores.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "3b - Aravind's algorithm and improvements" "title": "4 - Semaphores"
} }
}, }
]
},
{
"id": "0151071bec50f9a2",
"type": "tabs",
"children": [
{ {
"id": "dd6c003f9d17b0e9", "id": "ceba66a3dedbc568",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Concurrent Systems/notes/1b - Peterson algorithm.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "1b - Peterson algorithm"
}
},
{
"id": "b51891c564d42ef8",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "pdf", "type": "pdf",
"state": { "state": {
"file": "Concurrent Systems/slides/class 3.pdf", "file": "Concurrent Systems/slides/class 4.pdf",
"page": 16, "page": 1,
"left": -16, "left": -23,
"top": 11, "top": 50,
"zoom": 0.9236935866983375 "zoom": 0.652019002375297
}, },
"icon": "lucide-file-text", "icon": "lucide-file-text",
"title": "class 3" "title": "class 4"
} }
} }
] ]
@ -225,15 +217,17 @@
}, },
"active": "6edd4157a160e462", "active": "6edd4157a160e462",
"lastOpenFiles": [ "lastOpenFiles": [
"Concurrent Systems/notes/2 - Fast mutex by Lamport.md", "Concurrent Systems/slides/class 4.pdf",
"Concurrent Systems/notes/1 - CS Basics.md", "Concurrent Systems/notes/4 - Semaphores.md",
"Concurrent Systems/notes/3b - Aravind's algorithm and improvements.md", "Concurrent Systems/notes/3b - Aravind's algorithm and improvements.md",
"Concurrent Systems/notes/3a - Hardware primitives & Lamport Bakery algorithm.md", "Concurrent Systems/notes/images/Pasted image 20250310172134.png",
"Concurrent Systems/notes/1b - Peterson algorithm.md", "Concurrent Systems/notes/1b - Peterson algorithm.md",
"Concurrent Systems/slides/class 3.pdf", "Concurrent Systems/slides/class 3.pdf",
"Concurrent Systems/notes/images/Pasted image 20250310103703.png",
"Concurrent Systems/notes/2 - Fast mutex by Lamport.md",
"Concurrent Systems/notes/1 - CS Basics.md",
"Concurrent Systems/notes/3a - Hardware primitives & Lamport Bakery algorithm.md",
"Concurrent Systems/notes/2b - Round Robin algorithm.md", "Concurrent Systems/notes/2b - Round Robin algorithm.md",
"Pasted image 20250310172134.png",
"Pasted image 20250310103703.png",
"Concurrent Systems/notes/1 - CS Basics2.md", "Concurrent Systems/notes/1 - CS Basics2.md",
"HCIW/slides/Interface and Interaction for IoT.pdf", "HCIW/slides/Interface and Interaction for IoT.pdf",
"Pasted image 20250305182542.png", "Pasted image 20250305182542.png",
@ -254,7 +248,6 @@
"Concurrent Systems/notes/images/Pasted image 20250304090207.png", "Concurrent Systems/notes/images/Pasted image 20250304090207.png",
"Concurrent Systems/notes/images/Pasted image 20250304084901.png", "Concurrent Systems/notes/images/Pasted image 20250304084901.png",
"Concurrent Systems/notes/images/Pasted image 20250304084537.png", "Concurrent Systems/notes/images/Pasted image 20250304084537.png",
"Concurrent Systems/slides/class 1.pdf",
"Concurrent Systems/notes/images/Pasted image 20250303093116.png", "Concurrent Systems/notes/images/Pasted image 20250303093116.png",
"Foundation of data science/notes/1 CV Basics.md", "Foundation of data science/notes/1 CV Basics.md",
"Foundation of data science/notes/7 Autoencoders.md", "Foundation of data science/notes/7 Autoencoders.md",
@ -269,7 +262,6 @@
"Biometric Systems/notes/6. Face recognition 2D.md", "Biometric Systems/notes/6. Face recognition 2D.md",
"Biometric Systems/notes/7. Face recognition 3D.md", "Biometric Systems/notes/7. Face recognition 3D.md",
"Biometric Systems/frequently asked questions/BS_questions.txt.md", "Biometric Systems/frequently asked questions/BS_questions.txt.md",
"Biometric Systems/notes/9. Ear recognition.md",
"Senza nome.canvas" "Senza nome.canvas"
] ]
} }

View file

@ -0,0 +1 @@
A Semaphore is an object with

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.