Skip to content

Academic Materials – Semester 2 | Part of the Cosmos Vault multi-semester collection.

License

Notifications You must be signed in to change notification settings

Harith-Y/Cosmos-Vault-IIITDM-Sem2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cosmos Vault — Semester 2

Welcome to the Cosmos Vault – Semester 2 repository!
This repo contains curated academic materials, lecture notes, assignments, and projects for Semester 2 of the IIITDM coursework collection.

Part of the Cosmos Vault Index — a unified archive of multi-semester college resources.

Each folder corresponds to an academic component — feel free to explore!


🧭 How to Contribute

  1. Fork this repository.
  2. Clone your fork locally:
    git clone https://github.com/<your-username>/Cosmos-Vault-IIITDM-Sem2.git
    cd Cosmos-Vault-IIITDM-Sem2
  3. Add your material inside the appropriate folder (PDF, PPT, or code).
  4. Commit & push your changes:
  git add .
  git commit -m "Added Week 3 Notes for Subject XYZ"
  git push
  1. Open a Pull Request (PR) to the main branch.

For large files (>50 MB), use Git LFS or upload to Google Drive and add the shared link in a LINKS.md file.

More details in CONTRIBUTING.md


Download Only What You Need

To save bandwidth, use Git’s sparse checkout to clone just specific folders:

git clone --filter=blob:none --no-checkout https://github.com/Harith-Y/Cosmos-Vault-IIITDM-Sem2.git
cd Cosmos-Vault-IIITDM-Sem2
git sparse-checkout init --cone
git sparse-checkout set "Subject-Name/"
git checkout main

Related Repositories

Semester Repository Link
Sem 1 Cosmos-Vault-IIITDM-Sem1
Sem 3 Cosmos-Vault-IIITDM-Sem3
Sem 4 Cosmos-Vault-IIITDM-Sem4
Sem 5 Cosmos-Vault-IIITDM-Sem5
Index Cosmos-Vault-Index

License

This repository is licensed under the MIT License. See the LICENSE file for more information.


Credits

Maintained by Harith Yerragolam and contributors. Thanks to everyone who helps keep knowledge open and accessible!