github-actions[bot] commited on
Commit
efb6cf9
·
1 Parent(s): 0ce03d4

Safe auto-sync: updating GitHub files while protecting dynamic folders

Browse files
CHANGELOG.md CHANGED
@@ -1,16 +1,17 @@
1
  # Changelog
2
 
3
- > Last build: July 01, 2026 at 16:08 UTC
4
 
5
  ## Latest Build
6
 
7
- - **Build ID** — `1eed97eb406ef0a38b73b05c92d9b27de417d512`
8
  - **Triggered by** — [@notamitgamer](https://github.com/notamitgamer)
9
  - **Branch** — `main`
10
- - **Build time** — July 01, 2026 at 16:08 UTC
11
 
12
  ## Recent Commits
13
 
 
14
  - [`1eed97e`](https://github.com/notamitgamer/bsc/commit/1eed97eb406ef0a38b73b05c92d9b27de417d512) updated algolia search modal style — Amit Dutta, Jul 01, 2026 16:08 UTC
15
  - [`904f703`](https://github.com/notamitgamer/bsc/commit/904f703227689e87d3f1e60a5293e44cdad2d953) chore: update changelog [skip ci] — github-actions[bot], Jul 01, 2026 15:24 UTC
16
  - [`b2756a8`](https://github.com/notamitgamer/bsc/commit/b2756a80c70b1de5f8412e307c4e847fbd86f19c) updated algolia — Amit Dutta, Jul 01, 2026 15:23 UTC
@@ -30,7 +31,6 @@
30
  - [`6b48fe9`](https://github.com/notamitgamer/bsc/commit/6b48fe99b177fc2b49cd1b98113b8f2d7970aa6e) updated banner [skip ci] — Amit Dutta, Jun 25, 2026 11:10 UTC
31
  - [`2ef38f5`](https://github.com/notamitgamer/bsc/commit/2ef38f5c1728341bdc675b4b7a5d6910bcd5dafe) removed ci [skip ci] — Amit Dutta, Jun 24, 2026 01:04 UTC
32
  - [`1899d88`](https://github.com/notamitgamer/bsc/commit/1899d88f36af58473e930a3e6562d3ab034c3cc1) chore: update changelog [skip ci] — github-actions[bot], Jun 24, 2026 00:55 UTC
33
- - [`bd0c8e9`](https://github.com/notamitgamer/bsc/commit/bd0c8e9468bcd83e0ab6dab4fc29fe90e9b752f4) Merge pull request #10 from notamitgamer/edit — Amit Dutta, Jun 24, 2026 00:53 UTC
34
 
35
  ---
36
 
 
1
  # Changelog
2
 
3
+ > Last build:
4
 
5
  ## Latest Build
6
 
7
+ - **Build ID** — `c6db20f8c9f791105d506c9c2dc01d6c2e3ec32d`
8
  - **Triggered by** — [@notamitgamer](https://github.com/notamitgamer)
9
  - **Branch** — `main`
10
+ - **Build time** —
11
 
12
  ## Recent Commits
13
 
14
+ - [`c6db20f`](https://github.com/notamitgamer/bsc/commit/c6db20f8c9f791105d506c9c2dc01d6c2e3ec32d) chore: update changelog [skip ci] — github-actions[bot], Jul 01, 2026 16:09 UTC
15
  - [`1eed97e`](https://github.com/notamitgamer/bsc/commit/1eed97eb406ef0a38b73b05c92d9b27de417d512) updated algolia search modal style — Amit Dutta, Jul 01, 2026 16:08 UTC
16
  - [`904f703`](https://github.com/notamitgamer/bsc/commit/904f703227689e87d3f1e60a5293e44cdad2d953) chore: update changelog [skip ci] — github-actions[bot], Jul 01, 2026 15:24 UTC
17
  - [`b2756a8`](https://github.com/notamitgamer/bsc/commit/b2756a80c70b1de5f8412e307c4e847fbd86f19c) updated algolia — Amit Dutta, Jul 01, 2026 15:23 UTC
 
31
  - [`6b48fe9`](https://github.com/notamitgamer/bsc/commit/6b48fe99b177fc2b49cd1b98113b8f2d7970aa6e) updated banner [skip ci] — Amit Dutta, Jun 25, 2026 11:10 UTC
32
  - [`2ef38f5`](https://github.com/notamitgamer/bsc/commit/2ef38f5c1728341bdc675b4b7a5d6910bcd5dafe) removed ci [skip ci] — Amit Dutta, Jun 24, 2026 01:04 UTC
33
  - [`1899d88`](https://github.com/notamitgamer/bsc/commit/1899d88f36af58473e930a3e6562d3ab034c3cc1) chore: update changelog [skip ci] — github-actions[bot], Jun 24, 2026 00:55 UTC
 
34
 
35
  ---
36
 
docs/.vitepress/config.mts CHANGED
@@ -42,12 +42,16 @@ const vitePressConfig = {
42
 
43
  vite: {
44
  server: {
45
- allowedHosts: true as true
 
46
  }
47
  } as any,
48
 
49
  themeConfig: {
50
- logo: '/logo.svg',
 
 
 
51
 
52
  nav: [
53
  { text: 'Terms', link: '/terms'},
@@ -100,17 +104,8 @@ const vitePressConfig = {
100
  buttonAriaLabel: 'Search programs',
101
  },
102
  modal: {
103
- searchBox: {
104
- clearButtonTitle: 'Clear search query',
105
- closeButtonText: 'clear',
106
-
107
- cancelButtonTitle: 'Close search',
108
- cancelButtonText: '×',
109
- closeButtonAriaLabel: 'Close search',
110
- },
111
  noResultsScreen: {
112
  noResultsText: 'No programs found for',
113
- suggestedQueryText: 'Try searching for a different problem statement',
114
  }
115
  }
116
  }
 
42
 
43
  vite: {
44
  server: {
45
+ allowedHosts: true as true,
46
+ host: true,
47
  }
48
  } as any,
49
 
50
  themeConfig: {
51
+ logo: {
52
+ light: '/logo_light.svg',
53
+ dark: '/logo_dark.svg',
54
+ },
55
 
56
  nav: [
57
  { text: 'Terms', link: '/terms'},
 
104
  buttonAriaLabel: 'Search programs',
105
  },
106
  modal: {
 
 
 
 
 
 
 
 
107
  noResultsScreen: {
108
  noResultsText: 'No programs found for',
 
109
  }
110
  }
111
  }
docs/.vitepress/theme/style.css CHANGED
@@ -1,7 +1,113 @@
 
 
 
 
1
  * {
2
  -webkit-tap-highlight-color: transparent;
3
  }
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  .bsc-header {
6
  margin-bottom: 1.4rem;
7
  }
@@ -163,67 +269,27 @@
163
  background-color: var(--vp-c-brand-3);
164
  }
165
 
166
- @media (hover: none) and (pointer: coarse) {
167
- .vp-doc [class*="language-"] > button.copy {
168
- opacity: 1 !important;
169
- }
170
- }
171
-
172
- :root {
173
- --vp-c-brand-1: #a8b1ff;
174
- --vp-c-brand-2: #8b97ff;
175
- --vp-c-brand-3: #6e7eff;
176
- --vp-c-brand: #a8b1ff;
177
 
178
- --vp-home-hero-image-background-image: linear-gradient(
179
- -45deg,
180
- #a8b1ff 50%,
181
- #dde0ff 50%
182
- );
183
- --vp-home-hero-image-filter: blur(100px);
184
- --vp-home-hero-name-color: transparent;
185
- --vp-home-hero-name-background: -webkit-linear-gradient(
186
- 120deg,
187
- #a8b1ff 30%,
188
- #dde0ff
189
- );
190
-
191
- --vp-font-family-base: 'Lexend', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
192
- }
193
-
194
- ::-webkit-scrollbar {
195
- width: 8px;
196
- height: 8px;
197
- }
198
- ::-webkit-scrollbar-track {
199
- background: transparent;
200
- }
201
- ::-webkit-scrollbar-thumb {
202
- background: var(--vp-c-divider);
203
- border-radius: 4px;
204
- }
205
- ::-webkit-scrollbar-thumb:hover {
206
- background: var(--vp-c-brand-1);
207
- }
208
-
209
- .dark ::-webkit-scrollbar-track {
210
- background: var(--vp-c-bg-soft);
211
- }
212
-
213
- ::selection {
214
- background: #a8b1ff33;
215
- color: var(--vp-c-text-1);
216
- }
217
 
218
  .VPFeature:hover {
219
  border-color: var(--vp-c-brand-1) !important;
220
  transition: border-color 0.2s;
221
  }
222
 
223
- .DocSearch-NoResults-Prefill-List {
224
- display: none !important;
 
 
225
  }
226
 
 
 
 
 
 
227
  .DocSearch-Form {
228
  background-color: transparent !important;
229
  border: none !important;
@@ -231,31 +297,35 @@
231
  padding: 0 !important;
232
  }
233
 
234
- .DocSearch-Reset svg {
235
- display: none !important;
236
  }
237
 
238
- .DocSearch-Reset::before {
239
- content: "clear";
240
- font-size: 14px;
241
- font-weight: 500;
242
- color: #5468ff;
243
  }
244
 
245
- .DocSearch-Reset::after {
246
- content: "|";
247
- font-size: 14px;
248
- color: var(--docsearch-muted-color);
249
- margin: 0 8px;
250
  }
251
 
252
- .DocSearch-Cancel {
253
- font-size: 20px !important;
254
- display: block !important;
255
- color: #5468ff !important;
256
- background: none !important;
257
- padding-left: 0 !important;
258
- line-height: 1 !important;
 
 
 
 
 
 
 
259
  }
260
 
261
  .DocSearch-Hit[aria-selected="true"] a {
@@ -265,12 +335,10 @@
265
  }
266
 
267
  .DocSearch-Hit a:hover {
268
- background-color: var(--vp-c-brand-soft) !important;
 
269
  }
270
 
271
- .DocSearch-Input {
272
- font-size: 16px !important;
273
- }
274
  .DocSearch-Hit-title {
275
  font-size: 14px !important;
276
  }
@@ -283,24 +351,49 @@
283
  font-size: 12px !important;
284
  }
285
 
286
- .DocSearch-MagnifierLabel svg {
287
- width: 16px !important;
288
- height: 16px !important;
289
- }
290
 
291
- .DocSearch-SearchBar {
292
- padding-top: 1px !important;
293
- padding-bottom: 1px !important;
294
- border-bottom: 1px solid var(--vp-c-divider) !important;
295
- }
296
 
297
- .DocSearch-Dropdown {
298
- padding-top: 2px !important;
299
  }
300
 
301
- @media (min-width: 768px) {
 
 
 
 
 
302
  .DocSearch-Modal {
303
- max-width: 800px !important;
304
- width: 100% !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
305
  }
306
  }
 
1
+ /* ==========================================================================
2
+ GLOBAL / BASE
3
+ ========================================================================== */
4
+
5
  * {
6
  -webkit-tap-highlight-color: transparent;
7
  }
8
 
9
+ ::-webkit-scrollbar {
10
+ width: 8px;
11
+ height: 8px;
12
+ }
13
+ ::-webkit-scrollbar-track {
14
+ background: transparent;
15
+ }
16
+ ::-webkit-scrollbar-thumb {
17
+ background: var(--vp-c-divider);
18
+ border-radius: 4px;
19
+ }
20
+ ::-webkit-scrollbar-thumb:hover {
21
+ background: var(--vp-c-brand-1);
22
+ }
23
+
24
+ ::selection {
25
+ background: #a8b1ff33;
26
+ color: var(--vp-c-text-1);
27
+ }
28
+
29
+
30
+ /* ==========================================================================
31
+ THEME COLORS — LIGHT MODE (:root = default/light)
32
+ ========================================================================== */
33
+
34
+ :root {
35
+ /* Brand */
36
+ --vp-c-brand-1: #8839ef;
37
+ --vp-c-brand-2: #7c3aed;
38
+ --vp-c-brand-3: #6d28d9;
39
+ --vp-c-brand: #8839ef;
40
+
41
+ /* Home hero gradient (light) */
42
+ --vp-home-hero-image-background-image: linear-gradient(
43
+ -45deg,
44
+ #8839ef 50%,
45
+ #a855f7 50%
46
+ );
47
+ --vp-home-hero-image-filter: blur(100px);
48
+ --vp-home-hero-name-color: transparent;
49
+ --vp-home-hero-name-background: -webkit-linear-gradient(
50
+ 120deg,
51
+ #8839ef 30%,
52
+ #a855f7
53
+ );
54
+
55
+ /* DocSearch hit colors (light) */
56
+ --docsearch-hit-color: #1a1a1a;
57
+ --docsearch-hit-active-color: #1a1a1a;
58
+ --docsearch-hit-background: #f3f0fb;
59
+
60
+ /* Font */
61
+ --vp-font-family-base: 'Lexend', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
62
+ }
63
+
64
+
65
+ /* ==========================================================================
66
+ THEME COLORS — DARK MODE (.dark overrides)
67
+ ========================================================================== */
68
+
69
+ .dark {
70
+ /* Backgrounds → true black */
71
+ --vp-c-bg: #000000;
72
+ --vp-c-bg-alt: #000000;
73
+ --vp-c-bg-elv: #000000;
74
+ --vp-c-bg-soft: #0a0a0a;
75
+ --vp-c-divider: #1a1a1a;
76
+
77
+ /* Brand */
78
+ --vp-c-brand-1: #cba6f7;
79
+ --vp-c-brand-2: #b48ead;
80
+ --vp-c-brand-3: #a374c4;
81
+ --vp-c-brand: #cba6f7;
82
+
83
+ /* Home hero gradient (dark) */
84
+ --vp-home-hero-image-background-image: linear-gradient(
85
+ -45deg,
86
+ #cba6f7 50%,
87
+ #dcc6fb 50%
88
+ );
89
+ --vp-home-hero-name-background: -webkit-linear-gradient(
90
+ 120deg,
91
+ #cba6f7 30%,
92
+ #dcc6fb
93
+ );
94
+
95
+ /* DocSearch hit colors (dark) */
96
+ --docsearch-hit-color: #ffffff;
97
+ --docsearch-hit-active-color: #ffffff;
98
+ --docsearch-hit-background: #1a1625;
99
+ --docsearch-modal-background: #000000 !important;
100
+ }
101
+
102
+ .dark ::-webkit-scrollbar-track {
103
+ background: var(--vp-c-bg-soft);
104
+ }
105
+
106
+
107
+ /* ==========================================================================
108
+ CUSTOM COMPONENTS — .bsc-* (file/problem cards, buttons)
109
+ ========================================================================== */
110
+
111
  .bsc-header {
112
  margin-bottom: 1.4rem;
113
  }
 
269
  background-color: var(--vp-c-brand-3);
270
  }
271
 
 
 
 
 
 
 
 
 
 
 
 
272
 
273
+ /* ==========================================================================
274
+ VITEPRESS UI TWEAKS
275
+ ========================================================================== */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
276
 
277
  .VPFeature:hover {
278
  border-color: var(--vp-c-brand-1) !important;
279
  transition: border-color 0.2s;
280
  }
281
 
282
+ @media (hover: none) and (pointer: coarse) {
283
+ .vp-doc [class*="language-"] > button.copy {
284
+ opacity: 1 !important;
285
+ }
286
  }
287
 
288
+
289
+ /* ==========================================================================
290
+ ALGOLIA DOCSEARCH — MODAL / SEARCH BAR / FORM
291
+ ========================================================================== */
292
+
293
  .DocSearch-Form {
294
  background-color: transparent !important;
295
  border: none !important;
 
297
  padding: 0 !important;
298
  }
299
 
300
+ .DocSearch-Input {
301
+ font-size: 16px !important;
302
  }
303
 
304
+ .DocSearch-MagnifierLabel svg {
305
+ width: 18px !important;
306
+ height: 18px !important;
 
 
307
  }
308
 
309
+ .DocSearch-SearchBar {
310
+ padding-top: 1px !important;
311
+ padding-bottom: 1px !important;
312
+ border-bottom: 1px solid var(--vp-c-divider) !important;
 
313
  }
314
 
315
+ @media (min-width: 768px) {
316
+ .DocSearch-Modal {
317
+ max-width: 800px !important;
318
+ width: 100% !important;
319
+ }
320
+ }
321
+
322
+
323
+ /* ==========================================================================
324
+ ALGOLIA DOCSEARCH — RESULTS / HITS
325
+ ========================================================================== */
326
+
327
+ .DocSearch-Dropdown {
328
+ padding-top: 2px !important;
329
  }
330
 
331
  .DocSearch-Hit[aria-selected="true"] a {
 
335
  }
336
 
337
  .DocSearch-Hit a:hover {
338
+ background-color: var(--vp-c-brand-soft) !important;
339
+ color: var(--vp-c-text-1) !important;
340
  }
341
 
 
 
 
342
  .DocSearch-Hit-title {
343
  font-size: 14px !important;
344
  }
 
351
  font-size: 12px !important;
352
  }
353
 
 
 
 
 
354
 
355
+ /* ==========================================================================
356
+ ALGOLIA DOCSEARCH NO RESULTS SCREEN
357
+ ========================================================================== */
 
 
358
 
359
+ .DocSearch-NoResults-Prefill-List {
360
+ display: none !important;
361
  }
362
 
363
+
364
+ /* ==========================================================================
365
+ ALGOLIA DOCSEARCH — MOBILE LAYOUT (footer above dropdown, right-aligned)
366
+ ========================================================================== */
367
+
368
+ @media (max-width: 767px) {
369
  .DocSearch-Modal {
370
+ display: flex !important;
371
+ flex-direction: column !important;
372
+ }
373
+
374
+ .DocSearch-SearchBar {
375
+ order: 1 !important;
376
+ }
377
+
378
+ .DocSearch-Footer {
379
+ display: flex !important;
380
+ justify-content: flex-end !important;
381
+ align-items: center !important;
382
+ order: 2 !important;
383
+ position: static !important;
384
+ width: auto !important;
385
+ box-shadow: none !important;
386
+ border-top: none !important;
387
+ border-bottom: 1px solid var(--vp-c-divider) !important;
388
+ padding: 8px 16px !important;
389
+ }
390
+
391
+ .DocSearch-Dropdown {
392
+ order: 3 !important;
393
+ flex: 1 !important;
394
+ }
395
+
396
+ .DocSearch-Logo {
397
+ margin-left: auto !important;
398
  }
399
  }
docs/SECURITY.md CHANGED
@@ -6,8 +6,8 @@ title: '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="
6
 
7
  ## Reporting a Vulnerability or Code Error
8
 
9
- While this is a personal learning project, if you discover a security vulnerability in any of the code, I would appreciate it if you could bring it to my attention.
10
 
11
- Please report vulnerabilities or Errors by opening a new issue on the repository. Please provide as much detail as possible in your report, including the steps to reproduce the vulnerability and to solve the error.
12
 
13
- Thank you for helping to improve the quality of my work.
 
6
 
7
  ## Reporting a Vulnerability or Code Error
8
 
9
+ While this is a personal learning project, if you find a security issue in any of the code, please let me know.
10
 
11
+ You can report vulnerabilities or errors by opening a new issue on the repository. Please include as much detail as you can steps to reproduce, and what a fix might look like if you have one in mind.
12
 
13
+ Thanks for helping improve the quality of my work.
docs/credits.md CHANGED
@@ -4,12 +4,13 @@ title: '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="
4
 
5
  # Acknowledgments
6
 
7
- Building and maintaining a fast, open-source code index requires reliable and accessible infrastructure. I would like to extend my sincere gratitude to the following platforms, communities, and open-source projects that make `code.amit.is-a.dev` possible:
8
 
9
- * **[is-a.dev](https://is-a.dev)**: For providing the sleek, developer-centric domain name completely free of charge, giving this project a professional home.
10
- * **[Hugging Face](https://huggingface.co)**: For securely and reliably storing the extensive collection of raw programming files.
11
- * **[Cloudflare](https://www.cloudflare.com/)**: For handling the backend routing, DNS, and caching, seamlessly bridging the domain to ensure Hugging Face serves the code files swiftly and securely.
12
- * **[GitHub](https://github.com/) & [GitHub Pages](https://pages.github.com/)**: For securely storing the entire open-source repository (including all code and markdown files) and providing lightning-fast, dependable web hosting for the compiled site.
13
- * **[VitePress](https://vitepress.dev/)**: The phenomenal foundational frameworks that effortlessly transform raw Markdown files and code snippets into the beautiful, searchable, and highly responsive user interface you see today.
 
14
 
15
- This project thrives thanks to the generosity of these free-tier services and the incredible work of the open-source community.
 
4
 
5
  # Acknowledgments
6
 
7
+ `code.amit.is-a.dev` only exists because of some genuinely great free and open-source tools. Thanks to:
8
 
9
+ * **[is-a.dev](https://is-a.dev)** for the free subdomain that gave this project a home.
10
+ * **[Hugging Face](https://huggingface.co)** for hosting all the raw program files.
11
+ * **[Cloudflare](https://www.cloudflare.com/)** for DNS, routing, and caching, connecting the domain to Hugging Face so files load fast and reliably.
12
+ * **[GitHub](https://github.com/) & [GitHub Pages](https://pages.github.com/)** for hosting the repo (code + markdown) and serving the site itself.
13
+ * **[VitePress](https://vitepress.dev/)** for turning a pile of markdown and code into an actual searchable, readable site.
14
+ * **[Algolia DocSearch](https://docsearch.algolia.com/)** — for the instant search that makes finding a program actually painless.
15
 
16
+ All free-tier services, all doing a lot of heavy lifting. If you're building something similar, every one of these is worth checking out.
docs/faq.md CHANGED
@@ -16,53 +16,53 @@ A live archive of BSc Computer Science practical codes following the WBSU curric
16
  On GitHub: https://github.com/notamitgamer/bsc
17
 
18
  ### 4. Can I use this code?
19
- Yes, under the MIT License.
20
 
21
  ### 5. Can I copy this for assignments?
22
- No. You should understand and rewrite the logic.
23
 
24
  ## Metadata
25
 
26
  ### 6. What is "Author"?
27
- The person who wrote the code.
28
 
29
  ### 7. What is "Repo"?
30
- The original source repository of the file.
31
 
32
  ### 8. What is "License"?
33
- It defines how the code can be used.
34
 
35
  ## Usage
36
 
37
  ### 9. Can I print the code?
38
- Yes. Use the **Raw** button and print from your browser.
39
 
40
  ### 10. Can I reuse this in projects?
41
- Yes, but follow the license terms.
42
 
43
  ### 11. Can I modify the code?
44
- Yes. You are encouraged to experiment and improve.
45
 
46
  ## Academic Integrity
47
 
48
  ### 12. What is academic integrity?
49
- It means doing your own work honestly.
50
 
51
  ### 13. Is copying allowed?
52
- No. Copying without understanding is discouraged.
53
 
54
  ### 14. What should I do instead?
55
  - Read the code
56
  - Understand the logic
57
- - Rewrite it yourself
58
 
59
  ## Technical
60
 
61
  ### 15. Why is something missing?
62
- The project is continuously updated.
63
 
64
  ### 16. How often is it updated?
65
- As the academic journey progresses.
66
 
67
  ### 17. Where can I report issues?
68
  On GitHub Issues: https://github.com/notamitgamer/bsc/issues
 
16
  On GitHub: https://github.com/notamitgamer/bsc
17
 
18
  ### 4. Can I use this code?
19
+ Yes, it's under the MIT License — use it freely.
20
 
21
  ### 5. Can I copy this for assignments?
22
+ No. Read it, understand it, then write your own version.
23
 
24
  ## Metadata
25
 
26
  ### 6. What is "Author"?
27
+ The person credited with writing that particular file — usually the original student contributor.
28
 
29
  ### 7. What is "Repo"?
30
+ The GitHub repository the file originally came from.
31
 
32
  ### 8. What is "License"?
33
+ The terms under which you're allowed to use, copy, or modify the code.
34
 
35
  ## Usage
36
 
37
  ### 9. Can I print the code?
38
+ Yes use the **Raw** button, then print from your browser.
39
 
40
  ### 10. Can I reuse this in projects?
41
+ Yes, as long as you follow the license terms.
42
 
43
  ### 11. Can I modify the code?
44
+ Yes, go for it experimenting and improving is encouraged.
45
 
46
  ## Academic Integrity
47
 
48
  ### 12. What is academic integrity?
49
+ Doing your own work, honestly — no shortcuts.
50
 
51
  ### 13. Is copying allowed?
52
+ No. Copying without understanding defeats the point.
53
 
54
  ### 14. What should I do instead?
55
  - Read the code
56
  - Understand the logic
57
+ - Rewrite it yourself, from scratch
58
 
59
  ## Technical
60
 
61
  ### 15. Why is something missing?
62
+ The project is still growing — not everything is uploaded yet.
63
 
64
  ### 16. How often is it updated?
65
+ Roughly in step with the academic term as it progresses.
66
 
67
  ### 17. Where can I report issues?
68
  On GitHub Issues: https://github.com/notamitgamer/bsc/issues
docs/index.md CHANGED
@@ -16,7 +16,8 @@ hero:
16
  text: Browse all Sem
17
  link: .#roadmap-progress
18
  image:
19
- src: /logo_large.svg
 
20
  alt: logo
21
 
22
  features:
@@ -63,9 +64,12 @@ Currently navigating **Semester 2**. Folders for future semesters are placeholde
63
 
64
  ### Python Development
65
 
66
- 1. Download Python `>= v3.x.x`: [Python v3.14.5 original (45 MB)](https://www.python.org/ftp/python/pymanager/python-manager-26.2.msix)
67
- 2. Run the installer, ensure you check "Add python.exe to PATH", and complete the setup
68
- 3. Verify with python `--version` in your terminal
 
 
 
69
 
70
  ### R Programming
71
 
 
16
  text: Browse all Sem
17
  link: .#roadmap-progress
18
  image:
19
+ light: /logo_light.svg
20
+ dark: /logo_dark.svg
21
  alt: logo
22
 
23
  features:
 
64
 
65
  ### Python Development
66
 
67
+ 1. Download the Python Install Manager: [python-manager-26.2.msix (2 MB)](https://www.python.org/ftp/python/pymanager/python-manager-26.2.msix)
68
+ 2. Run the installer, then open a terminal and run:
69
+ ```bash
70
+ py install 3.14
71
+ ```
72
+ 3. Verify with `python --version` or `py --version` in your terminal
73
 
74
  ### R Programming
75
 
docs/public/logo.svg DELETED
docs/public/{logo_large.svg → logo_dark.svg} RENAMED
File without changes
docs/public/logo_light.svg ADDED