Projects in Awesome Lists by vaithak
A curated list of projects in awesome lists by vaithak .
https://github.com/vaithak/sudoku-generator
A simple sudoku puzzle generator written in C++.
algorithm backtracking-algorithm cpp hacktoberfest hacktoberfest2021 puzzle puzzle-generator sudoku sudoku-game sudoku-generator sudoku-puzzle
Last synced: 11 Jul 2025
https://github.com/vaithak/sudoku-image-solver
Solving sudoku puzzles with convolutional neural networks and image processing techniques.
computer-vision machine-learning machine-learning-algorithms neural-networks python sudoku sudoku-solver
Last synced: 11 Jul 2025
https://github.com/vaithak/wiki-bash
A command line tool to access wikipedia
access-wikipedia bash bash-hacks bash-script debian fedora linux macos wiki
Last synced: 11 Jul 2025
https://github.com/vaithak/fictionart
A command line tool to display ascii art of famous animated fictional characters, written in ruby.
ascii-art avengers displays-ascii-art fiction fictionart gem hacktoberfest pokemon ruby ruby-gem rubygem terminal-graphics
Last synced: 27 Aug 2025
https://github.com/vaithak/password-locker
A cli password storer and manager.
aes-256 aes-encryption cli command-line-tool cryptography hacktoberfest password password-generator password-manager python python3 security
Last synced: 03 Jul 2025
https://github.com/vaithak/cs330a-operating-systems
Lectures, Assignments, Codes etc. for CS330A course on Operating Systems at IIT Kanpur.
Last synced: 11 Jul 2025
https://github.com/vaithak/simple-video-player-opencv
A simple video player made in opencv
Last synced: 11 Jul 2025
https://github.com/vaithak/script-drive-download
A bash script to download files saved in google files from sites like mth102 site.
bash bash-script curl grep linux lynx terminal
Last synced: 11 Jul 2025
https://github.com/vaithak/smbt
Save MacOS Browser Tabs
applescript browser-tabs google-chrome macos safari
Last synced: 11 Mar 2026
https://github.com/vaithak/cellular-automata
Cellular Automata and simulation of life using Conway's game of life.
automata cellular-automata cellular-automaton conways-game-of-life game-of-life gameoflife
Last synced: 11 Jul 2025
https://github.com/vaithak/mso201-probstats-material
Lecture Notes, Assignments and Quizzes of Probability and Statistics (MSO201A).
Last synced: 17 Feb 2026
https://github.com/vaithak/pokerprobability
An interactive cli tool written in C++ for calculating the winning probability of each player in Texas Hold'em Poker.
Last synced: 14 Jun 2025
https://github.com/vaithak/realtime-frontdev
A realtime preview of frontend web development languages.(html, css,js)
codemirror css html js realtime-frontdev realtime-preview
Last synced: 13 Apr 2026
https://github.com/vaithak/simple-proxy-server
A concurrent proxy server written in C to practise socket programming.
c networking proxy-server socket-programming vaithak
Last synced: 15 Mar 2025
https://github.com/vaithak/eso-207-course-material
Course material and my codes for data structures and algorithms course taught by Prof. Sumit Ganguly.
Last synced: 11 Jul 2025
https://github.com/vaithak/ldpc-code-decoder
Implementation of partly parallel LDPC code decoder in Verilog.
Last synced: 03 Jan 2026
https://github.com/vaithak/speaker-diarization-system
A Speaker Diarisation system created as a course project for Advanced ML Techniques (EE698R) at IIT Kanpur.
Last synced: 15 Mar 2025
https://github.com/vaithak/knowledge_distillation
Experiments with knowledge distillation for course project of Machine learning course (CS771A) at IITK.
Last synced: 01 Jan 2026
https://github.com/vaithak/birthday-paradox-simulation
A simulator of the birthday paradox problem
birthday-paradox cplusplus cryptography gnuplot graph paradox probability simulator vaithak
Last synced: 13 Jul 2026
https://github.com/vaithak/pygpbo
A python library for optimizing black-box functions using bayesian optimization. Contains support for optimizing high dimensional functions using linear-embedding based techniques.
bayesian-optimization hacktoberfest hacktoberfest2021 library optimization
Last synced: 15 Mar 2025
https://github.com/vaithak/birthday-reminder
This program helps you to create a database of your all your friends birthdays.
Last synced: 15 Mar 2025
https://github.com/vaithak/fake-software-quote-generator
FaKe Software Quote generator using Markov Chains.
Last synced: 15 Mar 2025
https://github.com/vaithak/haar-wavelet-image-compression
Grayscale Image compression using Haar Wavelet Transform.
Last synced: 15 Mar 2025
https://github.com/vaithak/stable-marriage-problem
An implementation of stable marriage problem in C++.
cpp gale-shapley-algorithm stable-marriage stable-marriage-problem
Last synced: 09 Jul 2026
https://github.com/vaithak/benchmark-symmetric-mat-mult
Comparing runtimes of x'Ax operation (A is symmetric) using Eigen's selfAdjointView vs custom for loop.
Last synced: 09 Aug 2025
https://github.com/vaithak/iitk-photosearch
A modified and improved Student Search with reverse image search feature for IITK students.
Last synced: 22 Jun 2025
https://github.com/vaithak/lissajous-curves
Visualisation of lissajous curves in p5.js
Last synced: 15 Mar 2025
https://github.com/vaithak/bloomfilter
A C++ library for using bloom filters written using reference from Michael Schmatz post.
Last synced: 15 Mar 2025
https://github.com/vaithak/tic-tac-toe-ai
An unbeatable Tic-Tac-Toe game written in Javascript using MinMax Algorithm.
Last synced: 31 Aug 2025
https://github.com/vaithak/image-processing-cs131-assignments
Assignments of Stanford's CS131 course on Image Processing
Last synced: 15 Mar 2025
https://github.com/vaithak/computer-vision-cs231n-assignments
My solutions to Stanford's 'CS231n: Convolutional Neural Networks for Visual Recognition' course assignments.
Last synced: 15 Mar 2025
https://github.com/vaithak/connect4_ai
An online multiplayer Connect 4 game with features to play against AI, chat while playing, spectate game.
Last synced: 15 Mar 2025
https://github.com/vaithak/graph-plotter
A Graph Plotter desktop application in C++
c-plus-plus c-plus-plus-14 desktop graphplotter gui linux macos qcustomplot qt-gui qt5
Last synced: 12 Apr 2026
https://github.com/vaithak/scp-rust
A basic scp clone implementation written in rust.
Last synced: 15 Sep 2025
https://github.com/vaithak/f1tenth_shield_mppi
MPPI with Control Barrier Functions
Last synced: 11 Jun 2025
https://github.com/vaithak/univariate-truncated-sampling
Sampling from univariate truncated distributions for GeomScale's tests for GSoC 2021
Last synced: 14 Jun 2025
https://github.com/vaithak/variational-autoencoder
Implementation of Variational Autoencoder in Pytorch for MNIST dataset.
Last synced: 14 Jul 2025
https://github.com/vaithak/utiny
A url shortener written using NodeJs and MySql.
heroku mysql nodejs url-shortener url-shortener-microservice utiny vaithak
Last synced: 09 May 2026
https://github.com/vaithak/distributed-hash-table
A tutorial paper on distributed hash tables for assignment submission of COM200 course at IITK.
Last synced: 19 Mar 2026
https://github.com/vaithak/codechef-hackathon
My submission for CodeChef and Alibaba Hackathon.
alibaba alibaba-cloud api codechef codechef-api hackathon
Last synced: 15 Mar 2025
https://github.com/vaithak/cppzlib
A standalone c++ executable for compressing and decompressing a file using zlib.
Last synced: 15 Mar 2025
https://github.com/vaithak/3dgraphicsengine
A basic 3D Graphics Engine written in JS to implement the concepts of 3D Computer Graphics.
Last synced: 15 Mar 2025
https://github.com/vaithak/wind_farm_layout_optimization
Optimizing wind farm layout using Evolutionary Algorithms. https://www.hackerearth.com/challenges/competitive/shell-hackathon/
Last synced: 15 Mar 2025
https://github.com/vaithak/needle
A basic automatic differentiation library and a minimalist layer of neural network modules.
Last synced: 15 Mar 2025
https://github.com/vaithak/nandtotetris
Building a modern computer from first principles
Last synced: 15 Mar 2025
https://github.com/vaithak/geomscale_lp
Codes and links for tests for GeomScale's Randomized LP project.
Last synced: 11 Feb 2026
https://github.com/vaithak/trogs-backend
Backend repository for Trogs application for Oktane Hackathon.
backend backend-api hackathon okta okta-api trogs
Last synced: 31 Jul 2025
https://github.com/vaithak/pocketmoney
Basic Transaction Manager and Bill Splitting Application made for Inter IIT Tech meet 2018.
Last synced: 06 Jul 2026
https://github.com/vaithak/quadruped-mpc
Implementation of Convex Model Predictive Control for locomotion of MIT cheetah quadruped
drake mpc mpc-control pydrake quadruped
Last synced: 26 Apr 2026