You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not yet another spectrum analyzer — an experimental DSP & graphics playground. It combines real-time C++ performance with Python flexibility, offering fully customizable FFT visualizations without recompilation. Perfect for audio engineers, DSP researchers, graphics developers, students, and hobbyists.
Marksheet is a simple project to manage and display student grades. It includes fields like student name, subjects, marks, and total score. Built as part of my learning journey, this project helps me practice data handling, basic calculations, and user-friendly display of academic results.
Mailbox is a simple project to simulate a basic mail system with sender, subject, date, and body fields. Created as part of my personal learning journey, this repo helps me practice data organization and interface basics. It's a beginner-level project for learning purposes.
A custom implementation of the printf function in C, built from scratch to deepen understanding of low-level programming, variadic functions, and formatted output handling.
A classic Rock, Paper, Scissors command-line game written in C (C99), built with a focus on modular design and clean code. Includes a Makefile and a CI build workflow with GitHub Actions.