Skip to content
View Guillosanti's full-sized avatar
Block or Report

Block or report Guillosanti

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. Codility-test-real-case1 Codility-test-real-case1 Public

    This is a real question from Codility. Normally, the questions from Codility of the real tests have different levels of difficulty, but all of them are harder than the similar examples that are pub…

    Jupyter Notebook 1 1

  2. YOLOv8_tracking_and_counting_people YOLOv8_tracking_and_counting_people Public

    Based on the YOLOv8 from Ultralytics, this version tracks each person in the FOV and count the total number of detected people.

    Python 1 1

  3. SimpleList_Cpp SimpleList_Cpp Public

    This is a simple C++ file where the program accepts any item (as string) and will build a list. The items will be organized maintaining the same order the user has added them. Is possible to see th…

  4. SimpleList SimpleList Public

    Forked from SavvyNik/SimpleList

    Simple List is a beginner C++ program to keep track of a list of items.

    C++