Pinned Repositories
BankSystem
Multithreaded bank server and client system written in C.
C-Tokenizer
Custom String tokenizer written in C
CrimeStats
Rutgers database project website using HTML, CSS, and PHP. Uses SQL to query for information from the database.
django-polls
Polls application written in Django.
godot-dodge
Simple dodge game made in the Godot engine.
HeuristicSearch
Artifical Intelligence project: AStar family of algorithms with many heuristics written in Python.
mfsalim.com
SimulatedAnnealing
Traveling salesman problem using the Simulated Annealing algorithm written in Java.
terrain-generator
Simple 2D terrain generator written in C++ using SFML.
MSaIim's Repositories
MSaIim/mfsalim.com
MSaIim/SimulatedAnnealing
Traveling salesman problem using the Simulated Annealing algorithm written in Java.
MSaIim/godot-dodge
Simple dodge game made in the Godot engine.
MSaIim/BankSystem
Multithreaded bank server and client system written in C.
MSaIim/C-Tokenizer
Custom String tokenizer written in C
MSaIim/CrimeStats
Rutgers database project website using HTML, CSS, and PHP. Uses SQL to query for information from the database.
MSaIim/django-polls
Polls application written in Django.
MSaIim/HeuristicSearch
Artifical Intelligence project: AStar family of algorithms with many heuristics written in Python.
MSaIim/terrain-generator
Simple 2D terrain generator written in C++ using SFML.
MSaIim/Feather
A minimal Youtube web app built with ReactJS.
MSaIim/FreeMalloc
Custom free() and malloc() functions written in C
MSaIim/MarcLaidlaw-Epistle3
Just being archived for posterity.
MSaIim/ngrx-tutorial
MSaIim/php-login
A simple login form that uses a MySQL database using PHP.
MSaIim/php-weather
A simple weather PHP script using the Open Weather Map API.
MSaIim/sequelize-tutorial
MSaIim/SkipList
A faster linked list that uses levels based on a coin flip. Written in Java.
MSaIim/SongLibrary
JavaFX application that organizes a list of songs in alphabetical order.
MSaIim/SortedList
Linked list that sorts itself in descending order. Written in C