Hammad Bin Sajjad's repositories
Programming-Quotes-App
React Native app to fetch and display programming quotes from an API
8-Puzzle-Solver
Solves an 8 tile puzzle using Iterative Deepening Search (IDS) and Depth Limited Search (DLS)
ASCII-Cipher
A simple console based application that ciphers/decipher a text file to/from ASCII text format
AtCoder-Solutions
Respository for my AtCoder problems' solutions
BookList-Django-Rest-Framework
Code for BookList API made using Django Rest Framework as part of APIs course on Coursera by Meta
Content-Aware-Image-Resizing
Resize Images Smartly by removing portions with less details using Seam Carving (Computer Vision Course Project)
CS50x-Final-Project
Repository for my CS50x Final Project. An Inventory Management System for a Bookshop.
CurrencyConverter-Python
A python port of the community (uni students) supported currency converter (original in C/C++ language)
Data-101-Datathon
My notebooks for the Data101 Datathon competition hosted in the Data 101 Bootcamp by GDSC IBA Karachi.
Pixel-Character-Sprites-Generation
Generate new Pixel Character Sprites using Variational Convolutional Auto Encoder CVAE (Machine Learning Course Project)
PK-Sign-Language-LSTM
Implementation of the LSTM Model for recognition of gestures (numbers 1 to 10) of Pakistan Sign Language
RookieGameJam22-Kill_Crusaders
This repository holds all the files and codes for the Game made in the Mindstorm Rookie Game Jam 2022 by team Kill Crusaders
Codeforces-Solutions
Codeforces Problems Solutions Repository
CSES-Solutions
Solutions for the CSES Problems
CurrecyConverter-C-CPP
A community(primarily uni students) supported program to convert a given rate of currencies to one another
free-programming-books
:books: Freely available programming books
global-pixel-chat
A simple real time chat app made for learning SignalR.
global-pixel-chat-backend
Backend for the Global Pixel Chat App made using SignalR and Dotnet
hammadbinsajjad
Config files for my GitHub profile.
hammadbinsajjad.github.io
My portfolio website(in works)
learning-resources
A repository which contains different learning resources for various development stacks.
NeetCode-Solutions
Respository for my solutions to Neetcode.io Problems
TicTacToe-Assembly
A simple TicTacToe game written in Assembly Language.
TicTacToe-GUI-Kivy
A simple GUI made for the TicTacToe game using the Kivy Framework in Python
Tkinter-Calculator
A simple GUI calculator using Python's Tkinter Library made as part of GUI programming: Create a Calculator in Python Project on Coursera