index.md (2817B)
1 # <a href="https://github.com/notamitgamer/bsc">BSc Code Index</a> 2 ## BSc Computer Science Honours (WBSU) 3 4 This repository serves as a comprehensive, live archive of my 4-year academic journey in Computer Science at [**Acharya Prafulla Chandra College (APC)**](https://apccollege.ac.in/). It contains practical implementations, assignments, and study materials following the WBSU curriculum. 5 6 --- 7 8 ### Quick Links 9 * **GitHub Repo:** [@notamitgamer/bsc](https://github.com/notamitgamer/bsc) 10 * **Web View** [notamitgamer.github.io/bsc/](https://notamitgamer.github.io/bsc/) 11 * **Web View:** [amit.is-a.dev/bsc](https://amit.is-a.dev/bsc) 12 * **Live Portfolio:** [amit.is-a.dev](https://amit.is-a.dev) 13 * **GitHub Profile:** [@notamitgamer](https://github.com/notamitgamer) 14 15 --- 16 17 ## Roadmap and Progress 18 19 !!! note "Progress" 20 I am currently in **Semester 1**. Folders for future semesters are placeholders and will be updated in real-time as the academic session progresses. 21 22 | Semester | Status | Primary Focus | 23 | :--- | :--- | :--- | 24 | [**Semester 1**](./semester_1/) | Active | **C Programming**, **R** | 25 | [**Semester 2**](./semester_2/) | Pending | Upcoming | 26 | [**Semester 3**](./semester_3/) | Pending | Upcoming | 27 | [**Semester 4**](./semester_4/) | Pending | Upcoming | 28 | [**Semester 5**](./semester_5/) | Pending | Upcoming | 29 | [**Semester 6**](./semester_6/) | Pending | Upcoming | 30 | [**Semester 7**](./semester_7/) | Pending | Upcoming | 31 | [**Semester 8**](./semester_8/) | Pending | Upcoming | 32 33 --- 34 35 ## Environment Setup 36 37 ### C and C++ Development 38 1. **Download Compiler:** [MinGW64.zip (85 MB)](https://amit.is-a.dev/download/MinGW64.zip) or [**Original MinGW-w64 Executable**](https://github.com/notamitgamer/bsc/releases/tag/MinGW-2021-09-05) 39 2. **Configuration:** Extract to `C:\MinGW64` and add `C:\MinGW64\bin` to your System Environment Variables. 40 3. **Verification:** Run `gcc --version` in your terminal. 41 42 ### R Programming 43 !!! tip "Setup Tip" 44 Download and install R from [CRAN](https://cran.r-project.org/) and RStudio for the best development experience. 45 46 --- 47 48 ## Academic Integrity 49 50 !!! warning "Academic Integrity" 51 While this code is public for reference, academic integrity is a priority. 52 53 - **Understand the Logic** — Study the implementations to learn the underlying concepts. 54 - **Avoid Plagiarism** — Direct copy-pasting for college submissions is strongly discouraged. 55 - **Independent Implementation** — The best way to learn is to understand the logic, then rewrite it from scratch. 56 57 --- 58 59 ## About the Author 60 61 **Amit Dutta** 62 63 | Method | Use | 64 |---|---| 65 | Personal | [amitdutta4255@gmail.com](mailto:amitdutta4255@gmail.com) | 66 | Work | [mail@amit.is-a.dev](mailto:mail@amit.is-a.dev) | 67 | License | [MIT](https://github.com/notamitgamer/bsc/blob/main/LICENSE) |