Skip to content

42 is a private, nonprofit and tuition-free computer programming school created and funded by French billionaire Xavier Niel (founder of the telecommunication company Iliad) with several partners including Nicolas Sadirac (previous director-general of the Epitech school in France),[1] Kwame Yamgnane and Florian Bucher (former executives of Epite…

Notifications You must be signed in to change notification settings

Sviridovamd/Ecole_42_21_school

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecole_42_21_school

Image alt

42 is a private, nonprofit and tuition-free computer programming school created and funded by French billionaire Xavier Niel (founder of the telecommunication company Iliad) with several partners including Nicolas Sadirac (previous director-general of the Epitech school in France), Kwame Yamgnane and Florian Bucher (former executives of Epitech).The school was first opened in Paris in 2013.

ALL SCHOOL 42

Программа обучения Школы 42 индивидуализирована. Здесь каждый прогрессирует сам по себе, в своем собственном темпе, а не в соответствии со всем классом студентов (где самый поздний элемент замедляет работу всей группы), получая таким образом своё собственное понимание парадигм программирования.

School21 by Sber

ДОКУМЕНТАЦИЯ ПО ШКОЛЕ

Здесь вы сможете ознакомиться с правилами, действующими в стенах Школы 42, узнаете о самом учебном курсе, прочтете о стандартах, по которым нужно будет писать код при решении заданий и проектов, а также же увидите все то, что поможет вам начать обучение програмированию по программе Школы 42.

  • Описание учебного курса школы: [ ru ] [ video ]

  • Информация о самой системе peer-to-peer обучения: [ en ]

  • Интерактивный тур, который познакомит вас с основами Git [ru]

  • Нормы, описывающие то, как нужно писать код: [ ru ] [ pdf en ]

  • Проверка кода через Norminette [ ru ]

  • 10 правил, для тех кто начинает плавать в бассейне [ ru ]

  • Видеокурс по языку Си(для тех кто начинает бассейн с нуля) [ ru ]

Список упражнений по программированию на языке Cи:
  1. https://fresh2refresh.com/c-programming/
  2. https://www.sanfoundry.com/simple-c-programs/
  3. https://www.w3resource.com/c-programming-exercises/file-handling/index.php
  4. http://www.c4learn.com/
  5. https://www.tutorialspoint.com/learn_c_by_examples/index.htm
  6. https://www.learn-c.org/
  7. https://beginnersbook.com/2015/02/simple-c-programs/
  8. https://www.programmingsimplified.com/c-program-examples

MY PROJECTS

libft

This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.

ft_printf

This project is pretty straight forward. You will recode printf. You will then be allowed to reuse the function in your future projects. You will mainly learn how to use variadic arguments.

get_next_line

May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects.

pipex

This project aims to make you understand a bit deeper two concets that you already know: the redirections and the pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

Philosophers

In this project, you will learn the basics of threading a process. You will learn how to make threads. You will discover the mutex.

ft_server

This project is intended to introduce you to the basics of system and network administration. It will allow you to install a complete web server, using a deployment technology named Docker.

ft_sevices

This project consist to clusturing an docker-compose application and deploy it with Kubernetes.

CUB3D

Cub3D (42cursus). This project is inspired by the world famous game, cociderate like the first FPS never developed. First look of the ray-casting. The aim is to do a dynamic view in a maze.

.C++ module OOP

Time to dive into Object Oriented Programming! This repository contains the solutions for C++ POOL Modules.

About

42 is a private, nonprofit and tuition-free computer programming school created and funded by French billionaire Xavier Niel (founder of the telecommunication company Iliad) with several partners including Nicolas Sadirac (previous director-general of the Epitech school in France),[1] Kwame Yamgnane and Florian Bucher (former executives of Epite…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published