Pinned Repositories
Applied-Algorithm
This is a repository for my implementation of LeetCode, HackerRank, Google Kick Start, Google Code Jam, CodeForces, TopCoder, CodeChef, and AtCoder problems.
AutoFlow
Winner of HackPrinceton at Princeton University
Autonomous_Hardware_Delivery_Rover
This is an implementation of an autonomous hardware delivery rover using a IPS sensor, magnetic robotic hands, RGB color sensor, Basys3 board, H-Bridge for ECE 3331 - Project Lab 1.
BookGenreClassifier
This is a program that takes in a JSON and CSV file and scans the JSON for keywords associated with scores then it returns the genre of the books along with their scores in sorted order.
Core-Interview-Preparation
This is a repo which contains behavioral, language specific, OOP and design questions.
Find-Utility-Linux
Implementation of the Unix find-utility function in C programming language for operating systems
Project-portal
Winner of best web design award at Rice University
Recursive-Descent-Parser
A recursive descent parser that accepts a source code file as a required command-line argument and displays an appropriate error message if the argument is not provided or the file does not exist. If a user input file contains multiple syntax errors, the program will find and report the first syntax error
Smart-Rex
Top 2% from a pool of 4500 hackers at UC Berkeley
WikiScrape
This Scrapper goes to Wikipedia which has a list of US cities by population from which the scrapper picks the top 10 cities by population and extracts data. After that, the scrapper goes to their individual pages and collects a breakdown of data of different ethnic groups living in those cities. This CSV file can be uploaded to a BigQuery Google
mostofashakib's Repositories
mostofashakib/WikiScrape
This Scrapper goes to Wikipedia which has a list of US cities by population from which the scrapper picks the top 10 cities by population and extracts data. After that, the scrapper goes to their individual pages and collects a breakdown of data of different ethnic groups living in those cities. This CSV file can be uploaded to a BigQuery Google
mostofashakib/BookGenreClassifier
This is a program that takes in a JSON and CSV file and scans the JSON for keywords associated with scores then it returns the genre of the books along with their scores in sorted order.
mostofashakib/Project-portal
Winner of best web design award at Rice University
mostofashakib/Smart-Rex
Top 2% from a pool of 4500 hackers at UC Berkeley
mostofashakib/Banking-System
A simplified banking system in which a customer can deposit cash to a checking account, withdraw cash from the account, query the balance of an account, or transfer funds from one account to another. A transaction is initiated when a customer enter an account number (5 digits) and a user-entered PIN (4 digit personal identification number) into the system.
mostofashakib/Cancer-Detection
A program that detects cancer by comparing accuracy between different filters
mostofashakib/Microcontrollers-ECE-3362
Projects for the class Microcontrollers-ECE-3362