Giter VIP home page Giter VIP logo

42_cursus_projects's Introduction

42 Cursus Projects

My 42 school curriculum projects.

Project Language Grade Description
0 libft libft top language libft grade Create a library of basic C functions.
1 born2beroot Born2beroot top language Born2beroot grade Create a virtual machine to host a Debian server.
1 ft_printf ft_printf top language ft_printf grade Recode the standard C library function, printf.
1 GNL get_next_line top language get_next_line grade Read a single line from a file descriptor, can be used in a loop.
2 fract'ol fract-ol top language fract-ol grade Create a graphical program to generate fractals.
2 pipex pipex top language pipex grade Recreate the shell pipe behavior.
2 push_swap push_swap top language push_swap grade Sort a list of random integers in the least amount of moves possible.
3 minishell minishell top language minishell grade Create a minitature shell program. Team project.
3 philosophers philosophers top language philosophers grade Solve the dining philosophers problem with semaphores.
4 cpp modules pt.1 Cpp_Modules top language Cpp_Modules grade Create a series of 5 small C++ programs to explore Object-Oriented Programming.
4 cub3d cub3D top language Cub3D grade Create a Wolfenstein3D-like maze program. Team project.
4 net_practice net_practice top language net_practice grade Solve IP addressing and network issues in a training interface.
5 cpp modules pt.2 Cpp_Modules top language Cpp_Modules grade Deepen knowledge of C++ by creating a series of small programs.
5 ft_irc ft_irc top language ft_irc grade Create an IRC chat server in C++. Team project.
5 inception inception top language inception grade Set up a Docker network with containers for nginx, mariadb, and wordpress.
6 ft_transcendance ft_transcendance top language ft_transcendance grade Create a website where users can chat and play pong. Team project.

Usage

To clone this repository, including all of its submodules:

git clone --recursive [email protected]:mcombeau/42_cursus_projects.git

Alternatively, you can:

git clone [email protected]:mcombeau/42_cursus_projects.git
git submodule update --init --recursive

To add a repository to this collection:

git submodule add -b <branch> <repository> [<submodule-path>]
git config -f .gitmodules submodule.<submodule-path>.update rebase
git submodule update --remote --recursive

To remove a repository from this collection:

git submodule deinit -f <submodule-path>
rm -rf .git/modules/<submodule-path>
git rm -f <submodule-path>

Made by mcombeau: [email protected] | LinkedIn: mcombeau | Website: codequoi.com

42_cursus_projects's People

Contributors

mcombeau avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

jixo1999

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.