vault backup: 2024-01-22 09:16:48

This commit is contained in:
2024-01-22 09:16:48 +00:00
parent 33edc6327d
commit 8be5b93ef5
5 changed files with 20 additions and 12 deletions

View File

@@ -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",

View File

@@ -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/.
Any Linux terminal screenshots are embedded in the notes, but stored in /images/.

View File

@@ -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.
Any assignments will also be stored here, along with the Postgre database files used to visualise and create the final product.

View File

@@ -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.
# 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.

View File

@@ -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.
Workshop code is stored in directories as BlueJ projects alongside the weekly lecture notes.