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

Highlights

  • Pro

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 Loading

  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 2

  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++ 1 1

  4. N-Puzzle-Solver-HTTP-Server N-Puzzle-Solver-HTTP-Server Public

    An implementation of a fully custom multithreaded HTTP server that allows for the solving of N-Puzzle problems remotely through a web client interface

    C

  5. mempool mempool Public

    A customizable, thread-safe dynamic memory suballocation tool designed to reduce repetitive, expensive calls to malloc() and free()

    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++