413 results for “topic:ecole42”
| SCHOOL_42_UPDATE 2020 | This repository contains ALL PROJECTS, TASKS AND SUBJECTS OF THE MAIN PROGRAM OF LEARNING AT SCHOOL 42 ( Program | Course | Programing | Coding | School 42 | Ecole 42 | School 21 | Школа 42 | Школа 21 ). Этот репозиторий содержит все проекты и задания основной программы обучения Школы 42 и Школы 21
Code developed at 42's Piscine, a 26-day (straight) C bootcamp - from 18/nov/2019 to 13/dec/2019.
| SCHOOL_42_UPDATE 2020 | This repository contains many versions of completed and commented out tasks for each day of the very first "Piscine C"( Program | Course | Programing | Coding | School 42 | Ecole 42 | School 21 | Школа 42 | Школа 21 ) Этот репозиторий содержит множество версий выполненных и закомментированных задач на каждый день самого первого "Бассейна по Си".
Solutions of the C beginner exam. Doing each problem correctly, one level up, and so the difficulty of the problems. If one fails a problem, you can retry another problem in the same level, but without getting the full marks.
This is a repository for all my projects during the program at 42 US in Silicon Valley.
Documentation on MiniLibX and curriculum projects
Ecole 42 (school 21) checklists in english.
Repository of all my work during the program of Ecole 42 SIlicon Valley; a private, project-based and tuition-free coding school.
Projects developed for 42cursus at 42 São Paulo. Start date: 20/jan/2020
Every day for four weeks and even on weekends, we have to do exercises and projects in C. This piscine starts from zero and does not ask for any prior knowledge... apart from knowing how to use a mouse and a keyboard.
Development repo for 42cursus' Libft project
monitoring.sh script, walk through installation and setting up, evaluation Q&A
This shell aims to provide better practice for exams.
This repository is a compilation for all my projects during 42's Piscine at SUTD Singapore, held on March 2024.
42Seoul 커리큘럼 정리
Everything you need for school 21 (школа 21)
This projects is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor, without knowing its size beforehand.
42cursus projects from école 42
Ecole 42 project
Ejercicios realizados durante la :swimmer: piscina (C Piscine) de agosto de 2022 en School 42 Málaga :sunny: (Fundación Telefónica)
A small 2D Game made using the MiniLibX Graphics Library, Textures, sprites and tiles included - @42sp Project
Automated testing framework for multi-threaded C applications. Validates mutex locking logic, detects deadlocks, and benchmarks timestamp accuracy.
Development repo for 42cursus' miniRT project
A Bash script to install Norminette, a Norminette Formatter, Vim and 42 Header for Vim.
The next step in the 42 Curriculum. During these two weeks you will discover more about OOP by learning specifics of the C++ language. Successfully completing this challenge will unlock the object-oriented projects and prepare you for future objectives and jobs.
This repository contains all files for the printf project from School 42 Málaga cursus. The project consist in duplicate the printf function, part of the stdio.h library
A simple (and very naive) replica of the C printf function - introduction to variadic arguments.
Basic C++ exercises - introduction to C++, RAII, OOP, I/O and file streams, operator overloading, templates/generics and STD containers.
Small data exchange between client and server programs using UNIX signals - introduction to Inter Process Communication (IPC).
A C static library with recoded standard functions - @42sp Project