Skip to content
View mybenzar's full-sized avatar

Highlights

  • Pro

Block or report mybenzar

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 Loading

  1. customer-behaviour-analysis customer-behaviour-analysis Public

    A small project on clean data to understand and analyze users behaviours. I have implemented basic numpy and pandas features and used matplotlib for visualization.

    Jupyter Notebook 3

  2. libft libft Public

    My own Lib C functions. This project allowed me to understand better how basic functions of a low-level programming language work.

    C 1

  3. ft_printf ft_printf Public

    My own printf function in C. The "f" (float) flag was a challenging task that required a lot of research on floating point arithmetics.

    C 1

  4. get_next_line get_next_line Public

    Function that returns a line ending with a new line, read from a file descriptor.

    C

  5. fillit fillit Public

    Fillit is a tetris-like solver algorithm in C that takes up to 26 tetris shapes as inputs and finds the smallest square possible in which they can fit, and displays it.

    C

  6. exam exam Public

    Solutions to a few 42 "Alone in the dark" exams

    C