bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

root / docs / quickstart.md

quickstart.md (1486B)


      1 ---
      2 source: 'docs/quickstart.md'
      3 title: '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display:inline; margin-bottom:-2px; margin-right:6px;"><path d="M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5"/><path d="M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09"/><path d="M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z"/><path d="M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05"/></svg> Quick Start'
      4 ---
      5 
      6 # Quick Start Guide
      7 
      8 Get started with the BSc Code Index in minutes.
      9 
     10 ## 1. Browse the Code
     11 
     12 - Use the sidebar to navigate semesters and topics
     13 - Click any file to view full documentation
     14 
     15 ## 2. Understand a Program
     16 
     17 Each page includes:
     18 
     19 - Problem Statement
     20 - Source Code
     21 
     22 ## 3. Run the Code
     23 
     24 ### For C
     25 
     26 ```bash
     27 gcc file.c -o output
     28 ./output
     29 ```
     30 
     31 ### For R
     32 
     33 ```bash
     34 Rscript file.r
     35 ```
     36 
     37 ## 4. Print or Save
     38 
     39 - Click `View as Raw`
     40 - Use browser → Print → Save as PDF
     41 
     42 ## 5. Learn Properly
     43 
     44 ::: warning Important
     45 Do NOT copy-paste blindly.
     46 :::
     47 Best method:
     48 - Read the code
     49 - Understand logic
     50 - Rewrite yourself
     51 
     52 ## 6. Use GitHub
     53 
     54 - View full repository
     55 - Track updates
     56 - Explore file history
     57 
     58 ## 7. Folder Navigation
     59 
     60 Each folder contains:
     61 - Subfolders (topics/semesters)
     62 - Code files
     63 - Auto-generated index
     64 
     65 ## 8. You're Ready
     66 
     67 Start exploring and learning step-by-step.
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror