Skip to content

Commit c22a122

Browse files
feat: added first notes
1 parent 6117a7a commit c22a122

1,231 files changed

Lines changed: 126156 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,7 @@ cython_debug/
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161161

162-
output/
162+
# remove OTD files
163+
*.odt
164+
*.emf
165+
code/

README.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Notes
2+
3+
## Introduction
4+
5+
My journey with handwritten notes began during my time at the University of Bath. This method continued when I participated in various online courses. Over time, my collection of notes grew, accompanied by a growing concern about the potential loss or damage due to fire, theft, or other unforeseen events. To mitigate this risk, I began photocopying my notes and transitioned to typing new ones.
6+
7+
However, sharing handwritten notes with peers posed its challenges, especially in terms of readability. To address this, I started typing my notes in Microsoft Word, utilizing inbuilt styles for structure, color-coding different fields of study, and embedding documents for code snippets. This project aims to convert these Microsoft Word notes into markdown documents, ensuring they are easily accessible and readable on e-readers and similar devices.
8+
9+
## Table of Contents
10+
11+
### CM
12+
13+
1. [CM20219 - Fundamentals of Visual Computing](docs/CM20219%20-%20Fundamentals%20of%20Visual%20Computing/CM20219%20-%20Fundamentals%20of%20Visual%20Computing.md)
14+
1. [CM30072 - Safety-Critical Systems](docs/CM30072%20-%20Safety-Critical%20Systems/CM30072%20-%20Safety-Critical%20Systems.md)
15+
1. [CM30225 - Parallel Computing](docs/CM30225%20-%20Parallel%20Computing/CM30225%20-%20Parallel%20Computing.md)
16+
17+
### EE
18+
19+
1. [EE20085 - Electromagnetics](docs/EE20085%20-%20Electromagnetics/EE20085%20-%20Electromagnetics.md)
20+
1. [EE20100 - Control Systems](docs/EE20100%20-%20Control%20Systems/EE20100%20-%20Control%20Systems.md)
21+
1. [EE30021 - Digital Communications](docs/EE30021%20-%20Digital%20Communications/EE30021%20-%20Digital%20Communications.md)
22+
1. [EE40054 - Digital Image Processing](docs/EE40054%20-%20Digital%20Image%20Processing/EE40054%20-%20Digital%20Image%20Processing.md)
23+
1. [EE40098 - Computational Intelligence](docs/EE40098%20-%20Computational%20Intelligence/EE40098%20-%20Computational%20Intelligence.md)
24+
1. [EE40136 - Radar Systems and Remote Sensing](docs/EE40136%20-%20Radar%20Systems%20and%20Remote%20Sensing/EE40136%20-%20Radar%20Systems%20and%20Remote%20Sensing.md)
25+
1. [EE40211 - Satellite Based Navigation Systems](docs/EE40211%20-%20Satellite%20Based%20Navigation%20Systems/EE40211%20-%20Satellite%20Based%20Navigation%20Systems.md)
26+
27+
### GM
28+
29+
1. [GM01031 - Recipes](docs/GM01031%20-%20Recipes/GM01031%20-%20Recipes.md)
30+
1. [GM01100 - Computer Science](docs/GM01100%20-%20Computer%20Science/GM01100%20-%20Computer%20Science.md)
31+
1. [GM01101 - Python](docs/GM01101%20-%20Python/GM01101%20-%20Python.md)
32+
1. [GM01102 - CMD](docs/GM01102%20-%20CMD/GM01102%20-%20CMD.md)
33+
1. [GM01111 - Flask](docs/GM01111%20-%20Flask/GM01111%20-%20Flask.md)
34+
1. [GM01112 - Django](docs/GM01112%20-%20Django/GM01112%20-%20Django.md)
35+
1. [GM01121 - Maths for Computer Science](docs/GM01121%20-%20Maths%20for%20Computer%20Science/GM01121%20-%20Maths%20for%20Computer%20Science.md)
36+
1. [GM01131 - Data Science Foundations](docs/GM01131%20-%20Data%20Science%20Foundations/GM01131%20-%20Data%20Science%20Foundations.md)
37+
1. [GM01132 - Machine Learning](docs/GM01132%20-%20Machine%20Learning/GM01132%20-%20Machine%20Learning.md)
38+
1. [GM01133 - Natural Language Processing](docs/GM01133%20-%20Natural%20Language%20Processing/GM01133%20-%20Natural%20Language%20Processing.md)
39+
1. [GM01201 - C# and ASPNET](docs/GM01201%20-%20C#%20and%20ASPNET/GM01201%20-%20C#%20and%20ASPNET.md)
40+
1. [GM01202 - C](docs/GM01202%20-%20C/GM01202%20-%20C.md)
41+
1. [GM01203 - C Plus Plus](docs/GM01203%20-%20C%20Plus%20Plus/GM01203%20-%20C%20Plus%20Plus.md)
42+
1. [GM01601 - HTML](docs/GM01601%20-%20HTML/GM01601%20-%20HTML.md)
43+
1. [GM01602 - CSS](docs/GM01602%20-%20CSS/GM01602%20-%20CSS.md)
44+
1. [GM01603 - Sass](docs/GM01603%20-%20Sass/GM01603%20-%20Sass.md)
45+
1. [GM01604 - Website Design Theory](docs/GM01604%20-%20Website%20Design%20Theory/GM01604%20-%20Website%20Design%20Theory.md)
46+
1. [GM01611 - JavaScript](docs/GM01611%20-%20JavaScript/GM01611%20-%20JavaScript.md)
47+
1. [GM01612 - TypeScript](docs/GM01612%20-%20TypeScript/GM01612%20-%20TypeScript.md)
48+
1. [GM01613 - React](docs/GM01613%20-%20React/GM01613%20-%20React.md)
49+
1. [GM01614 - Redux](docs/GM01614%20-%20Redux/GM01614%20-%20Redux.md)
50+
1. [GM01615 - jQuery](docs/GM01615%20-%20jQuery/GM01615%20-%20jQuery.md)
51+
1. [GM01616 - Vue](docs/GM01616%20-%20Vue/GM01616%20-%20Vue.md)
52+
1. [GM01621 - Node](docs/GM01621%20-%20Node/GM01621%20-%20Node.md)
53+
1. [GM01622 - Express](docs/GM01622%20-%20Express/GM01622%20-%20Express.md)
54+
1. [GM01623 - Deploy a Server](docs/GM01623%20-%20Deploy%20a%20Server/GM01623%20-%20Deploy%20a%20Server.md)
55+
1. [GM01624 - Security Infrastructure and Scalability](docs/GM01624%20-%20Security%20Infrastructure%20and%20Scalability/GM01624%20-%20Security%20Infrastructure%20and%20Scalability.md)
56+
1. [GM01625 - PHP](docs/GM01625%20-%20PHP/GM01625%20-%20PHP.md)
57+
1. [GM01631 - DevOps](docs/GM01631%20-%20DevOps/GM01631%20-%20DevOps.md)
58+
1. [GM01651 - SQL](docs/GM01651%20-%20SQL/GM01651%20-%20SQL.md)
59+
1. [GM01652 - MongoDB](docs/GM01652%20-%20MongoDB/GM01652%20-%20MongoDB.md)
60+
1. [GM01701 - React Native](docs/GM01701%20-%20React%20Native/GM01701%20-%20React%20Native.md)
61+
1. [GM11601 - Front End Engineering](docs/GM11601%20-%20Front%20End%20Engineering/GM11601%20-%20Front%20End%20Engineering.md)
62+
1. [GM11602 - Back End Engineering](docs/GM11602%20-%20Back%20End%20Engineering/GM11602%20-%20Back%20End%20Engineering.md)
63+
1. [GM11603 - Python Back End Engineering](docs/GM11603%20-%20Python%20Back%20End%20Engineering/GM11603%20-%20Python%20Back%20End%20Engineering.md)
64+
65+
## Disclaimer
66+
67+
The notes in this repository are based on material gathered from my studies at university and various online courses. I do not claim ownership of the underlying knowledge. However, these notes are my personal work, written during my studies. I will continue to amend and update them as necessary.

0 commit comments

Comments
 (0)