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

Block or report JasonCur1

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. Game-Of-Life Game-Of-Life Public

    Recreation of the classic Game Of Life by John Conway using Java graphics and framework from scratch. MVC implementation.

    Java

  2. Employee-Data-GUI Employee-Data-GUI Public

    Pulls data from a file and sorts it into a GUI. Multiple sorting options with working javafx buttons.

    Java

  3. Expression-Tree-Evaluator Expression-Tree-Evaluator Public

    Builds an expression tree and implements Dijkstra's algorithm for prefix, infix, and postfix. Includes an evaluate method which produces and integer answer for the expression scanned from console. …

    Java

  4. Calendar Calendar Public

    C++ implementation of a sorted calendar using iterators, operator overloading, and time structs

    C++

  5. Ratios Ratios Public

    Implementation of a Ratio class which represents a normalized, lowest term fraction. Mainly used operator overloading with additional helper methods. Supports cout >> printing.

    C++

  6. Threaded-Concurrency-Control Threaded-Concurrency-Control Public

    Solves the producer/consumer problem using a bounded buffer and threads.

    Java