{"payload":{"pageCount":1,"repositories":[{"type":"Public archive","name":"ft_irc","owner":"malatini42","isFork":false,"description":"Team project enabling us to create our own IRC server (internet relay chat)","allTopics":["irc","server","cpp"],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-10-13T17:44:41.856Z"}},{"type":"Public archive","name":"inception","owner":"malatini42","isFork":false,"description":"A docker-compose project making your wordpress ready to your deployment cycles","allTopics":["docker-compose","inception","42born2code"],"primaryLanguage":{"name":"Shell","color":"#89e051"},"pullRequestCount":0,"issueCount":0,"starsCount":8,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-10-13T17:22:34.750Z"}},{"type":"Public archive","name":"cub3D","owner":"malatini42","isFork":false,"description":"Cub3D (42cursus) 2021-2022. This project is inspired by a world famous game using Raycasting. The aim is to do a dynamic view in a maze.","allTopics":["raycasting","42born2code","mlx","cub3d"],"primaryLanguage":{"name":"C","color":"#555555"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-10-13T17:10:02.834Z"}},{"type":"Public archive","name":"minishell","owner":"malatini42","isFork":false,"description":"Minishell (42cursus) 2021-2022. Rewrite a simple shell using bash as reference.","allTopics":["c","bash","minishell","42born2code"],"primaryLanguage":{"name":"C","color":"#555555"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-10-13T17:04:11.322Z"}},{"type":"Public archive","name":"Philosophers","owner":"malatini42","isFork":false,"description":"Philosophers (42cursus) 2020-20201. This project is an introduction to threads (POSIX) and mutexs. It's the famous Philosopher's dining table problem.","allTopics":["c","pthreads","mutex","42born2code","philosophers-dinner-problem"],"primaryLanguage":{"name":"C","color":"#555555"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-10-13T16:56:53.188Z"}},{"type":"Public archive","name":"push_swap","owner":"malatini42","isFork":false,"description":"Push_swap (42cursus) 2020-2021. Here the aim is to sort data stacks, using the lowest possible number of actions.","allTopics":["linked-list","algorithms","sorting-algorithms","42born2code"],"primaryLanguage":{"name":"C","color":"#555555"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-10-13T13:19:51.716Z"}},{"type":"Public archive","name":"ft_containers_deprecated","owner":"malatini42","isFork":false,"description":"Reimplementing STL containers vector, stack and map","allTopics":["containers"],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-10-09T19:44:11.632Z"}},{"type":"Public archive","name":"piscine_CPP_deprecated","owner":"malatini42","isFork":false,"description":"Piscine CPP (42cursus) 2021-2022. We'll learn main CPP notions doing various exercises.","allTopics":["cpp","42born2code","piscine-cpp","cpp98-compatible"],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-10-09T19:42:29.555Z"}},{"type":"Public archive","name":"ft_server_deprecated","owner":"malatini42","isFork":false,"description":"Ft_server (42cursus) 2020-2021. Sys-Admin project. The aim is to discover Docker and setup a web server.","allTopics":["docker","wordpress","debian","mariadb","42born2code"],"primaryLanguage":{"name":"Dockerfile","color":"#384d54"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-10-09T19:09:56.912Z"}},{"type":"Public archive","name":"so_long","owner":"malatini42","isFork":false,"description":"So_long (42cursus) 2020-2021. The aim is to create a top-view 2D game !","allTopics":["c","graphics","42born2code","mlx","solong"],"primaryLanguage":{"name":"C","color":"#555555"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-10-07T18:27:14.697Z"}},{"type":"Public archive","name":"minitalk","owner":"malatini42","isFork":false,"description":"Minitalk (42cursus) 2020-2021. The aim is to create two processes that will communicates using SIGUSRs signals.","allTopics":["signals","processes","42born2code","sigusr2"],"primaryLanguage":{"name":"C","color":"#555555"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-10-07T18:22:32.385Z"}},{"type":"Public archive","name":"ft_printf","owner":"malatini42","isFork":false,"description":"Ft_printf (42cursus) 2020-2021. Remake printf. A project usefull for the next projects. The aim is to learn how variable size arguments works.","allTopics":["printf","42born2code","variadic-function","ftprintf"],"primaryLanguage":{"name":"C","color":"#555555"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-10-07T16:45:28.344Z"}},{"type":"Public archive","name":"get_next_line_deprecated","owner":"malatini42","isFork":false,"description":"Get_next_line (42cursus) 2020-2021. This project aims is to code a function that return a line ended by a carriage return read in a file descriptor.","allTopics":["c","read","42born2code","getnextline42"],"primaryLanguage":{"name":"C","color":"#555555"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-10-07T14:40:42.823Z"}},{"type":"Public archive","name":"libft","owner":"malatini42","isFork":false,"description":"Libft (42cursus) 2019-2020. This project aims to redo in C a library of usual functions that can be used is the next projects of 42.","allTopics":["c","libft","42born2code"],"primaryLanguage":{"name":"C","color":"#555555"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-10-07T14:14:05.594Z"}}],"repositoryCount":14,"userInfo":null,"searchable":true,"definitions":[],"typeFilters":[{"id":"all","text":"All"},{"id":"public","text":"Public"},{"id":"source","text":"Sources"},{"id":"fork","text":"Forks"},{"id":"archived","text":"Archived"},{"id":"template","text":"Templates"}],"compactMode":false},"title":"Repositories"}