Skip to content
View adrianco12's full-sized avatar

Block or report adrianco12

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

Pinned Loading

  1. Email-Spoof-Checker Email-Spoof-Checker Public

    This script analyzes email headers to detect potential spoofing attempts by extracting key information such as the sender’s domain and IP address. It performs SPF (Sender Policy Framework) validati…

    Python

  2. File-Integrity-Monitor File-Integrity-Monitor Public

    This project calculates the SHA-256 hash of a file and stores it in a specified location. It then compares the stored hash with the current file hash to detect any changes, ensuring file integrity.

    C++

  3. Computer-Donation-Project Computer-Donation-Project Public

    This program keeps track of donated computer parts in C#. It utilizes a GUI and includes Object Oriented Programming Principles.

    C# 1

  4. Task-Manager Task-Manager Public

    Java application for managing tasks with a priority queue and binary heap. Implemented features for task creation, deletion, and sorting, following SDLC best practices and utilizing object-oriented…

    Java

  5. AI-Tic-Tac-Toe AI-Tic-Tac-Toe Public

    A classic Tic Tac Toe game in C++ allowing players to compete against an AI.

    C++

  6. Animal-Inventory-System Animal-Inventory-System Public

    This program keeps track of an inventory of animals and their attributes in C# through a graphical user interface. It utilizes Object Oriented Programming concepts such as inheritance, encapsulatio…

    C#