Skip to content
View jja54's full-sized avatar
  • Pittsburgh, PA

Highlights

  • Pro
Block or Report

Block or report jja54

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. mcu84-CPU mcu84-CPU Public

    Small single-cycle CPU capable of running real programs (with conditionals, function calls, etc) and outputting numbers within the Logisim circuit creation program. The mcu84 architecture is a 16-b…

    1

  2. Secure-Chat-Server Secure-Chat-Server Public

    Implementation of a primitive secure communications system utilizing the RSA cryptosystem with a substitution cipher and an additive cipher

    Java

  3. C-Memory-Allocator C-Memory-Allocator Public

    Developed malloc and free functions to create a custom memory allocator

    C

  4. MIPS-Space-Invaders MIPS-Space-Invaders Public

    Space Invaders game created in MIPS Assembly in a modified version of MARS

    Assembly

  5. LZW-Compression-Mod LZW-Compression-Mod Public

    Modification of Sedgewick’s LZW algorithm source code to strongly increase the algorithm’s performance

    Java