Skip to content
View Brock-Ferrari's full-sized avatar
  • Florida
Block or Report

Block or report Brock-Ferrari

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

  1. Accelerometer Accelerometer Public

    Arduino compatible accelerometer code

    C++ 1

  2. Bag-Based-Dictionary Bag-Based-Dictionary Public

    Bag-based dictionary. Implements a dictionary using a bag that stores its values in a vector of KVpair objects. Demonstrates the usage of various data structures and integrates smart pointers.

    C++ 1

  3. Course-Registration Course-Registration Public

    Advanced C++ Application that acts as a course registration tool. Demonstrates inheritance, composition, operator overloading, and "friend functions"

    C++ 1

  4. Duplicate-Encoder Duplicate-Encoder Public

    The goal of this exercise is to convert a string to a new string where each character in the new string is "(" if that character appears only once in the original string, or ")" if that character a…

    HTML 2

  5. Palindrome-Linked-List Palindrome-Linked-List Public

    Given the head of a singly linked list, return true if it is a palindrome.

    JavaScript 1

  6. Gravity-Game Gravity-Game Public

    Simple Unity-based game developed in C#. Shoots a ball out of a cannon towards a goal, while being affected by the gravity of neighboring planets.

    C# 1