Skip to content
View gkrusta's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report gkrusta

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

Total time coded since Jun 29 2023

gkrusta's 42 stats

Welcome to my GitHub profile!

🔭 As a student from 42 Malaga, I'm passionate about C language development and programming.

🌱 Currently, I'm a beginner programmer, focused on learning and developing my skills in C & C++ programming.

⚡ If you're looking for project descriptions and guidance, feel free to reach out to me.

📫 How to reach me: LinkedIn Badge


🔥 My Stats:

GitHub Streak

Top Languages

Pinned

  1. fractol fractol Public

    A project focused on creating a program that generates and visualizes various fractals using parallel processing and graphical libraries.

    C 1

  2. CPP CPP Public

    Documenting my progress through 10 modules of C++ exercises. The exercises cover a diverse range of topics, including namespacing, classes, member functions, stdio streams, initialization lists, st…

    C++

  3. Minishell Minishell Public

    A Minishell project for 42 School, implementing a simplified Unix shell in C to manage command execution, process, and signal handling.

    C

  4. cub3d cub3d Public

    cub3D is a program that creates a dynamic labyrinth experience using my own Ray-Caster, offering a first-person view with interactive controls and customizable textures.

    C

  5. Webserv Webserv Public

    Webserv is a non-blocking web server designed in C++ that handles HTTP requests using a single instance of poll() for all I/O operations, supporting multiple ports, CGI scripts and file uploads.

    C++

  6. philosophers philosophers Public

    This project involves implementing a dining philosophers problem, where philosophers (threads) compete for limited resources (forks) while avoiding deadlock and ensuring they can eat without confli…

    C 1