Pinned Repositories
100xDevs
Learning TypeScript, Redis, Pub-Sub, Kafka and some cool tech
Big-Black-Blog
Experimenting with C# development. A basic CRUD app built in ASP .NET. MVC app with EntityFrameworkCore and SQLite3 database
Blox
A minimalistic UTXO based blockchain using ECDS algo, SHA256 and RIPEMD160 encryption. Supports double entry bookkeeping, mining and storage using Merkle trees
Bungee
A smart Slack bot to chat with PDF invoices, quotations and content on Slack channels using vector embeddings. Perfect for small to medium sized SMMAs
Doraemon
A web based platform that lets you control your DJI Tello drone via speech inputs and gestures through UDP protocol. Utilises computer vision, networking, mediapipe and ANNs
Finacial-Information-eXchange
A Financial Information eXchange (FIX) Protocol implementation using Java. For my big boi - Jordan Belfort type Wall Street dreams
JSONParser
My own implementation of a JSON Parser in Python
Spyder
A 3-D IC optimisation framework utilising a self written micro-fluidic cooling and Joule heating effect solver paired with covariance matrix adaptation evolution strategy algorithm for optimising thermal profile and electrical performance
Stonks
Real-time stock visualizer that consumes AAPL stock data from Alpha Vantage and leverages Kafka for live data streaming. ELK stack is used for indexing and visualizing stock price changes in a KIbana dashboard
UART
A basic Universal Asynchronous Receiver Transmitter written in Verilog, supports 9600 baud rate transmission. Test bench included in the repo itself.
VibhinnS's Repositories
VibhinnS/Doraemon
A web based platform that lets you control your DJI Tello drone via speech inputs and gestures through UDP protocol. Utilises computer vision, networking, mediapipe and ANNs
VibhinnS/JSONParser
My own implementation of a JSON Parser in Python
VibhinnS/Big-Black-Blog
Experimenting with C# development. A basic CRUD app built in ASP .NET. MVC app with EntityFrameworkCore and SQLite3 database
VibhinnS/Bungee
A smart Slack bot to chat with PDF invoices, quotations and content on Slack channels using vector embeddings. Perfect for small to medium sized SMMAs
VibhinnS/100xDevs
Learning TypeScript, Redis, Pub-Sub, Kafka and some cool tech
VibhinnS/Blox
A minimalistic UTXO based blockchain using ECDS algo, SHA256 and RIPEMD160 encryption. Supports double entry bookkeeping, mining and storage using Merkle trees
VibhinnS/Bounce
A simple, static site generator to create webpages on the fly - with just Markdown. Uses recursion, string manipulation and little bit of CSS
VibhinnS/Finacial-Information-eXchange
A Financial Information eXchange (FIX) Protocol implementation using Java. For my big boi - Jordan Belfort type Wall Street dreams
VibhinnS/Fox
An interpreter programming language written in Java. Supports OOPS, REPL and basic functionalities of a language
VibhinnS/kassha-db
A small, minimalist database, designed in C (planning to add quadtree support as well if I get some time ;)
VibhinnS/NexSpace
Build your own Git, Docker, JIT compiler, mini OS and many more outstanding projects for free at NexSpace
VibhinnS/Notty-Notey
A notemaking app built with React, TypeScript and Django. Will port to PostgreSQL by the weekend
VibhinnS/Old-Skool
A pure Python implementation of emulator based on CHIP-8 VM (by Joseph Weisbecker) on Cogwood's reference
VibhinnS/PIC-n-CMOS
Experimentation with Assembly, PIC18 uC family (PIC16F84A) and LTSpice CMOS models
VibhinnS/Stonks
Real-time stock visualizer that consumes AAPL stock data from Alpha Vantage and leverages Kafka for live data streaming. ELK stack is used for indexing and visualizing stock price changes in a KIbana dashboard
VibhinnS/UART
A basic Universal Asynchronous Receiver Transmitter written in Verilog, supports 9600 baud rate transmission. Test bench included in the repo itself.
VibhinnS/VibhinnS
VibhinnS/AMTHA-tobecompleted
A Rust based Automatic Mapping Task on Heterogeneous Architecture algorithm, to map tasks & processors in a parallel compute environment, replacing HEFT algorithm. MPAHA model based.
VibhinnS/Spyder
A 3-D IC optimisation framework utilising a self written micro-fluidic cooling and Joule heating effect solver paired with covariance matrix adaptation evolution strategy algorithm for optimising thermal profile and electrical performance
VibhinnS/AntMan
Ant Colony Optimisation Algorithm for route optimisation in supply chain management. With 50 iterations, changable alpha, beta and evaporation rates. Based upon weighted graphs theory - inspired by ants (of course)
VibhinnS/Bunkr
A social media app made for Gen-Z
VibhinnS/Disscord
Django based implementation of Discord - with modern Python tools like Pydantic
VibhinnS/DSA-
VibhinnS/falcon
The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
VibhinnS/Growww
A full blown e-com store with admin panel, coupon tracking, product listing and checkout gateway.
VibhinnS/IRCTC
Gradle project for IRCTC
VibhinnS/marimo
A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
VibhinnS/Multi-Node-Django
Django project with TimeScaleDB and Raspberry Pi integration. Also with Dockerfile and Celery support
VibhinnS/pyds
A Python package to import readymade data structures like Queues, Stacks, Trees, Linked Lists and Graphs
VibhinnS/Zylyty-Task
Implement a full REST API with User Authentication, Login, Thread Post and Thread Retrival using DRF + Django