vault backup: 2022-10-24 17:18:07

This commit is contained in:
Jet Hughes 2022-10-24 17:18:07 +13:00
parent c57e5f3757
commit 3d5244737b
18 changed files with 178 additions and 7 deletions

View File

@ -0,0 +1,8 @@
---
title: "Application Layer"
aliases:
tags:
- cosc203
---

View File

@ -0,0 +1,8 @@
---
title: "Data Link Layer"
aliases:
tags:
- cosc203
---

View File

@ -0,0 +1,8 @@
---
title: "ER-Diagram"
aliases:
tags:
- cosc203
---

View File

@ -0,0 +1,8 @@
---
title: "Network Layer"
aliases:
tags:
- cosc203
---

View File

@ -0,0 +1,8 @@
---
title: "Normal-Forms"
aliases:
tags:
- cosc203
---

View File

@ -0,0 +1,8 @@
---
title: "Other Layer"
aliases:
tags:
---
<% tp.file.cursor(4) %>

View File

@ -0,0 +1,8 @@
---
title: "Physical Layer"
aliases:
tags:
- cosc203
---

View File

@ -2,11 +2,5 @@
title: "SQL"
aliases:
tags:
- info201
- cosc203
---
# Principles
# Sytax
# Interaction with code

8
content/notes/Schemas.md Normal file
View File

@ -0,0 +1,8 @@
---
title: "Schemas"
aliases:
tags:
- cosc203
---

View File

@ -0,0 +1,8 @@
---
title: "Security Layer"
aliases:
tags:
- cosc203
---

View File

@ -0,0 +1,8 @@
---
title: "Transport Layer"
aliases:
tags:
- cosc203
---

View File

@ -0,0 +1,8 @@
---
title: "Wireless Layer"
aliases:
tags:
- cosc203
---

8
content/notes/backend.md Normal file
View File

@ -0,0 +1,8 @@
---
title: "backend"
aliases:
tags:
- cosc203
---

View File

@ -28,6 +28,25 @@ tags:
# Notes
[dns](notes/dns.md)
- [Web](notes/web)
- [html](notes/html.md)
- [css](notes/css.md)
- [javascript](notes/javascript)
- [backend](notes/backend)
- [Databases](notes/databases)
- [ER Diagram](notes/ER-Diagram)
- [Normal Forms](notes/Normal-Forms)
- [Schemas](notes/Schemas)
- [SQL](notes/SQL)
- [Networks](notes/network)
- [Application Layer](notes/Application Layer)
- [Transport Layer](notes/Transport Layer)
- [Network Layer](notes/Network Layer)
- [Data Link Layer](notes/Data Link Layer)
- [Physical Layer](notes/Physical Layer)
- [Wireless Layer](notes/Wireless Layer)
- [Security Layer](notes/Security Layer)
- [Other Layer](notes/Other Layer)
# Lectures
- [01-basic-html](notes/01-basic-html.md)

View File

@ -0,0 +1,15 @@
---
title: "databases"
aliases:
tags:
- cosc203
---
# ER Diagram
[ER Diagram](notes/ER-Diagram)
# Normal Forms
[Normal Forms](notes/Normal-Forms)
# Schemas
[Schemas](notes/Schemas)
# SQL
[SQL](notes/SQL)

View File

@ -0,0 +1,8 @@
---
title: "javascript"
aliases:
tags:
- cosc203
---

23
content/notes/network.md Normal file
View File

@ -0,0 +1,23 @@
---
title: "network"
aliases:
tags:
- cosc203
---
# Application Layer
[Application Layer](notes/Application Layer)
# Transport Layer
[Transport Layer](notes/Transport Layer)
# Network Layer
[Network Layer](notes/Network Layer)
# Data Link Layer
[Data Link Layer](notes/Data Link Layer)
# Physical Layer
[Physical Layer](notes/Physical Layer)
# Wireless Layer
[Wireless Layer](notes/Wireless Layer)
# Security Layer
[Security Layer](notes/Security Layer)
# Other Layer
[Other Layer](notes/Other Layer)

16
content/notes/web.md Normal file
View File

@ -0,0 +1,16 @@
---
title: "web"
aliases:
tags:
- cosc203
---
# HTML
[html](notes/html.md)
# CSS
[css](notes/css.md)
# JavaScipt
[javascript](notes/javascript)
# Back End
[backend](notes/backend)