Skip to content
View Jhertz2's full-sized avatar

Block or report Jhertz2

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. TinyML_MotorControl TinyML_MotorControl Public

    Arduino code used for AAC TinyML project. Code taken and modified from Harvard TinyML Micro Speech example.

    C++ 3 1

  2. astroid_field astroid_field Public

    This is the first game I've developed. It was written using Pygame.

    Python

  3. MIPS_Algorithims MIPS_Algorithims Public

    This is a series of algorithms that I wrote in the MIPS ISA. The four algorithms are Binary Search, Matrix Multiplication, MergeSort, and find Min, Median, Max, and Mode

    Assembly

  4. MIPS_Pipeline MIPS_Pipeline Public

    This is a MIPS 5-stage Pipeline emulator written in C. It takes in binary instructions, parses them, and then runs the necessary operations the same way a MIPS processor does. My work is in the PRO…

    C

  5. Voltaic_Motion_Detection Voltaic_Motion_Detection Public

    This is a project I did to measure power consumption of the Particle Boron for Voltaic Systems. This code is for a motion detection setup, using the Particle Boron and an HC_SR04 sensor.

    C++

  6. Cryptography Cryptography Public

    This project was a school lab which employs you a simple RSA encryption and decryption code in MATLAB. Our public key paramters are n = 362783 and e = 19. The EnCode function takes an input resembl…

    MATLAB 1