Skip to content
View DAndrewMoore's full-sized avatar

Block or report DAndrewMoore

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. simple_cnn-pytorch simple_cnn-pytorch Public

    Human Protein Atlas Image Classification

    Python

  2. crawl-and-parse crawl-and-parse Public

    This program crawls in BFS manner from a statically assigned URL. Some modifications can be made to optimize the transition between crawler and parse, which can be seen forming through cleaning and…

    Java

  3. SearchEngine SearchEngine Public

    Java

  4. misc misc Public

    General utility scripts for doing small tasks

    Python

  5. Memory-Allocation Memory-Allocation Public

    This program utilizes FIFO scheduling and a memory manager that manages memory requests from psuedo-processes. We will utilize different memory amounts, and a single malloc call to test if manual m…

    C++

  6. Scheduler Scheduler Public

    A RR, SJF, FIFO scheduler for psuedo-processes that shows average wait times for prorcesses with 1, and 4 cores. The process generator has a normal distribution for process cycles, and a poisson fo…

    C++