Skip to content
View hosseinkhoshnevis94's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report hosseinkhoshnevis94

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

Pinned Loading

  1. react_design_patterns react_design_patterns Public

    This repository is a collection of design patterns specifically tailored for building robust and scalable React applications. Each design pattern showcased in the repository addresses common challe…

    JavaScript

  2. libft libft Public

    Implementation of `Libft`, a foundational project at 42 that re-creates many functions from the C standard library

    C

  3. get_next_line get_next_line Public

    This project is a C function implementation of get_next_line(int fd) , which reads and returns one line at a time from a given file descriptor. It supports multiple file descriptors simultaneously …

    C

  4. react-components react-components Public

    The React Component Repository is a collection of reusable UI components built using React.js. These components are designed to be highly customizable, easy to integrate, and adhere to best practic…

    JavaScript

  5. react_custom_hooks react_custom_hooks Public

    This repository contains a collection of custom React hooks designed to streamline and enhance various aspects of React application development.

    JavaScript

  6. printf printf Public

    A simplified re-creation of the C printf function, supporting basic format specifiers like %c, %s, %d, and more.

    C