| DigitalGate Projects | RigHumanGL | My Linux Configs |
Multi-agent chatbot with graph memory using graphiti: Access the repo
Space Invaders Clone: Clone of Space Invaders game coded in C++ with Raylib library. Game configs are provided as json files. So nlohmann::json is used, as well.
- libft: libc functions' library. DIY
- ft_printf: the printf function itself
- get_next_line: Read one file line with static variable. Similar to readline function.
- push_swap: Sorting integer numbers (radix sort) in stack structure.
- minitalk: send data between terminals using UNIX signals (SIGUSR1, SUGUSR2)
- so_long: A 2D game from scratch
- minishell: A small but not easy UNIX Shell. Similar to bash. DIY
- philosophers: Dining philosophers problem using threads and mutexes
- Cpp Modules 00-04: Cpp Beginner but not easy
- Netpractice: Networking exercise
- miniRT: A raytracing project from scratch
- Cpp Modules 05-09: Advance in C++
- ft_irc: IRC server written in C++
- Inception: Docker with nginx, wordpress, mariaDB
- Transcendence: PONG game with pure js, postgreSQL, python django
- I) libasm: intel x86_64 nasm assembly.
- II) computorv1: C++ program to solve 2nd order polynomials
- III) dr-quine: self-producing programs
- IV) ft_linear_regression: a simple linear regression
- V) scop: C++ and OpenGL to render an .obj file
- VI) ftl_quantum: quantum circuits simulation using python and Qiskit
- vec3 library in C
- Python Projects:
- Matlab Projects:
- My Phonebook application
- phonebook-api: .Net Core (C#)
- phonebook-app: Angular Fr.
- My First Codes