Skip to content
View Darasxs's full-sized avatar

Highlights

  • Pro

Block or report Darasxs

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

Hi there 👋 I'm Darek

  • 🔭 I'm currently studying at 42 Heilbronn, with a primary focus on mastering the C programming language through various projects, which you can find in my repositories.

  • 🌱 I'm deeply passionate about cybersecurity, and my long-term goal is to become an expert in this field.

  • ⚡ On a daily basis I am programming in C, completing projects for the 42 school, and aditionally I spend a lot of time for gaining knowledge in cybersecurity.

  • 📫 How to reach me:

    linkedin LinkedIn  

Pinned Loading

  1. Get-next-line Get-next-line Public

    The goal of this project is to create a function called get_next_line that reads and returns a single line from a file descriptor each time it's called.

    C

  2. Libft Libft Public

    The goal of this project is to create a custom C library that replicates many of the essential functions from the standard C library.

    C

  3. Minitalk Minitalk Public

    The goal of this project is to create a small data exchange program using UNIX signals. The project consists of a server and a client, where the client sends a string message to the server, and the…

    C

  4. Printf Printf Public

    The goal of this project is to reimplement the printf function in C, providing a custom version tries to mimic the behavior of the standard printf function.

    C

  5. Push_Swap Push_Swap Public

    The goal of this project is to develop a program that sorts a stack of integers with a limited set of operations and the fewest possible moves.

    C

  6. So_Long So_Long Public

    It's s a 2D game development project where the objective is to create a simple, playable game using the C programming language. The game involves navigating a character through a map, collecting it…

    C