Skip to content
View refernandes's full-sized avatar
  • ScanSource Brasil
  • São Paulo
  • 16:35 (UTC -03:00)
  • LinkedIn in/rrfsousa

Highlights

  • Pro

Block or report refernandes

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. libft libft Public

    My implementation of the standard C library functions (libc) and data structures. Developed as part of the 42 São Paulo curriculum.

    C 1

  2. sorting_visualizer sorting_visualizer Public

    An interactive sorting algorithms visualizer built in pure C for the Linux terminal. Analyzes algorithm complexity (Big O) in real-time.

    C

  3. ft_printf ft_printf Public

    A custom implementation of the standard C library's printf function, focusing on variadic functions, clean code, and zero-malloc recursive numeric conversions. Developed as part of the 42 curriculum.

    C