Skip to content

Collections of all lecture note, lab, tutorial and etc

Notifications You must be signed in to change notification settings

AzriDelta/FsktmUM-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

FsktmUM Notes

Why you need to ask your friends for lecture notes.

File Strutcure

.
├───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

If the lecture note or tutorial has more than one part

.
├───SEM-1
│   ├───COMPUTER SYSTEMS AND ORGANIZATION (WIX1003)
│   ├───COMPUTING MATHEMATICS I (WIX1001)
│   │   ├───Assignment
│   │   ├───Lecture notes
│   │   │    └───Lecture Notes
│   │   │          └───Set
│   │   │               └───Set (Part 1)
│   │   │               └───Set (Part 2)
│   │   └───Tutorial

Folder naming conventions

The purpose of this is to standerdize all the file name and make the user easy to find the lecture notes.

Subject Name

Make sure all the letters are uppercase and followed by the course code

Example

COMPUTER SYSTEMS AND ORGANIZATION (WIX1003)

Lecture Notes file name

Please put your week number. If the Lecture note have many parts, put it in one folder

Example

[Week 9] LogicProof Theory.pdf

Tutorial file Name

Please put your week number.

Example

[Week 9][Tutorial] LogicProof Theory.pdf

if the tutorial has answer

[Week 9][Tutorial][Answer] LogicProof Theory.pdf

Assignment file Name

Please put your week number.

Example

[Week 9][Assignment] LogicProof Theory.pdf

How to contribute

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

About

Collections of all lecture note, lab, tutorial and etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • VHDL 95.6%
  • Java 3.0%
  • HTML 1.3%
  • Other 0.1%