Skip to content
View Haily-Holt-EE's full-sized avatar

Organizations

@WSU-Tech-Club

Block or report Haily-Holt-EE

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. Truth-Table-Creator Truth-Table-Creator Public

    Lets user enter how many inputs there are in the truth table, creates all possible combinations of inputs in an array, then outputs to a file.

    C 1

  2. -Simple--Compiler -Simple--Compiler Public

    Compiles program in the language "Simple". Converts to machine language, then walks step by step through execution.

    C++

  3. Morse-Code-Creator Morse-Code-Creator Public

    Takes a message from the user and converts it to morse code. Prints to the screen and plays in beeps.

    C++

  4. Sum-of-Consecutive-Primes Sum-of-Consecutive-Primes Public

    This program calculates whether a number entered by the user is a sum of consecutive prime numbers, then if so, prints the prime numbers to the screen

    C

  5. Four-Bit-Multiplier Four-Bit-Multiplier Public

    Obtains two 4-bit numbers from slide switches, then multiplies the numbers with a "shift and add" algorithm using half adders and full adders

    VHDL

  6. POKER-SHUFFLING---DEALING---Struct-Implementation POKER-SHUFFLING---DEALING---Struct-Implementation Public

    Uses an array of structs to simulate a deck of cards. Functions to initialize the deck, shuffle the cards, deal to player(s), and print the deck / hand

    C