Skip to content
View rresma3's full-sized avatar
  • Austin, TX
Block or Report

Block or report rresma3

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

  1. Pintos-CPU-Scheduling Pintos-CPU-Scheduling Public

    priority CPU-Scheduling for Pintos, using a multilevel feedback queue system

    C 2

  2. C_Cache_Simulation C_Cache_Simulation Public

    simulation of a cache in regards to flushing, updating, and replacing bytes for the purpose of data access optimization with a focus on locality

    C 2

  3. Pintos-Userprog-VM-Filesys Pintos-Userprog-VM-Filesys Public

    converted existing single-thread, contiguous file-allocation, file system into a multi-threaded, multi-level indexed file-allocation file system

    C 1

  4. Python_RandomWriter Python_RandomWriter Public

    Markov Chain random writer that takes any file input and randomizes it based on k-levels of Markov chain history, using a graph implementation of mine

    Python 1

  5. Python_Restaurant Python_Restaurant Public

    implementation of a Restaurant with Menus, Items, and Orders

    Python

  6. Python_TreeDict Python_TreeDict Public

    Implementation of a Tree Dictionary with hashable, sorted (k, v) pair objects, using a BST implementation

    Python