Skip to content
View ihiiro's full-sized avatar
  • Planet Earth

Block or report ihiiro

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. Merge-Insertion Public

    An implementation of Merge-Insertion, using Pair-chains and a Main-chain array.

    C++

  2. l-bash Public

    A command line interface program that behaves similarly to bash. Features: parentheses, &&, ||, |, and redirection operators, the * symbol and expansion using $

    C

  3. stamp Public

    A bash script for stamping specific files with a predetermined precursor.

    Shell

  4. singly_linked_list Public

    A singly linked list in c.

    C

  5. phong-model-tracer Public

    A simple ray tracer that uses the Phong Model to simulate light, and is configured via a file which describes the settings. Shapes that can be used are: sphere, cylinder, cone and plane.

    C