Skip to content
View ihiiro's full-sized avatar
💭
Solving problems...
💭
Solving problems...
  • 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. l-bash l-bash Public

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

    C

  2. stamp stamp Public

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

    Shell

  3. singly_linked_list singly_linked_list Public

    A singly linked list in c.

    C

  4. phong-model-tracer 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

  5. VFS VFS Public

    VFS stands for Virtual File System, it creates a file system on top of an existing one.

    C