From 8be5b93ef5ee504a86b478d078c51547895b382b Mon Sep 17 00:00:00 2001 From: boris Date: Mon, 22 Jan 2024 09:16:48 +0000 Subject: [PATCH] vault backup: 2024-01-22 09:16:48 --- .obsidian/workspace.json | 14 +++++++------- .../Computer Systems Internals & Linux/README.md | 4 +++- Semester 2/Database Systems/README.md | 4 +++- Semester 2/HCI/README.md | 6 ++++-- Semester 2/Programming 2/README.md | 4 +++- 5 files changed, 20 insertions(+), 12 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index b1eeb82..5c27da4 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -21,7 +21,7 @@ "state": { "type": "markdown", "state": { - "file": "Semester 2/Computer Systems Internals & Linux/README.md", + "file": "Semester 2/Programming 2/README.md", "mode": "source", "source": false } @@ -95,7 +95,7 @@ "state": { "type": "backlink", "state": { - "file": "Semester 2/Computer Systems Internals & Linux/README.md", + "file": "Semester 2/Programming 2/README.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -112,7 +112,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Semester 2/Computer Systems Internals & Linux/README.md", + "file": "Semester 2/Programming 2/README.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -135,7 +135,7 @@ "state": { "type": "outline", "state": { - "file": "Semester 2/Computer Systems Internals & Linux/README.md" + "file": "Semester 2/Programming 2/README.md" } } }, @@ -177,10 +177,10 @@ }, "active": "13f4c5e19c9ab3c8", "lastOpenFiles": [ - "images.md", - "Semester 2/Computer Systems Internals & Linux/README.md", - "Semester 2/Database Systems/README.md", "Semester 2/HCI/README.md", + "Semester 2/Database Systems/README.md", + "Semester 2/Computer Systems Internals & Linux/README.md", + "images.md", "Semester 2/Programming 2/README.md", "Semester 2/Database Systems/Week 1/Week 1 Database Systems.md", "Semester 2/HCI/Week 2", diff --git a/Semester 2/Computer Systems Internals & Linux/README.md b/Semester 2/Computer Systems Internals & Linux/README.md index b35f8c5..adfb032 100644 --- a/Semester 2/Computer Systems Internals & Linux/README.md +++ b/Semester 2/Computer Systems Internals & Linux/README.md @@ -1,2 +1,4 @@ +# Computer Systems Internals & Linux + This directory holds lecture notes, tutorial Q&A and workshop notes for the CSIL module. -Any Linux terminal screenshots are embedded in the notes, but stored in /images/. \ No newline at end of file +Any Linux terminal screenshots are embedded in the notes, but stored in /images/. diff --git a/Semester 2/Database Systems/README.md b/Semester 2/Database Systems/README.md index 823d51b..7c05751 100644 --- a/Semester 2/Database Systems/README.md +++ b/Semester 2/Database Systems/README.md @@ -1,2 +1,4 @@ +# Database Systems + This directory holds notes, tutorial Q&A, and workshop code for the Database Systems module. -Any assignments will also be stored here, along with the Postgre database files used to visualise and create the final product. \ No newline at end of file +Any assignments will also be stored here, along with the Postgre database files used to visualise and create the final product. diff --git a/Semester 2/HCI/README.md b/Semester 2/HCI/README.md index 606904d..951431d 100644 --- a/Semester 2/HCI/README.md +++ b/Semester 2/HCI/README.md @@ -1,2 +1,4 @@ -This directory holds notes from the HCI module. -Workshop code is not stored here, but rather at [VS_HCI](https://borishub.co.uk/git/boris/VS_HCI), which is maintained using Visual Studio 2022's version control client. \ No newline at end of file +# Human Computer Interfaces + +This directory holds notes from the HCI module. +Workshop code is not stored here, but rather at [VS_HCI](https://borishub.co.uk/git/boris/VS_HCI), which is maintained using Visual Studio 2022's version control client. diff --git a/Semester 2/Programming 2/README.md b/Semester 2/Programming 2/README.md index 3ab8e20..b1fad8f 100644 --- a/Semester 2/Programming 2/README.md +++ b/Semester 2/Programming 2/README.md @@ -1,2 +1,4 @@ +# Programming 2 + This directory holds all notes for the Programming 2 module, along with all workshop code & assignments / homework. -Workshop code is stored in directories as BlueJ projects alongside the weekly lecture notes. \ No newline at end of file +Workshop code is stored in directories as BlueJ projects alongside the weekly lecture notes.