- Network Nervous System
-
config Public
My most used tools configuration files.
-
-
-
-
kickstart.nvim Public
Forked from nvim-lua/kickstart.nvimA launch point for your personal nvim configuration
Lua MIT License UpdatedSep 24, 2024 -
-
full_calendar_component Public
Forked from pip-install-python/full_calendar_componenthttps://fullcalendar.io/ for Plotly Dash.
CSS Other UpdatedJun 5, 2024 -
inception Public
IaC using Docker Compose / Docker / Alpine OS / (MariaDB / Wordpress / Nginx)
HTML UpdatedMay 3, 2024 -
-
-
-
exams_42 Public
Training method for 42 exams.
-
vim-reselect-two Public
Improved vim reselect-Visual gv - restore up to the last 2 visual selections
-
Makefile_tutor Public
This project aims to create a crystal clear tutorial on a cryptic looking topic.
-
-
-
cpp_pool Public
[documented code / -pedantic -std=c++98] - This project aims to familiarize with the syntax of the CPP as well as the basics of the OOP
C++ UpdatedJul 21, 2023 -
-
-
-
motoko_playground_cli Public
Mini motoko playground to test functions from the CLI.
-
motokobootcamp2023 Public
Forked from seb-icp/motokobootcamp2023Daily submissions.
Motoko UpdatedJan 22, 2023 -
-
-
-
Multipipe_tutor Public
C multi-pipe implementation, dissection and explanation.
-
-
-
libft Public
[documented code / -pedantic -std=c89] - Libft project aims to recode some useful functions from libc as well as new functions of my choice.
C UpdatedNov 9, 2022 -
philosophers Public
[documented code / -pedantic -std=c89] - 42School variant of the dining philosophers problem to learn the basics of threading a process, how to create threads and use mutexes.