alx-sch
Majored in Biotechnology, worked in tech funding and operations. Enthusiastic about coding and data science! 🚀
Berlin, Germany
Pinned Repositories
42_born2beroot
System Administration: Configuring a secure virtual machine with user authentication, firewall rules, and system monitoring.
42_ft_printf
A custom implementation of everyone's favorite function for formatted output.
42_get_next_line
Function to read lines from a file descriptor one-by-one using static variables.
42_libft
Coding a C library from scratch, containing many general-purpose functions.
42_miniRT
Ray tracing from scratch, without using 3D frameworks, to render basic scenes by simulating light and reflections.
42_minishell
Implementing a basic Unix shell with essential functionalities, such as handling commands, managing processes, and executing programs.
42_philosophers
A multithreaded simulation of the Dining Philosophers problem featuring mutexes.
42_pipex
Reproducing the shell pipe command in C. Managing processes and facilitating communication between them.
42_push_swap
Implementation of an algorithm for sorting numbers within a fixed set of rules. Enhancing the "Turk Algorithm".
STRIKE_A_POSE
A videogame that uses body pose classification via a webcam feed to engage players in an interactive experience.
alx-sch's Repositories
alx-sch/42_born2beroot
System Administration: Configuring a secure virtual machine with user authentication, firewall rules, and system monitoring.
alx-sch/42_get_next_line
Function to read lines from a file descriptor one-by-one using static variables.
alx-sch/42_libft
Coding a C library from scratch, containing many general-purpose functions.
alx-sch/42_ft_printf
A custom implementation of everyone's favorite function for formatted output.
alx-sch/42_minishell
Implementing a basic Unix shell with essential functionalities, such as handling commands, managing processes, and executing programs.
alx-sch/42_philosophers
A multithreaded simulation of the Dining Philosophers problem featuring mutexes.
alx-sch/42_pipex
Reproducing the shell pipe command in C. Managing processes and facilitating communication between them.
alx-sch/42_push_swap
Implementation of an algorithm for sorting numbers within a fixed set of rules. Enhancing the "Turk Algorithm".
alx-sch/microbiome_analysis
Pipeline detecting pathogen DNA in sequencing data, specifically designed to differentiate between host (mouse) and pathogen genomes.
alx-sch/42_fdf
A 3D height-map renderer that generates wireframe visualizations from map files.
alx-sch/42_miniRT
Ray tracing from scratch, without using 3D frameworks, to render basic scenes by simulating light and reflections.
alx-sch/42_piscine
All the work done during the Piscine at 42 Berlin that began on 09/25/2023.
alx-sch/42_updated_libft
Repository for automatic inclusion in project Makefiles; check the '42_libft' repo.
alx-sch/STRIKE_A_POSE
A videogame that uses body pose classification via a webcam feed to engage players in an interactive experience.
alx-sch/42-MiniRT
This project is an introduction to the beautiful world of Raytracing. Once completed you will be able to render simple Computer-Generated-Images
alx-sch/42_CPP_00_04
Introduction to C++
alx-sch/alx-sch
Includes the "About Me" section for my GitHub profile.
alx-sch/codespace_setup
Setting up and configuring GitHub Codespaces with custom tools, aliases, and synchronized VS Code settings.