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

Block or report Rurikide

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. 42.MINIRT 42.MINIRT Public

    Coding a mini Raytracer in C with #teamJbadia

    C 3 1

  2. justinebadia/FT_IRC justinebadia/FT_IRC Public

    This project is about creating our own IRC server.

    C++ 1 1

  3. 42.PISCINE_CPP 42.PISCINE_CPP Public

    Piscine c++

    C++ 1

  4. 42.PUSH_SWAP 42.PUSH_SWAP Public

    Integer sorting-algorithm project

    C

  5. 42.FT_PRINTF 42.FT_PRINTF Public

    My ft_printf ("bonusless" version), using for the first time a struct and an array of function pointers. Special thanks to adubeau hbanthiy jbadia mleblanc sfournie and laube for their help ^^

    C

  6. 42.FT_PRINTF_BONUS 42.FT_PRINTF_BONUS Public

    Complete version of my ft_printf with bonus (width, precision, * & flags). Using an ENUM and the binary operator "| OR" to scan the flags instead of switches/toggle (on/off 1,0).

    C