Skip to content
View B18a's full-sized avatar

Highlights

  • Pro

Block or report B18a

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

Hi 👋, I'm Andreas

  • 🌱 I’m currently learning C and C++ @ 42Heilbronn
    My progress so far:

    • Libft : Your very first own library - This project is about coding a C library
    • ft_printf : Recoding printf to discover variadic functions in C
    • get_next_line : This project is about programming a function that returns a line read from a file descriptor
    • push_swap : This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions choosing an appropiate algorithm
    • Born2beroot : Setting up a Linux environment on a Virtual Maschine
    • minitalk : The purpose of this project is to code a small data exchange program using UNIX signals
    • so_long : This project is a very small 2D game. Its purpose is to make you work with textures, sprites, and some other very basic gameplay elements using minilibx-library
    • Philosophers : Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger
    • minishell : This project is about creating a simple shell - similar to Bash
    • C++ Module00-04 : Getting started with C++ - basic syntax, pointers and references, orthodox canonical classes, inheritance, polymorphism, overloads, abstract classes and interfaces

    Current Project:

    • **[Cub3D] : My first RayCaster with miniLibX

    Upcoming Project:

    • **[Inception] : One Container is not enough - We need to go deeper
    • **[Webserv] : This is when you finally understand why a URL starts with HTTP
    • **[C++ Module05-09]
    • **[ft_transcendence] : Surprise.

Languages and Tools:

b18a

 b18a

b18a

Popular repositories Loading

  1. 42_so_long 42_so_long Public

    C

  2. 42_minishell 42_minishell Public

    C

  3. B18a B18a Public

  4. 42_libft 42_libft Public

    C

  5. 42_ft_printf 42_ft_printf Public

    C

  6. 42_philo 42_philo Public

    C