Skip to content
View LukeMatheson's full-sized avatar
  • Philadelphia, PA

Block or report LukeMatheson

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

    JavaScript 2

  2. LinkedListPayroll LinkedListPayroll Public

    a payroll program using a linked list consisting of nodes filled with Employee objects, similar to media object program created earlier.

    Python 1

  3. TargetedFitness TargetedFitness Public

    a fitness app created using Android Studio, featuring implementation of a real-time Firebase database.

    1

  4. react-dashboard react-dashboard Public

    Creating basic React application which will be a simple dashboard application, adding in a free 3rd party API down the line.

    HTML 1

  5. WebServer WebServer Public

    Server and client implementation in C. Static html pages were created, user can select the next page to navigate. Page options are determined by parsing the html and finding the hyperlink elements.

    C 1

  6. ReceiptGenerator ReceiptGenerator Public

    an object-oriented program that can take a user's input of an item name, price, if it's taxable, and the tax rate if it is taxable and output a receipt.

    Python