A free, student-built archive of North South University course materials — lectures, labs, assignments, previous questions, projects and reference books for CSE, GED and MAT courses.
Each course is a single zip on Google Drive, organized into clean folders:
Course/
├── Course Info/ (outline, calendar, office hours)
├── Lectures/ (slides & notes)
├── Assignments/
├── Projects/ (+ GitHub links where available)
├── Exams & Quizzes/ (mids, finals, previous questions)
├── Labs/ (lab manuals & code — bundled with the parent course)
├── Books & References/
└── README.md (modules + faculty + assignment list)
| Code | Course | Faculty | Year | Provided by | Project | Download |
|---|---|---|---|---|---|---|
| CSE115 | Programming Language I (+ Lab) | NvA | 2023 | WinTer1165 | repo | Drive |
| CSE173 | Discrete Mathematics | SfT | 2024 | WinTer1165 | — | Drive |
| CSE215 | Programming Language II (+ Lab) | RRn | 2024 | WinTer1165 | — | Drive |
| CSE225 | Data Structures and Algorithms | IQn | 2024 | WinTer1165 | — | Drive |
| CSE231 | Digital Logic Design (+ Lab) | KDA1 | 2024 | WinTer1165 | — | Drive |
| CSE311 | Database Management System | STI | 2025 | WinTer1165 | repo | Drive |
| CSE323 | Operating Systems Design | NvA | 2025 | WinTer1165 | repo | Drive |
| CSE327 | Software Engineering | AUQ | 2025 | WinTer1165 | — | Drive |
| CSE331 | Microprocessor & Embedded Systems | ACQ | 2026 | WinTer1165 | repo | Drive |
| CSE332 | Computer Organization and Architecture | MAQm | 2025 | WinTer1165 | repo | Drive |
| CSE373 | Design and Analysis of Algorithms | Ekd | 2024 | WinTer1165 | — | Drive |
| CSE438 | Data Communication & Networking | HzR | 2025 | WinTer1165 | — | Drive |
| CSE468 | Computer Vision | AFE | 2025 | WinTer1165 | repo | Drive |
| CSE482 | Internet and Web Technology | NQH | 2024 | WinTer1165 | — | Drive |
| EEE141 | Electrical Circuits I | KMM | 2026 | WinTer1165 | — | Drive |
| BIO103 | Biology I | Prof. Salequl Islam | 2024 | N/A | — | Drive |
| CHE101 | General Chemistry (Lecture Notes) | ABI | 2024 | N/A | — | Drive |
| CHE101 | General Chemistry (Slides) | N/A | 2023 | N/A | — | Drive |
| BUS112 | Introduction to Business Mathematics | JeR | 2023 | N/A | — | Drive |
| ENG102 | Introduction to Composition | N/A | 2023 | N/A | — | Drive |
| ENG103 | Intermediate Composition | NM | 2023 | WinTer1165 | — | Drive |
| ENV107 | Introduction to Environmental Science | N/A | 2023 | N/A | — | Drive |
| ENV203 | Environment and Development | Mpr | 2024 | WinTer1165 | — | Drive |
| MIS107 | Information System and Computing | N/A | 2023 | N/A | — | Drive |
| MAT116 | Pre-Calculus | MAlm | 2023 | WinTer1165 | — | Drive |
| MAT120 | Calculus and Analytic Geometry I | MtM | 2023 | WinTer1165 | — | Drive |
| MAT120 | Calculus and Analytic Geometry I (Spring 2025) | kkar | 2025 | WinTer1165 | — | Drive |
| MAT125 | Linear Algebra | kkar | 2024 | N/A | — | Drive |
Faculty uses NSU short initials.
N/A= not recorded in the source files.—= not applicable/unknown. Labs for CSE courses are bundled inside the parent course zip.
It's a static site — no build step.
git clone https://github.com/WinTer1165/nsu-study-stash.git
cd nsu-study-stash
python -m http.server 8000 # then open http://localhost:8000To edit the list, change assets/courses.js — the page renders itself from that array.
Pull requests are welcome! To add or fix a course:
- Open an issue with the course code and what you have, or
- Fork & PR — add an entry to
assets/courses.jsin the existing format, or - Email the files (a Google Drive link is easiest) to aminulislamlabib@gmail.com and they'll be added with credit.
Please keep filenames clean and don't upload anyone's personal or graded work.
These materials are shared by students for educational use only. All slides, notes and books remain the property of their respective authors, faculty and North South University.
If you are from NSU or a faculty member and want any material removed, email aminulislamlabib@gmail.com and it will be taken down promptly.
The website code in this repository is released under the MIT License. This license covers the code only — not the linked course materials, which belong to their respective owners.
Built with ♥ by WinTer1165 · Independent, unofficial student project — not affiliated with North South University.