Vibecodes
Quick projects and experiments. Built fast, shipped fast.
TU BIM & BITM Result
Result checker for Tribhuvan University BIM and BITM students. Look up semester GPAs, subject-wise marks, and overall CGPA by symbol number.
- Look up results by symbol number across 4 batches (2021–2024)
- Subject-wise marks breakdown with SGPA and overall CGPA
- Semester-wise result view with marksheet generation
- Supabase-backed data layer with client-side rendering
- PDF and Excel export for marksheets
- Served 1,095 unique visitors and 4,900 result checks in August 2026
rust-cli-tools
Small Rust terminal tools for Linux. System monitoring, network stats, disk usage, and internet speed tests, all reading /proc and /sys directly.
- 4 tools: sysmon (CPU/MEM/DISK/NET/battery), netwatch (live network), diskmon (disk I/O), fast (speed test)
- Single `rustcli` launcher binary to run any tool
- No runtime dependencies, reads Linux /proc and /sys directly
- Interactive TUI built with ratatui
- Cargo workspace with independent crates for each tool