Skip to content
View jacob-earle's full-sized avatar

Block or report jacob-earle

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. rust-uncrashable-module rust-uncrashable-module Public

    A loadable linux kernel module based around the framework created by fishinabarrel for writing Linux kernel modules in Rust that will utilize Intel CAT to pin crucial applications to the LLC.

    Rust 2

  2. stm32f4discovery-uart stm32f4discovery-uart Public

    A basic example that shows how to implement serial communication over UART in embedded rust for the STM32F4DISCOVERY board.

    Rust 2 1

  3. WealthCalculator WealthCalculator Public

    A simple c++ application that simulates wealth appreciation over time based on initial principle, monthly contributions, interest rates, and income growth.

    C++ 1

  4. broadcom-memory-corruptor broadcom-memory-corruptor Public

    An alternative driver for broadcom Tigon gigabit ethernet controllers that will allow users to inject memory faults at arbitrary locations in RAM.

    C 1

  5. e1000e-corruptor e1000e-corruptor Public

    Alternative driver for the Linux e1000e ethernet driver that allows for the injection of memory faults at arbitrary addresses in physical memory through the DMA controller.

    C 1

  6. RustWordGame RustWordGame Public

    A basic hangman game I will be using to learn about data types basic i/o, and package management in Rust.

    Rust