Pinned Repositories
book-search-recommendation-system
Flask web app that allows users to search for books, and get recommendations for their liked books.
client-server-hangman-game
Hangman game that operates with both a client and server process on a Linux based system.
crypto-conversion-twitter-bot
Twitter bot that performs cryptocurrency conversion when @mentioned. This bot uses the BeautifulSoup library to scrape multiple pages of data from a crypto-price website, and uses the tweepy python library to control the Twitter bot's functionality.
cs3354-007-group1
Chat-based application built using a MERN stack that allows students to communicate with each other.
maze-generation-path-finder
Java project that generates a unique maze based on height x width values from the user input, and shows the visualization of the maze solution in real time.
multithreaded-hashtree
Multi-threaded program that can compute a hash value of a given file within a linux based system.
nba-technical-project
Full stack application for retrieving and storing NBA game data. Built with Django/Angular and uses a PostgreSQL Database.
space-invaders-mips
Bitmap space Invaders game developed using MIPS Assembly Code.
syllabus_to_ics_file_format
tutor-employee-management-webapp
CRUD-based web app that allows tutor employees to keep track of their students and learning sessions held within a database.
zainali1234's Repositories
zainali1234/book-search-recommendation-system
Flask web app that allows users to search for books, and get recommendations for their liked books.
zainali1234/client-server-hangman-game
Hangman game that operates with both a client and server process on a Linux based system.
zainali1234/crypto-conversion-twitter-bot
Twitter bot that performs cryptocurrency conversion when @mentioned. This bot uses the BeautifulSoup library to scrape multiple pages of data from a crypto-price website, and uses the tweepy python library to control the Twitter bot's functionality.
zainali1234/cs3354-007-group1
Chat-based application built using a MERN stack that allows students to communicate with each other.
zainali1234/maze-generation-path-finder
Java project that generates a unique maze based on height x width values from the user input, and shows the visualization of the maze solution in real time.
zainali1234/multithreaded-hashtree
Multi-threaded program that can compute a hash value of a given file within a linux based system.
zainali1234/nba-technical-project
Full stack application for retrieving and storing NBA game data. Built with Django/Angular and uses a PostgreSQL Database.
zainali1234/space-invaders-mips
Bitmap space Invaders game developed using MIPS Assembly Code.
zainali1234/syllabus_to_ics_file_format
zainali1234/tutor-employee-management-webapp
CRUD-based web app that allows tutor employees to keep track of their students and learning sessions held within a database.
zainali1234/tutor-management-desktop-app
A tutor managment desktop application designed to streamline and automate the management of tutors and students. It offers a user-friendly interface and a range of features to efficiently manage various aspects of tutoring administration. Designed to be utilized by managers or owners of tutoring businesses.
zainali1234/twitter-mention-reply-bot-v2
This is a basic bot that utilizes the tweepy python library to reply to tweets that mention your username. If someone tweets "hello @/yourusername", the bot with a reply to the tweet with whatever you choose as the reply text. This python bot uses the tweepy library and works with the Twitter API v2.