GithubHelp home page GithubHelp logo

Hi , I'm Hassan Shahzad


I am a Full Stack Developer with more than 4 years of experience. I like to Code, Design, Innovate and Experiment. I am an enthusiastic and a social person who loves to take up new challenges and learn new skills. I love meeting new people, exchanging ideas and spreading knowledge and positivity.


HxnDev

πŸ”₯ Streak Stats

HxnDev

πŸ’» GitHub Profile Stats:


Hxn's Github Stats
Β  HxnDev
Note: Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.

⚑ GitHub Activity Graph:


Hxn's Activity Graph

🐍 See my contributions being eaten by a snake:

Snake Gif

πŸ› οΈ My Skills

πŸ‘‰ Programming languages

  C   C++   Java   Python   PHP   GO

πŸ‘‰ Frontend Development

  HTML   CSS   Bootstrap

πŸ‘‰ Databases & Cloud Hosting

  MySQL   GitHub   Firebase   MongoDB

πŸ‘‰Graphic Designing

  Adobe Illustrator   Adobe Indesign   Adobe Lightroom   Adobe Premiere Pro   Canva

πŸ“« Contact Me:

Website Gmail GitHub LinkedIn Instagram

Hassan Shahzad's Projects

insta-dp-downloader icon insta-dp-downloader

This project can download High Quality Instagram Profile Picture of both Public and Private accounts.

insta-profile-details icon insta-profile-details

This is Instagram profile details fetcher. It is able to fetch user information, posts data, hashtags, profile pics, likes, comments etc of both public profiles and private ones.

k-means-on-iris-dataset icon k-means-on-iris-dataset

k-means clustering is a method of vector quantization, originally from signal processing, that aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean, serving as a prototype of the cluster.

leetcode-solutions icon leetcode-solutions

This repository consists of solutions to various LeetCode questions. I have tried to add as many solutions in as many languages as possible. Feel free to contribute to this repository while following the contribution rules.

live-background-blur icon live-background-blur

In this project, we will be blurring the background in a live video feed. This can be further integrated into online meetings, streamings etc.

live-face-detection icon live-face-detection

This project contains an implemented version of Face Detection using OpenCV and Mediapipe. This is a code snippet and can be used in projects.

live-hand-tracking-using-python icon live-hand-tracking-using-python

In this project, we will be tracking our hand(s) and its features using mediapipe. This project can be further used to count number of fingers, calculate distances or AI Virtual Mouse or Keyboard.

lzw-data-encryption-algorithm icon lzw-data-encryption-algorithm

LZW stands for β€œLempel-Ziv-Welch”. The LZW algorithm is a very common compression technique. This algorithm is typically used in GIF and PDF. It is lossless, meaning no data is lost when compressing. The algorithm is simple to implement and has the potential for very high throughput in hardware implementations. It is the algorithm of the widely used Unix file compression utility compress, and is used in the GIF image format.

n-queen-problem-using-hill-climbing-and-simulated-annealing icon n-queen-problem-using-hill-climbing-and-simulated-annealing

Hill climbing algorithm is a local search algorithm which continuously moves in the direction of increasing elevation/value to find the peak of the mountain or best solution to the problem. Simulated annealing is a probabilistic technique for approximating the global optimum of a given function.

parallel-15-puzzle-solver-using-multi-threading icon parallel-15-puzzle-solver-using-multi-threading

The 15 Puzzle is a sliding puzzle that consists of a 4 by 4 frame of numbered square tiles in an arbitrary ordering with one space. The objective of the puzzle is to place the tiles in ascending order, by making sliding moves that use the empty space.

password-cracker-using-brute-force-algorithm icon password-cracker-using-brute-force-algorithm

This was our Final Project for Distributed Computing. In this we had to create a distributed system that will use the Brute Force Algorithm to crack a password from the etc/shadows file of Ubuntu as all the passwords are stored there. We used OpenMP and MPICH for this implementation.

pl-sql-queries icon pl-sql-queries

In this I was asked to write queries for PL/SQL. All the queries have been tested,

pose-detection icon pose-detection

Human pose estimation from video plays a critical role in various applications such as quantifying physical exercises, sign language recognition, and full-body gesture control.

printer-spooling icon printer-spooling

Printers typically can print only a single document at a time and require seconds or minutes to do so. If more than one application requires printer’s access, it might result in delay and slow down the application for as long as the printer is busy in serving other application. Printer Spooling has overcome this delay, as the documents formatted for printing are stored into an area on a disk and retrieved and printed by a printer at its own rate. With spooling, multiple processes can write documents to a print queue without waiting. As soon as a process has written its document to the spool device, the process can perform other tasks, while a separate printing process operates the printer. In this project, we will be implementing a printer spooler for a working environment which is equipped with 3 printers using concepts of Linked Lists and Queues.

python icon python

All Algorithms implemented in Python

qr-code-generator icon qr-code-generator

In this project, we'll be using some libraries to instantly generate authentic QR Codes and export them in various formats

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.