Skip to content
View jackr276's full-sized avatar
  • Learner Education | NJIT CS
  • Newark, NJ
  • 09:38 (UTC -04:00)
  • LinkedIn in/jack-m-r

Highlights

  • Pro
Block or Report

Block or report jackr276

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. Simple-Pascal-Like-Language-Interpreter Simple-Pascal-Like-Language-Interpreter Public

    An interpreter for a custom-made, Pascal-Like Programming Language

    C++

  2. Position-Based-Dynamics Position-Based-Dynamics Public

    A demonstration of Position Based Dynamics through 4 unique graphics simulations

    Python

  3. Email-Address-Recognition-with-a-DFA Email-Address-Recognition-with-a-DFA Public

    Implementation of a Deterministic Finite Automaton for email address recognition

    C++

  4. Sparse-Matrix-Utilities Sparse-Matrix-Utilities Public

    A collection of C programs for creating, displaying and converting sparse matrices into efficient formats

    C

  5. Radix-Sort-of-Signed-Floats Radix-Sort-of-Signed-Floats Public

    An implementation of a hexadecimal radix sort of signed floating point numbers, written in C

    C

  6. Context-Free-Language-Recognition-with-a-PDA Context-Free-Language-Recognition-with-a-PDA Public

    Implementation of a Pushdown Automaton that recognizes strings belonging to a language valid arithmetic expressions over floating point numbers

    C++