Skip to content
#

pipex42

Here are 64 public repositories matching this topic...

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.

  • Updated Mar 19, 2025
  • JavaScript

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.

  • Updated Jul 1, 2025
  • C

Improve this page

Add a description, image, and links to the pipex42 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pipex42 topic, visit your repo's landing page and select "manage topics."

Learn more