Skip to content
View Sumeyyye3's full-sized avatar

Highlights

  • Pro

Block or report Sumeyyye3

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

Popular repositories Loading

  1. My-Projects-on-C-and-Shell My-Projects-on-C-and-Shell Public

    This repository contains my C and Shell projects. It's also a great project repository for those who want to build their algorithms. All projects on this repository written in accordance with the N…

    C

  2. Libft Libft Public

    A foundational C library built from scratch, including reimplementations of standard libc functions and custom utilities. Focused on memory safety, pointer manipulation, linked list implementation,…

    C

  3. Printf Printf Public

    A custom implementation of the C printf function, developed to understand variadic functions, formatting, and low-level output handling.

    C

  4. Get_next_line Get_next_line Public

    A line-by-line file reader implemented in C using file descriptors. This project emphasizes memory management, buffer handling, and efficient reading operations at a low level.

    C

  5. furniture-website furniture-website Public

    A modern, responsive Furniture E-Commerce Landing Page built with React.js, featuring product showcases, user authentication (Login/Register), and a dynamic feedback system.

    JavaScript

  6. Push_swap Push_swap Public

    An optimized stack-based sorting algorithm that sorts integers with minimal operations, built in C for the 42 push_swap project.

    C