Skip to content
View Antephus's full-sized avatar

Block or report Antephus

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. Membership-Manager Membership-Manager Public

    Manages membership of a society; add members, view long-standing members by membership length, revoke membership from those leaving.

    C++

  2. Ticket-Manager Ticket-Manager Public

    Manges waiting lists for tickets to currently sold out events. Multiple queues.

    C++

  3. Doubly-Linked-List Doubly-Linked-List Public

    Univerty assignment; add/delete integers to/from doubly linked list and print in ascending or descending order (uses templates).

    C++

  4. Code-Line-Counter Code-Line-Counter Public

    Counts the number of blank lines, commented lines, lines with only brackets, and total number of lines in a given code (text) file, and uses these to calculate the number of actual lines of code. I…

    C++

  5. Pi-Calculator Pi-Calculator Public

    Calculates pi to an accuracy of 5 decimal places, without already knowing what that number should be. University assignment.

    Erlang

  6. Unique-Counter Unique-Counter Public

    Counts how many unique numbers or words there are in a given number list or text file. University assignment.

    Erlang