Skip to content
View mwendev's full-sized avatar
  • Berlin

Block or report mwendev

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
mwendev/README.md

Hi there πŸ‘‹ It's Mei

I am a 42 student

mwen's 42 stats

Status Project Rank Grade
βœ… Libft 00 mwen's 42 Libft Score
βœ… Born2beroot 01 mwen's 42 Born2beroot Score
βœ… ft_printf 01 mwen's 42 Born2beroot Score
βœ… get_next_line 01 mwen's 42 get_next_line Score
βœ… Exam Rank 02 02 mwen's 42 Exam Rank 02 Score
πŸ”’ so_long 02 N/A
βœ… FdF 02 mwen's 42 FdF Score
πŸ”’ fract-ol 02 N/A
βœ… push_swap 02 mwen's 42 push_swap Score
βœ… pipex 02 mwen's 42 pipex Score
πŸ”’ minitalk 02 N/A
βœ… Exam Rank 03 03 mwen's 42 Exam Rank 03 Score
βœ… minishell 03 mwen's 42 Exam Rank 03 Score
βœ… Philosophers 03 mwen's 42 Philosophers Score
βœ… Exam Rank 04 04 mwen's 42 Exam Rank 04 Score
βœ… CPP module 04 mwen's 42 CPP Module 00 Score
βœ… miniRT 04 mwen's 42 miniRT Score
πŸ”’ cub3d 04 N/A
βœ… NetPractice 04 mwen's 42 NetPractice Score
βœ… Exam Rank 05 05 mwen's 42 CPP Module 05 Score
βœ… ft_irc 05 mwen's 42 CPP Module 05 Score
πŸ”’ webserv 05 N/A
βœ… ft_containers 05 mwen's 42 ft_containers Score
βœ… Inception 05 mwen's 42 Inception Score
πŸ› οΈ Exam Rank 06 06 mwen's 42 Exam Rank 06 Score
πŸ› οΈ ft_transcendence 06 mwen's 42 ft_transcendence Score

Popular repositories Loading

  1. Libft Libft Public

    A static library of some useful C functions

    C

  2. get_next_line get_next_line Public

    A getline() remake with read buffer dynamically allocated, supporting multiple-file read. Leakproofed.

    C

  3. ft_printf ft_printf Public

    Remake of printf using va_list

    C

  4. FdF FdF Public

    A simple wireframe model representation of 3D landscapes.

    C

  5. push_swap push_swap Public

    A program to sort numbers with smallest number of moves using push, swap, rotate as methods

    C

  6. pipex pipex Public

    A remake of the shell's pipe and redirections (< and >) with fork()

    C