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

Block or report takeshi19

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. Mem_Alloc-Mem_Free Mem_Alloc-Mem_Free Public

    An implementation of malloc and free of the GNU stdlib.

    C 1

  2. CacheSimulator CacheSimulator Public

    A C program that simulates an L1 cache. Uses the Least Recently Used replacement policy. Set associative.

    C 1 1

  3. django django Public

    Forked from django/django

    The Web framework for perfectionists with deadlines.

    Python

  4. Warp-Star-Game Warp-Star-Game Public

    A 2D computer game I made for a school project (University of Wisconsin-Madison) in Java. It's a space-based adventure game where the objective is to reach the different "warp-star" locations witho…

    Java

  5. Space-Traveller Space-Traveller Public

    Space Invaders styled video game, but with the ability to point the nose of your ship in the direction you are shooting. Also, you can unlock and use different weapons (cannons).

    Java

  6. MedianStream MedianStream Public

    Based on a set of temperatures, this program calculates the median temperature for every new temperature value. Implemented with PriorityQueues. One mode of program is interactive: provides user wi…

    Java