Skip to content
View Chacattack's full-sized avatar

Block or report Chacattack

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

    Calculates the number of days between two given days. The given two dates are excluded from calculation.

    Java

  2. euclidean-vector euclidean-vector Public

    A solution to doing calculations of vectors

    C++

  3. flight-scheduler flight-scheduler Public

    A flight scheduler that uses an A* search to find optimal routes

    Java

  4. memory_allocator memory_allocator Public

    A program that allocates memory similar to how malloc/free works within C.

    C