CU‑Notes‑HUB‑SGS is an open-source collection of study notes and resources for students of Chandigarh University’s Computer Science & Engineering program. It serves as a centralized hub to organize semester-wise academic material—ideal for exam preparation, review, and collaborative learning.
/
├── 5th_Sem/ # 5th semester materials
├── 6th_Sem/ # 6th semester materials
├── 7th_Sem/ # 7th semester materials
├── 8th_Sem/ # 8th semester materials
└── Final Students List 2020-2024.xlsx # Student list reference
- Each semester folder contains subject-wise notes, slides, and reference material.
- The student list can be used for group assignments and tracking.
- Organized by semester – easy to navigate and find study material.
- Supports multiple formats – notes, PDFs, images, code snippets, etc.
- Regularly updated – community contributions welcome.
- Easy to collaborate – clone, edit, add files, and PR.
Clone the repo:
git clone https://github.com/SOFTGAMESTUDIO/CU-Notes-HUB-SGS.git
cd CU-Notes-HUB-SGSBrowse semester folders (*.md, *.pdf, *.pptx, .docx) to access study material.
We welcome help! To add or improve content:
- Fork the repo & create a new branch:
git checkout -b add-note-<semester>-<topic> - Add or update files (use clear filenames).
- Commit with a descriptive message:
git commit -m "Add OS notes for 7th semester" - Push & open a pull request outlining your changes.
Make sure your additions are neatly formatted, well-named, and organized properly.
To improve usability and professionalism, consider adding:
- Badges at the top for build status, issues, license, GitHub Stars, etc. (see Shields.io).
- A Table of Contents for quick navigation.
- A Tech stack or prerequisites section (e.g. Markdown viewer, PDF reader).
- Optionally, embed GitHub Stats cards if you're tracking activity.
Check out the
github-readme-statsproject for examples. ([github.com][1], [github.com][2], [github.com][3], [github.com][4])
Distributed under the MIT License—see the LICENSE file for details.
Project maintained by SOFTGAMESTUDIO. For feedback or collaboration, open an issue or drop a message on GitHub.
# CU‑Notes‑HUB‑SGS 📘
**CU‑Notes‑HUB‑SGS** is an open-source collection of study notes and resources for students of Chandigarh University’s CSE program.
## 📂 Repository Structure
/ ├── 5th_Sem/ ├── 6th_Sem/ ├── 7th_Sem/ ├── 8th_Sem/ └── Final Students List 2020-2024.xlsx
## 🚀 Getting Started
```bash
git clone https://github.com/SOFTGAMESTUDIO/CU-Notes-HUB-SGS.git
cd CU-Notes-HUB-SGS
- Fork & branch.
- Add/update material.
- Commit changes.
- Create a pull request.
MIT. See LICENSE.
Open an issue or message via GitHub.