Why you need to ask your friends for lecture notes.
This repo has been divided into two parts
- Part 1 -- Sem 1 - Sem 4
- Part 2 -- Sem 5 - Sem 7
.
├───SEM-1
│ ├───COMPUTER SYSTEMS AND ORGANIZATION (WIX1003)
│ ├───COMPUTING MATHEMATICS I (WIX1001)
│ │ ├───Assignment
│ │ ├───Lecture notes
│ │ └───Tutorial
│ ├───FUNDAMENTALS OF PROGRAMMING (WIX1002)
│ │ ├───Assignment
│ │ ├───Lecture notes
│ │ └───Tutorial
│ ├───INFORMATION SYSTEMS (WIA1001)
│ │ ├───Assignment
│ │ ├───Lecture notes
│ │ └───Tutorial
│ └───THE ISLAMIC AND ASIAN CIVILIZATION (TITAS)
├───SEM-2
├───SEM-3
├───SEM-4
├───SEM-5
└───SEM-6
.
├───SEM-1
│ ├───COMPUTER SYSTEMS AND ORGANIZATION (WIX1003)
│ ├───COMPUTING MATHEMATICS I (WIX1001)
│ │ ├───Assignment
│ │ ├───Lecture notes
│ │ │ └───Lecture Notes
│ │ │ └───Set
│ │ │ └───Set (Part 1)
│ │ │ └───Set (Part 2)
│ │ └───Tutorial
The purpose of this is to standardize all the file name and make the user easy to find the lecture notes.
-
Make sure all the letters are
UPPERCASE
and followed by theCourse Code
COMPUTER SYSTEMS AND ORGANIZATION (WIX1003)
-
Please put your
week number
. If the Lecture note have many parts, put it in one folder[Week 09] LogicProof Theory.pdf [Week 10] Gates.pdf
if you are not sure about which week
[Week XX] Gates.pdf
-
Please put your
week number
.[Week 09][Tutorial] LogicProof Theory.pdf [Week 02][Assignment] Permutations.pdf [Week 07][Lab] Object Oriented.pdf
if the tutorial has answer
[Week 09][Tutorial][Answer] LogicProof Theory.pdf
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D