Skip to content
View mariadaan's full-sized avatar
πŸ’«
coding
πŸ’«
coding
Block or Report

Block or report mariadaan

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

Welcome to my GitHub! πŸ™‹πŸΌβ€β™€οΈ

Latest projects I finished:

  • β€ƒπŸ•Ήβ€ƒcub3d: Graphic project using ray-casting.
  •  πŸ–₯ ft_server: Web server setup using Docker. Runs Wordpress, phpMyAdmin and keeps a SQL database.
  • β€ƒπŸ“šβ€ƒlibft: My own C library, regrouping usual functions.
  • β€ƒπŸ–¨β€ƒft_printf: Self-built C printf function
  • β€ƒπŸ“„β€ƒget_next_line: Reads one line at the time from a file descriptor
  • β€ƒπŸ΄β€ƒpipex: Mimics the usage of UNIX mechanisms with system calls only.
  • β€ƒπŸ”’β€ƒpush_swap: Sorts a stack of numbers
  • β€ƒπŸšβ€ƒminishell: Recreate bash functionality
  • β€ƒπŸ‘©πŸΌβ€πŸ’»β€ƒC++ modules: Learning a new language, C++!
  • β€ƒπŸŒβ€ƒwebserv: Built my own webserver in C++
  • β€ƒπŸ“β€ƒtranscendence: Create a website to play Pong with others

Pinned

  1. cub3d cub3d Public

    Graphic project using ray-casting.

    C 1

  2. libft libft Public

    My own C library, regrouping usual functions.

    C