Skip to content
View mjujare's full-sized avatar

Block or report mjujare

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. first-time first-time Public

    My first time creating a repository on GitHub.

  2. SchemeInterpreterInC SchemeInterpreterInC Public

    A Scheme interpreter written in C with functions that produce the same output as produced by Scheme.

  3. Airline-Reservation-System Airline-Reservation-System Public

  4. SimpleSchemeCode SimpleSchemeCode Public

    This program in Scheme realizes a high-order function that has two arguments: a function and a list of numbers (you can assume that the input list contains only integer numbers, but you don't know …

  5. ArrayStack ArrayStack Public

    Manipulating a wav file by altering it into a dat file, and then reversing the dat file back into a wav file by first implementing a stack, then an array

  6. Implementation-of-Arithmetic-Logic-Unit-ALU- Implementation-of-Arithmetic-Logic-Unit-ALU- Public

    Design and implement an Arithmetic Logic Unit (ALU) in MIPS Assembly using the MARS IDE. Two primary procedures to implement: au_normal and au_logical.