Skip to content
View rinmadv's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report rinmadv

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

madavid's 42 stats

Hi there I'm Marine πŸ‘‹

πŸŽ“ Graduated from double degree in international management & Accounting, management control and audit from IAE Paris-Est

πŸ‘©β€πŸ’» Currently studying programming at Γ‰cole 42 Paris

πŸ“« Reach me: via e-mail or Linkedin

πŸ˜„ Pronouns: she/her

πŸ’¬ French/English/German/Spanish/

Projects I have been working on at 42 :

03/24 (C++) IRC / Creating an Internet Relay Chat Server based on IRSSI - Text-based communication protocol

02/24 (C) Cub3d / Creating a "realistic" 3D graphical representation using a first-person view using ray-casting principles - Graphics library / raycasting

01/24 (C++) CPP Piscine / Learning basics of C++ - Oriented Object Programming

12/23 (IPV4) NetPractice / Understanding how addressing works with the TCP/IP protocol to configure small networks - Network management and system administration

10/23 (C) Philosophers / Learn the basics of threading a process - concurrent algorithm design/synchronisation

08/23 (C) Minishell / Creating my own shell - Processes, file descriptors, Shell

05/23 (C) Pipex / Discover in detail a UNIX mechanism - UNIX

03/23 (C) Push swap / Creating an optimized sorting algorithm - sorting algorithm

02/23 (C) FDF / Creating a wireframe rendering of a landscape - graphics library

01/23 (C) Get_next_line / Write a function that returns a line read from a file descriptor - static variables

12/22 (C) Ft_printf / The objective is to recode the printf() function of the libc - variadic functions

12/22 (VM / Bash) Born2beroot / Set up a server - virtualization

11/22 (C) Libft / Coding a C library

07/22 (C) Piscine / One month C bootcamp through peer-to-peer learning, group work, peer-evaluation and project pedagogy

Pinned Loading

  1. get_next_line get_next_line Public

    Write a function that returns a line read from a file descriptor

    C

  2. rinmadv rinmadv Public

    Get to know me more

  3. ft_printf ft_printf Public

    Creation of a library that contains ft_printf(), a function imitating the original printf() function

    C