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!
- Fork this repository.
- Clone your fork locally:
git clone https://github.com/<your-username>/Cosmos-Vault-IIITDM-Sem2.git cd Cosmos-Vault-IIITDM-Sem2
- Add your material inside the appropriate folder (PDF, PPT, or code).
- Commit & push your changes:
git add .
git commit -m "Added Week 3 Notes for Subject XYZ"
git push- 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
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| 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 |
This repository is licensed under the MIT License. See the LICENSE file for more information.
Maintained by Harith Yerragolam and contributors. Thanks to everyone who helps keep knowledge open and accessible!