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. 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

  2. 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

  3. 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++

  4. File-Sorter File-Sorter Public

    This program, developed in using Python, sorts through each file from your computer's downloads folder according to it's extension

    Python

  5. 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#