Skip to content
View victorberdugo1's full-sized avatar

Highlights

  • Pro

Block or report victorberdugo1

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

Hello 👋


GitHub Statistics

Overall Stats and Top Languages

GitHub Stats Top Languages

Contribution Streak

GitHub Streak


Popular repositories Loading

  1. SDL-Tutorial-for-your-Android-Projects SDL-Tutorial-for-your-Android-Projects Public

    This repository provides a guide to integrate the SDL library into Android projects. Learn to set up SDL in Android Studio, handle multimedia (audio, input, graphics), and run cross-platform apps. …

    C 1 1

  2. Libft Libft Public

    ChatGPT The "Libft" project is about creating a C library with general-purpose functions to support future projects. It includes reimplementations of standard C functions and additional functions f…

    C

  3. get_next_line get_next_line Public

    This project implements the get_next_line function, allowing files to be read line by line from a file descriptor in C. It supports multiple file descriptors (bonus) and offers customizable buffer …

    C

  4. RayPuppet-Animator RayPuppet-Animator Public

    RayPuppet-Animator is a bone animation system for real-time manipulation of skeletal models using 2D and 3D graphics. It features a graphical interface for bone and texture interaction, real-time p…

    C

  5. ft_printf ft_printf Public

    This project creates a custom version of the `printf()` function in C, known as `libftprintf.a`. It replicates essential formatted output capabilities for characters, strings, and numbers while sup…

    C

  6. push_swap push_swap Public

    This project implements the push_swap program to sort integers using two stacks, a and b. The goal is to arrange numbers in stack a in ascending order through a defined set of operations. Stack b s…

    C