Repository navigation

#

pipex

An easy to use testing framework for the 42 projects

C
565
10 个月前

Adaptation of the Francinette tester for 42 projects. Fully compatible with 42 sessions. Includes an auto-installer that selects the appropriate version based on your system. Supports libft, get_next_line, printf, minitalk, and more.

Shell
78
8 个月前

Project Tester - Pipex

Shell
77
3 年前

Pipex is a project that re-creates in C the way two commands are piped together via | in the shell

C
56
3 年前

Tester for pipex (on linux). Clean, informative and adaptable

Shell
47
6 个月前

A complete C tester to Pipex, a 42 Unix project in C programming.

C
32
2 年前

C multi-pipe implementation, dissection and explanation.

C
27
3 年前

Proyectos del campus 42 Málaga

C
21
9 个月前

tester for pipex project from 42 school

Shell
17
4 年前

pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.

C
14
10 个月前

Uncomplicated pipex tester.

Shell
12
4 年前

42resources is a lightweight browser extension designed to assist 42 students in finding relevant resources for their projects. It provides curated links to blogs, videos, and testing tools, making it easier for users to learn, debug, and improve their work.

JavaScript
7
7 个月前

pipex a simple rewrite of the standard |

C
5
3 年前

Pipex Project is a 42 project that replicates the shell’s pipeline (|), enabling command output redirection and inter-process communication. It deepens understanding of process management and file descriptors in Unix

C
4
2 个月前

42cursus-Pipex: C program that recreates the functionality of shell pipes (|) and HereDoc (<< Del). This project focuses on inter-process communication by using fork(), pipe(), dup2(), and execve() to redirect the output of one command to the input of another, mimicking the shell command < infile cmd1 | cmd2 > outfile.

C
4
3 个月前

The Pipex project in C involves creating a simplified version of shell pipelines, allowing the execution of multiple commands with input/output redirection using file descriptors and process management.

C
4
1 年前