Skip to content
View derrowap's full-sized avatar
Block or Report

Block or report derrowap

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. ACM-ICPC ACM-ICPC Public

    My ACM-ICPC problems solution code

    Java 2 1

  2. DNC-TensorFlow DNC-TensorFlow Public

    An implementation of the Differential Neural Computer (DNC) in TensorFlow

    Python 2

  3. CSSE332-Operating-Systems CSSE332-Operating-Systems Public

    Final Project implementation of an operating system for CSSE332 at Rose-Hulman Institute of Technology

    C 1 1

  4. CSSE220-ArcadeGameProject CSSE220-ArcadeGameProject Public

    Final project for CSSE220. It is a game similar to Dig-Dug, but Shrek themed.

    Java 1

  5. CSSE120-Roomba_Robot_Final_Project CSSE120-Roomba_Robot_Final_Project Public

    Final Project done in my first programming class at Rose-Hulman. Need a roomba robot or a computer software simulator to run the code. Each feature is well documented

    Python

  6. PrimeNumbers PrimeNumbers Public

    Find prime numbers in two different ways. Brute force, which is horribly inefficient, and Sieve of Eratosthenes which is much more efficent.

    C