Skip to content
View Jackdehaan's full-sized avatar

Highlights

  • Pro

Block or report Jackdehaan

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

Popular repositories Loading

  1. Printf_from_scratch Printf_from_scratch Public

    Ft_printf is a static library that is a imitation of the c library function printf, built as part of the Codam curriculum. This project demonstrates an in-depth understanding of variadic functions,…

    C

  2. pipex pipex Public

    Pipex is a project that focuses on handling pipes in C. The goal is to recreate the functionality of shell pipes, allowing the execution of commands with input and output redirection.

    C

  3. webserv webserv Public

    Forked from rubenfin/webserv

    This repository contains a web server built from scratch in C and C++. Built in collaboration with @rubenfin at Codam.

    C++

  4. minishell minishell Public

    Forked from rubenfin/minishell

    This repository contains a shell built from scratch in C. The syntax and features are based on Bash. Built in collaboration with @rubenfin at Codam

    C

  5. cub3d cub3d Public

    Forked from rubenfin/cub3d

    A 3D raycaster developed in C that transforms a 2D grid into a first-person perspective view. This project features a custom configuration file for setting wall textures, floor and ceiling colors, …

    C