Why you need to ask your friends for lecture notes.
.
├───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 standerdize all the file name and make the user easy to find the lecture notes.
Make sure all the letters are uppercase and followed by the course code
COMPUTER SYSTEMS AND ORGANIZATION (WIX1003)
Please put your week number. If the Lecture note have many parts, put it in one folder
[Week 9] LogicProof Theory.pdf
Please put your week number.
[Week 9][Tutorial] LogicProof Theory.pdf
if the tutorial has answer
[Week 9][Tutorial][Answer] LogicProof Theory.pdf
Please put your week number.
[Week 9][Assignment] 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