Skip to content
View Zain970's full-sized avatar
💭
Learning phase
💭
Learning phase
Block or Report

Block or report Zain970

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. House-Price-Prediction-Multiple-Linear-Regression- House-Price-Prediction-Multiple-Linear-Regression- Public

    House price prediction using multiple linear regression and web app using Flask

    Jupyter Notebook 1

  2. Student-Grade-Prediction Student-Grade-Prediction Public

    Predict student grades through K-nearest algorithm in C++ by loading the dataset through file handling in C++ and then used Euclidean distance formula to calculate the distance and then make a pred…

    C++ 1

  3. Natours Natours Public

    A tour related web app where user will make an account and then login in and then he can see all the tours to different locations , then he can book the tour by paying through stripe payments , use…

    JavaScript

  4. Network-Analysis-through-Graphs Network-Analysis-through-Graphs Public

    This is my data structure course project. In this project I used graph data structure to implement various algorithms such a BFS , DFS, DIGISTRA and many more algorithms on graph

    C++

  5. Pharmacy-management-system Pharmacy-management-system Public

    Implemented pharmacy management system using Crud operations in C++ through file handling

    C++

  6. Advanced-Encryption-Standard-Algorithm Advanced-Encryption-Standard-Algorithm Public

    Implemented AES (Advanced Algorithm standard algorithm ) on 128 bits , performed both the encryption and the decryption on the plain text , first encrypted the text using the key and then decrypted…

    Python