Pinned Repositories
0xlowell
Overview
kitty.dots
lvlup2023
Game jam LvlUp 2023
ml-model-building-training
r0-libft
Recode a few functions of the C standard library as well as some other utility functions
r1-ft_prinft
This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.
r1-get_next_line
May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects.
r2-pipex
This project aims to deepen your understanding of the two concepts that you already know: Redirections and Pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.
r4-cpp
Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic stuf
UpsiJam2.0
GitWars !
0xlowell's Repositories
0xlowell/r4-cpp
Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic stuf
0xlowell/r1-ft_prinft
This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.
0xlowell/r1-get_next_line
May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects.
0xlowell/r2-pipex
This project aims to deepen your understanding of the two concepts that you already know: Redirections and Pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.
0xlowell/0xlowell
Overview
0xlowell/kitty.dots
0xlowell/lvlup2023
Game jam LvlUp 2023
0xlowell/ml-model-building-training
0xlowell/r0-libft
Recode a few functions of the C standard library as well as some other utility functions
0xlowell/UpsiJam2.0
GitWars !
0xlowell/r2-exam-ft_printf
ft_printf 2022
0xlowell/r2-fractol
Discover 2D programming and the psychedelic universe of fractals in this project.
0xlowell/r2-push_swap
This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.
0xlowell/r3-minishell
The objective of this project is to create a simple shell.
0xlowell/r3-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.
0xlowell/r4_cub3d
This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you'll have to find your way.
0xlowell/streamlit-cheat-sheet
A cheat sheet for streamlit
0xlowell/talent-matcher-assistant