Pinned Repositories
ft_transcendence
CRUD-example
Basic CRUD model using React, Redux, axios, Json Server and picsum API
CRUD-localStorage-example
Same CRUD as https://github.com/nnieddu/CRUD-exemple but with localStorage for an online demo (instead of using JsonServer or a database)
CRUD-localStorage-RTK-ElectronJs
CRUD exemple with modern redux style (RTK), using localStorage for db, with ready to build windows app script
cub3d-linux
Recode a raycasting engine, to create an old style game like Wolfenstein3D.
cvSite
My curriculum vitae (web version)
ft_containers
Implementation of some STL containers (vector, map, stack) and some templates/helper classes (iterators_traits, reverse_iterator, enable_if, is_integral, equal, lexicographical compare, pair, make_pair)
ft_irc
Serveur IRC (C++, RFC 1459, 2813 compliant)
ft_push_swap
Sort number algorythm (quicksort) with 2 stack
minishell
Reimplementation of a command interpreter like bash, project made with Jobenas (https://github.com/jobenass).
nnieddu's Repositories
nnieddu/CRUD-example
Basic CRUD model using React, Redux, axios, Json Server and picsum API
nnieddu/cub3d-linux
Recode a raycasting engine, to create an old style game like Wolfenstein3D.
nnieddu/CRUD-localStorage-example
Same CRUD as https://github.com/nnieddu/CRUD-exemple but with localStorage for an online demo (instead of using JsonServer or a database)
nnieddu/CRUD-localStorage-RTK-ElectronJs
CRUD exemple with modern redux style (RTK), using localStorage for db, with ready to build windows app script
nnieddu/cvSite
My curriculum vitae (web version)
nnieddu/ft_containers
Implementation of some STL containers (vector, map, stack) and some templates/helper classes (iterators_traits, reverse_iterator, enable_if, is_integral, equal, lexicographical compare, pair, make_pair)
nnieddu/ft_irc
Serveur IRC (C++, RFC 1459, 2813 compliant)
nnieddu/ft_push_swap
Sort number algorythm (quicksort) with 2 stack
nnieddu/ft_services
Initiation to "clusturing" with Kubernetes and docker
nnieddu/minishell
Reimplementation of a command interpreter like bash, project made with Jobenas (https://github.com/jobenass).
nnieddu/ft_transcendence
a typescript Pong multiplayer game using NestJs, React, MUI and with a PostgreSQL db
nnieddu/iaProcessImageRecognition
A simple example of image recognition in windows desired process in C++ with YOLO IA using OpenCv
nnieddu/libft
Recode some basic libc functions
nnieddu/nextSoundboard
nnieddu/nnieddu
nnieddu/nnieddu.github.io
nnieddu/philosophers
Initiation to multithreading programmation in C (mutex and semaphore)
nnieddu/piscine_cpp_42
42 School introduction to C++
nnieddu/red_black_tree
A red and black binary tree implementation with templates in C++
nnieddu/screenshotWindowsWindow
differents way to capture a window in windows C++
nnieddu/toDoList-VanillaJs
nnieddu/translated-content
All translated MDN content in raw form
nnieddu/utils