Skip to content
View evalieve's full-sized avatar
🎰
🎰

Highlights

  • Pro

Block or report evalieve

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

WELCOME

My name is




Project Name ㅤ StartingㅤㅤDate ㅤ Description
 ft_transcendence 2024-11-11 Ft_transcendence involves creating a full-stack web application with real-time interactions, secure user authentication, and a responsive interface for a dynamic user experience.
 itch.io Game Off 2024-01-11 For the itch.io jam 2024, our game follows a witch brewing a love potion, bringing mystery and magic to the 'secrets' theme.



Project Name Completion Date Description
 webserv 2024-01-11 This project is about creating a minimal HTTP server, focusing on processing requests, managing client connections, and implementing HTTP standards.
 inception 2024-10-21 The Inception project sets up Nginx, MariaDB, and WordPress with Docker, focusing on containerization and seamless service integration.
 cpp_modules 2024-09-06 The C++ Modules project dives into core C++ concepts, emphasizing object-oriented programming, memory management, and advanced language features.
 cub3D 2024-07-06 The goal of this project is to create a basic 3D game engine using raycasting, focusing on graphics rendering, player movement, and environmental interaction.
 philosophers 2023-07-16 Philosophers involves solving the classic dining philosophers problem, focusing on managing concurrency, synchronization, and preventing deadlocks.
 minishell 2023-01-25 This project focuses on building a basic shell, emphasizing command parsing, process management, and implementing essential shell features.
 push_swap 2022-12-18 Push_swap focuses on developing an efficient sorting algorithm using two stacks, with an emphasis on minimizing moves and optimizing performance.
 so_long 2022-11-11 The so_long project is about building a basic 2D game with player navigation, map handling, and simple graphics rendering.
 pipex 2022-11-04 The pipex project involves creating a program that replicates shell piping, focusing on process creation, input/output redirection, and inter-process communication.
 ft_printf 2021-06-15 This project focuses on recreating the C library function printf, emphasizing formatted output handling, variable argument management, and precision control.
 get_next_line 2021-05-06 The goal of get_next_line is to implement a function that reads and returns lines from a file descriptor, ensuring efficient buffer usage and memory management.
 libft 2021-03-30 This project focuses on developing a custom C library by recreating standard functions, strengthening skills in data manipulation, memory management, and foundational algorithms.

Name Date Message
11/18/2024, 2:59:06 PM In times of darkness, Eva shows me the way to the light.
10/29/2024, 6:28:55 PM my favorite github place to visit
10/24/2024, 3:31:46 PM First!






Popular repositories Loading

  1. get_next_line get_next_line Public

    The aim of this project is to make you code a function that returns a line ending with a newline, read from a file descriptor.

    C

  2. libft libft Public

    The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects.

    C

  3. ft_printf ft_printf Public

    Recoding the C printf function.

    C

  4. so_long so_long Public

    C

  5. minishell minishell Public

    C

  6. cpp_modules cpp_modules Public

    C++