Skip to content
View WhitePearl404's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
Block or Report

Block or report WhitePearl404

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 Loading

  1. CPU-shceduling CPU-shceduling Public

    CPU Scheduling algorith using C programming -- 1. First-Come First-Serve Scheduling, FCFS; 2. Shortest-Job-First Scheduling, SJF; 3. Priority Scheduling; 4. Round Robin Scheduling

    C 1

  2. Chat-Server Chat-Server Public

    Chat server implemented in Python allows multiple users to chat simultaneously and the server collects all chat records, involves the use of sockets and threading to facilitate communication betwee…

    Python

  3. SQL-Injection-Detection-using-AI-ML SQL-Injection-Detection-using-AI-ML Public

    Web-based tool for processing user input and preventing SQL injection attacks with 89% accuracy. Uses Flask and SQLAlchemy and logs any attempted attacks, as well as blocking offending IP addresses.

    Python