NULL-Term1nat0r
Hi, my name is Eike. 28 Year old C/C++ Developer. This Github is my Portfolio with different projects I worked on.
42Wolfsburg
NULL-Term1nat0r's Stars
cli/cli
GitHub’s official command line tool
veggiemonk/awesome-docker
:whale: A curated list of Docker resources and projects
grafana/loki
Like Prometheus, but for logs.
xitanggg/open-resume
OpenResume is a powerful open-source resume builder and resume parser. https://open-resume.com/
yolain/ComfyUI-Easy-Use
In order to make it easier to use the ComfyUI, I have made some optimizations and integrations to some commonly used nodes.
gemartin99/Born2beroot-Tutorial
Tutorial to install Debian virtual machine with functional WordPress site with the following services: lighttpd, MariaDB, PHP and Litespeed.
alexandregv/42toolbox
A bunch of macOS scripts to make your life better at @42School
t0mm4rx/42-correction-watcher
A Python script to watch for a 42 slot.
gemartin99/Get_next_line
This projects is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor. This function should work whit any buffersize.
mochan42/ft_transcendence
NULL-Term1nat0r/GET_NEXT_LINE
This project is about writing my own get_next_line function for future projects. This is useful for reading multiple lines in one program in order to save ressources
NULL-Term1nat0r/webserv
simple webserver in C++
mdoll02/get_next_line
NULL-Term1nat0r/CPP_Modules
NULL-Term1nat0r/Philosohpers
A popular example for the handling of threads in a process
cryptoclown132/CPP_Modules
cryptoclown132/inception
kmeixner247/piscine_OOP
the OOP piscine of the 42 advanced curriculum
memaar92/cub3D
Inspired by Wolfenstein 3D, cub3D is a 42 school project that provides an opportunity to explore the fundamentals of raycasting, textures rendering, and basic game mechanics. The goal is to create a small, simple, and visually appealing maze game. The project is written in C .
mulain/42_inception
NULL-Term1nat0r/ByteMe
NULL-Term1nat0r/class-ft_std
class ft_std
NULL-Term1nat0r/CPP_ClassCreator
Automated class creator that takes user input in terminal to create classes in their "Orthodox Canonical Form".
NULL-Term1nat0r/Git-Starter-Guide
NULL-Term1nat0r/GitHub_CLI_Guide
NULL-Term1nat0r/LIBFT
In this project i recreated some of the library files of libft
NULL-Term1nat0r/PRINTF
Recreation of the original printf function containing the following flags: cspdiuxX%
NULL-Term1nat0r/Push_Swap
This program is sorting numbers given by arguments from the terminal. Therefore I used the Quick_Sort algorithm