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

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Pintos-CPU-Scheduling Pintos-CPU-SchedulingPublic

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

    C 2

  2. C_Cache_Simulation C_Cache_SimulationPublic

    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-FilesysPublic

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

    C 1 1

  4. Python_RandomWriter Python_RandomWriterPublic

    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_RestaurantPublic

    implementation of a Restaurant with Menus, Items, and Orders

    Python

  6. Python_TreeDict Python_TreeDictPublic

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

    Python