Skip to content
View dolvin17's full-sized avatar

Highlights

  • Pro

Organizations

@rabani-to @NeonByt3 @0xGO-Fund @Metrics-Garden-Labs @Arena-Mayhem

Block or report dolvin17

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

Pinned Loading

  1. libft libft Public

    Blood, sweat, and tears -> Summary: This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon,

    C 2

  2. ft_prinft ft_prinft Public

    Once 42 forever 42 -> Summary: The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments.

    C 2

  3. Guess_the_number Guess_the_number Public

    Here’s how it works: the program will generate a random int between 1 and 100. It will then prompt the player to enter a guess. After a guess is entered, the program will indicate whether the guess…

    Rust 1

  4. data_structs data_structs Public

    This repository is dedicated to understanding, describing, and implementing structures that allow a programmer to create new data types, an important and powerful feature in C. It is important for …

    C 1

  5. pipex pipex Public

    Pipex is a C program designed to replicate the functionality of the shell command << to redirect input from a file and >> to redirect output to a file. It allows you to execute a series of shell co…

    C 2

  6. push_swap push_swap Public

    This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms an…

    C 2