Pinned Repositories
aayushacharya.github.io
Personal website running on Gatsby
Advance-C-Workshop
Deterministic-Finite-Automata
In this project, DFA is configured through a text file with a given set of rules. The program will receive input string from the user and will display whether the string is accepted or rejected by the DFA whilst showing every configuration(state, string).
evadb
Database system for AI-powered apps
expression-ui
Flood-Alert-System
An aruduino based flood alert system which consists of UV sensors to detect level of water and sends radio waves to sound alarm.
gorm
The fantastic ORM library for Golang, aims to be developer friendly
Kaliyuga
This is a data visualization project which depicts whether COVID-19 lockdown provided any relief to the adverse effects of climate change.
Sky-Bomber
You are the only remaining pilot of a fighter jet assigned to obliterate everything and anything within your sight. Apply your projectile motion wits and be as accurate as possible while throwing the missiles. But beware ! The fuel is running low.
Sudoku-Solver
Do you solve Sudoku in your leisure time? Don't you get frustrated with those newspapers who post solutions only a week after? Well fret not, Sudoku solver solves your Sudoku in a matter of seconds using depth-first backtracking. Just enter the question in order and fill the blank spaces with 0. Press enter and viola ! There you have it, the solution to your Sudoku puzzle.
aayushacharya's Repositories
aayushacharya/aayushacharya.github.io
Personal website running on Gatsby
aayushacharya/Advance-C-Workshop
aayushacharya/Deterministic-Finite-Automata
In this project, DFA is configured through a text file with a given set of rules. The program will receive input string from the user and will display whether the string is accepted or rejected by the DFA whilst showing every configuration(state, string).
aayushacharya/evadb
Database system for AI-powered apps
aayushacharya/expression-ui
aayushacharya/Flood-Alert-System
An aruduino based flood alert system which consists of UV sensors to detect level of water and sends radio waves to sound alarm.
aayushacharya/gorm
The fantastic ORM library for Golang, aims to be developer friendly
aayushacharya/Kaliyuga
This is a data visualization project which depicts whether COVID-19 lockdown provided any relief to the adverse effects of climate change.
aayushacharya/pytorch.github.io
The website for PyTorch
aayushacharya/Sky-Bomber
You are the only remaining pilot of a fighter jet assigned to obliterate everything and anything within your sight. Apply your projectile motion wits and be as accurate as possible while throwing the missiles. But beware ! The fuel is running low.
aayushacharya/Sudoku-Solver
Do you solve Sudoku in your leisure time? Don't you get frustrated with those newspapers who post solutions only a week after? Well fret not, Sudoku solver solves your Sudoku in a matter of seconds using depth-first backtracking. Just enter the question in order and fill the blank spaces with 0. Press enter and viola ! There you have it, the solution to your Sudoku puzzle.
aayushacharya/serve
Serve, optimize and scale PyTorch models in production
aayushacharya/Stack-Animation
This project is a visualization and animation of Stack as Last in First Out data structure and its rudimentary operations.
aayushacharya/validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving