divyajeettt
CSAI Senior @IIIT-Delhi | SDE Intern @Schrodinger | Chairperson @ieee-iiit-delhi | CompSci-Math-ML Enthusiast
@schrodingerDelhi
Pinned Repositories
collision-simulator
Simulation of collisions with variable coefficients of restitution. Built using pygame in Python.
CSE201
A 2xx-level course, Advanced Programming, offered to undergrads at IIIT-Delhi.
EBMS
A full-stack data management system for an online electronics store.
KeepMyPass
A Password-Management System using MySQL with GUI. Also contains Event & Contact Management Systems.
linear-equations
A mathematical Python module providing Linear Equations in one and two variables as Python objects.
pygeo3d
A mathematical Python module. Allows you to play with 3D Points, Lines and Planes.
quadratic-equations
A simple project. Deals with quadratic-equations with real/complex coefficients. Available both as a CLI and a GUI.
sequences
A mathematical Python module providing access to the most famous of sequences from the OEIS.
sorting-visualizer
A visualizer for different sorting algorithms. Visualization built using pygame in Python with the sorting occurring in C.
tank-stars
Tank Stars is a clone of the popular mobile game, Tank Stars, built in Java.
divyajeettt's Repositories
divyajeettt/CSE201
A 2xx-level course, Advanced Programming, offered to undergrads at IIIT-Delhi.
divyajeettt/crypto-stocks
A command-line based project. Fetches Stock Market news and data, and provides tools for its visualization.
divyajeettt/CSE222
A 2xx-level course, Algorithm Design & Analysis, offered to undergrads at IIIT-Delhi.
divyajeettt/CSE231
A 2xx-level course, Operating Systems, offered to undergrads at IIIT-Delhi.
divyajeettt/CSE342
A 3xx-level course, Statistical Machine Learning, offered to undergrads at IIIT-Delhi.
divyajeettt/custom-risc-interpreter
An interpreter (assembler and simulator) for a custom Reduced Instruction Set Architecture.
divyajeettt/divyajeettt
Config files for my GitHub profile.
divyajeettt/pynomials
A mathematical Python module providing Polynomials as Python objects.
divyajeettt/sudoku
A playable Sudoku game, with a generator, a solver, and a visualizer. Built using pygame in Python.
divyajeettt/cellular-automata
Simulation of a Cellular Automaton. Built using pygame in Python.
divyajeettt/collision-simulator
Simulation of collisions with variable coefficients of restitution. Built using pygame in Python.
divyajeettt/COPD-Detection
Detection of COPDs from the ICBHI 2017 Challenge dataset.
divyajeettt/EBMS
A full-stack data management system for an online electronics store.
divyajeettt/random-walk
Simulation of a Random Walk. Built using pygame in Python.
divyajeettt/sorting-visualizer
A visualizer for different sorting algorithms. Visualization built using pygame in Python with the sorting occurring in C.
divyajeettt/tank-stars
Tank Stars is a clone of the popular mobile game, Tank Stars, built in Java.
divyajeettt/CSE101
A 1xx-level course, Introduction to Programming, offered to undergads at IIIT-Delhi.
divyajeettt/CSE102
A 1xx-level course, Data Structures & Algorithms, offered to undergrads at IIIT-Delhi.
divyajeettt/CSE140
A 1xx-level course, Introduction to Intelligent Systems, offered to undergrads at IIIT-Delhi.
divyajeettt/CSE343
A 3xx-level course, Machine Learning, offered to undergrads at IIIT-Delhi.
divyajeettt/CSE344
A 3xx-level course, Computer Vision, offered to undergrads at IIIT-Delhi.
divyajeettt/CSE556
A 5xx-level course, Natural Language Processing, offered to undergrads at IIIT-Delhi.
divyajeettt/CSE564
A 5xx-level course, Reinforcement Learning, offered to undergrads at IIIT-Delhi.
divyajeettt/CSE641
A 6xx-level course, Deep Learning, offered to undergrads at IIIT-Delhi.
divyajeettt/CSE643
A 6xx-level course, Artificial Intelligence, offered to undergrads at IIIT-Delhi.
divyajeettt/ECE250
A 2xx-level course, Signals & Systems, offered to undergrads at IIIT-Delhi.
divyajeettt/LaTeX-exploration
An exploration of making documents in LaTeX.
divyajeettt/MTH-assignments
A repository containing solutions to Programming Assignments given in MTH courses to undergrads at IIIT-Delhi.
divyajeettt/oshell
An interactive functioning copy of the Artix Linux Shell written in C (Linux).
divyajeettt/pi-calculation-simulator
Simulation of calculating pi. Built using pygame in Python.