GitHub topics: 42project
LDuheron/kfs-2
This Kernel From Scratch modul aims to implement a global descriptor table.
Language: C - Size: 240 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

f-corvaro/MINISHELL
"Explore the intricacies of shell programming with Minishell, a simplified shell implementation."
Language: C - Size: 3.51 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

f-corvaro/PHILOSOPHERS
"Dive into the world of concurrency with Philosophers, a project that explores the dining philosophers problem."
Language: C - Size: 3.99 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 1 - Forks: 0

f-corvaro/LIBFT
"A solid foundation for system programming in C."
Language: C - Size: 8.5 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

darrenkuro/libft
The libft project for 42cursus.
Language: C - Size: 57.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

darrenkuro/ft-printf
A reimplementation of a simple printf in C.
Language: C - Size: 114 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Kuninoto/42_ft_printf
A simple replica of the C printf function
Language: C - Size: 126 KB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 21 - Forks: 0

WaRtr0/Minishell
Rewrite of a simplified UNIX shell – 42 Project with bonus
Language: C - Size: 521 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 8 - Forks: 1

Kuninoto/42_NetPractice
Small quizz about networks and subnet masks
Size: 1000 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

Kuninoto/42_cub3D
A simple 3D 'game' using MinilLibX (mlx), the graphic library of the 42School and the raycasting algorithm
Language: C - Size: 81.4 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

Kuninoto/42_pipex
A simple C program that replicates the UNIX pipe functionality - introduction to Inter Process Communication (IPC)
Language: C - Size: 1.5 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

Maxenceee/webserv-42
An HTTP server made in C++ 98
Language: C++ - Size: 44.3 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

iaceene/Minishell-Parser
This repository contains the parsing module for a custom Minishell implementation in C. The parser processes user input, tokenizes commands, handles operators (pipes, redirections, etc.), and structures the data for execution. Designed to be efficient and modular, this parser serves as the foundation for command execution in a shell environment.
Size: 2.69 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

42-Team-2019/Cloud-1
Automated deployment of Inception on a remote server
Language: Shell - Size: 16.6 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

f-corvaro/FT_PRINTF
"Custom printf implementation"
Language: C - Size: 2.25 MB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

darrenkuro/42_cpp_modules
The CPP modules of 42 cursus.
Language: C++ - Size: 311 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

deryaxacar/42-Born2beroot
This project aims to learn and apply basic system administration skills on a Linux server. Throughout the project, you will gain the knowledge and experience necessary to perform fundamental Linux system administration tasks on a virtual machine.
Language: Shell - Size: 17.9 MB - Last synced at: 11 days ago - Pushed at: 2 months ago - Stars: 5 - Forks: 0

tjensen42/42-minishell
This project is about creating a simple shell. Like an own little bash. We learned a lot about processes, file descriptors and many other things about the shell itself.
Language: C - Size: 576 KB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 24 - Forks: 1

WaRtr0/francinette-image
Adaptation of the Francinette, for testing projects 42. Works on sessions 42 !
Language: Shell - Size: 153 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 56 - Forks: 4

Kr1sNg/42cursus-get_next_line
42's project to implement a function to reading line-by-line from a file discriptor
Language: C - Size: 1.48 MB - Last synced at: 26 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

PublioElio/School-42-Get_Next_Line
This is a repository for the School 42 Málaga cursus project get_next_line. This function reads a file descriptor and returns a line, until the first line break.
Language: C - Size: 1.22 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

42-Team-2019/Inception-Of-Things
Sys admin project for 42 school
Language: Shell - Size: 41 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

allan-jt/42-Cursus
Projects done at 42 Abu Dhabi
Language: C - Size: 54.5 MB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

gusgonza42/Pipex
p
Language: C - Size: 1.49 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

SybePlattje/minishell-42
Language: C - Size: 64.5 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

mgrl39/42Project
This repository documents my journey at 42. It tracks everything I've been working on during my time there. 👾👾
Language: C - Size: 5.8 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

f-corvaro/CUB3D
"Explore immersive 3D environments with cub3d, your ultimate raycasting engine."
Language: C - Size: 18.7 MB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

BlankRose/42Collection
A collection of every project I've finished while studying at 42 (with Corrections and Subject)
Language: C++ - Size: 73.6 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 4 - Forks: 1

merhawi212/42_get_next_line
get_next_line -42project
Language: C - Size: 1.25 MB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

icr4m/so_long_tester
Tester for the so_long project of 42 school
Language: Shell - Size: 13.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

gusgonza42/Push_swap
Size: 1.5 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

gusgonza42/Fract-ol
Language: C - Size: 8.52 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

ugozchi/42_Ft_Printf
Parce que putnbr et putstr ne sont pas assez ✏️
Language: C - Size: 2.05 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

gusgonza42/Libft
Implementación personalizada de mi propia biblioteca Libft
Language: C - Size: 1.55 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

SandraKanna/Pipex
42 pipex: learn how to simulate the behavior of the Unix shell command pipeline
Language: C - Size: 1.59 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

pauldev20/ft_printf
Language: C - Size: 573 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

pauldev20/libft
The Libft/first project of the 42 school
Language: C - Size: 63.5 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

lithiumox-codam/CPP
My C++ code for Codam
Language: C++ - Size: 91.8 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Ekkoz897/42cursus_Minishell
42 - Rewrite a simple shell
Language: C - Size: 566 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

AslanAmca/libft
This project is designed to reimplement the basic C functions from the C Standard Library (Libc) and create your own custom standard library. As a bonus you will also need to implement some data structures and functions such as linked-list.
Language: C - Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

42lgasc/push_swap
Because _`swap_push`_ isn’t as natural
Language: C - Size: 114 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

yeaktas/Inception
This project aims to broaden your knowledge of system administration by using Docker.
Language: Shell - Size: 445 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ael-bekk/Cub3d-Advanced-Raycasting
#Cub3D: This project is a 3D game created from scratch written in C using an old graphic library mini-libx, presented with an old technology raycasting to make the 3D feeling looks pretty good
Language: C - Size: 96.5 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 188 - Forks: 10

pauldev20/minitalk
Language: C - Size: 26.4 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

pauldev20/philosophers
Language: C - Size: 157 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pauldev20/minishell
Language: C - Size: 500 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pauldev20/fractol
Language: C - Size: 696 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

pauldev20/push_swap
Language: C - Size: 107 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Mr-Galt/42-Get-Next-Line
Reading a line from a fd is way too tedious
Language: C - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Mr-Galt/42-printf
This project is pretty straightforward, I had to recode printf. It will be part of my future libft.
Language: C - Size: 27.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

tjensen42/42-push_swap
push_swap will sort random integers on a stack, with a limited set of instructions, trying to use the least stack operations to get a sorted stack.
Language: C - Size: 81.1 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BebAlix/philosopher
This project introduce to the concurrent programming with threads, mutexes and processes with the dining philosophers problem
Language: C - Size: 39.1 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

BebAlix/IRC
Recreate an IRC chat [Internet Relay Chat: TCP/IP protocol to communicate by message on the internet] with basics commands in c++
Language: C++ - Size: 1.77 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dvnishshanka/42-Berlin-push_swap
Push_swap (42 Berlin)
Language: C - Size: 183 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

pauldev20/ft_irc
🌐 ft_irc project of the 42 cursus
Language: C++ - Size: 243 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

fyusuf-a/ft_transcendence
Language: TypeScript - Size: 2.48 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 10 - Forks: 1

st-yes/42libft
Creating a library in c.
Language: C - Size: 24.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

darrenkuro/42_push_swap
The push_swap project for 42 cursus.
Language: C - Size: 1.17 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

darrenkuro/42_minitalk
The minitalk project for 42 cursus.
Language: C - Size: 85 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

darrenkuro/42_born2beroot
Notes for born2beroot project of the 42cursus.
Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

darrenkuro/42_get_next_line
The get_next_line project for 42cursus.
Language: C - Size: 40 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

tjensen42/42-fractol
Fract`ol is one of the first computer graphics projects in the 42 core curriculum, where you work with the miniLibx-Library. The project is meant to create graphically beautiful fractals. It's really inspiring to dive into this topic and create some sort of psychedelic effects on the screen.
Language: C - Size: 101 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

pauldev20/get_next_line
Language: C - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

meerpeer/Cub3d Fork of The-Friendly-Ghost/Cub3d
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. An exploration of raycasting.
Size: 2.19 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Haimasker/pipex
pipe UNIX mechanism in C
Language: C - Size: 1.42 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

fluffy-willa-42-team/minishell
Language: C - Size: 3.63 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Haimasker/get_next_line
get_next_line() function in C
Language: C - Size: 1.41 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

Haimasker/ft_printf
printf() implementation in C
Language: C - Size: 1.42 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

Haimasker/Libft
Standard C functions implementation
Language: C - Size: 1.47 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

st-yes/42push_swap
Sorting a stack of numbers using the least possible amount of moves.
Language: C - Size: 1.62 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

angelasoler/Born2BRoot
Setting a debian linux server from beginning
Language: Shell - Size: 116 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

fyusuf-a/ft_containers
Coding containers from the C++ STL
Language: C++ - Size: 1.43 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

dgallop/42-printf
Project made for 42madrid
Language: C - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

fyusuf-a/42computorv2
A basic bc written in Haskell
Language: Haskell - Size: 590 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

fyusuf-a/ft_services
A Kubernetes project of 42Paris
Language: Dockerfile - Size: 22.9 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

fyusuf-a/cub3d
Project cub3d
Language: C - Size: 15.8 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

fyusuf-a/minishell Fork of davidarbib/minishell
A shell for linux and Mac OS with some posix features
Size: 351 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

fyusuf-a/libasm
Coding some simple functions in x86-64 (42 project)
Language: C - Size: 1.46 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

fyusuf-a/42cursus
Projects made in the school 42 in Paris
Language: C - Size: 6.22 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

fyusuf-a/webserv
A C++ web server
Language: C++ - Size: 2.19 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

williamollio/cub3d
Project inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever
Language: C - Size: 15.6 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

NargusS/push_swap_tester
Generate Random Value and Testing Push_Swap program
Language: Python - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

williamollio/libft
Recoding of some C functions
Language: C - Size: 2.53 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

williamollio/ft_printf
Recoding of the printf function in C
Language: C - Size: 1.21 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0
