Skip to content
View JeroSampayo's full-sized avatar

Block or report JeroSampayo

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
JeroSampayo/README.md

✨Welcome to my GitHub profile! 👋👋

I'm a programming student at campus 42 Barcelona.

I'm passionate about working on projects that allow me to improve my programming skills, I love to learn new things and keep up with the latest technologies, I strive to improve as a programmer every day a step further. Getting into the world of cybersecurity.

In this profile you will find some of my personal and work projects, as well as collaborations with other developers.

Popular repositories Loading

  1. Libft Libft Public

    Libft is a collection of C functions that extends the standard C library. It includes functions for manipulating strings, managing dynamic memory, input/output operations, and other common tasks in…

    C 2

  2. Printf Printf Public

    The printf() function is a very useful tool in the C programming language that is used to print messages to the screen or to a file. You provide it with a message and the function displays it on th…

    C 1

  3. JeroSampayo JeroSampayo Public

    My personal repository

  4. Exams Exams Public

    C

  5. GetNextLine GetNextLine Public

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

    C

  6. Minitalk Minitalk Public

    Communication between two programs using UNIX signals

    C