{"id":19675465,"url":"https://github.com/kuninoto/42_pipex","last_synced_at":"2026-03-13T17:39:06.713Z","repository":{"id":157766208,"uuid":"586263675","full_name":"Kuninoto/42_pipex","owner":"Kuninoto","description":"A simple C program that replicates the UNIX pipe functionality - introduction to Inter Process Communication (IPC)","archived":false,"fork":false,"pushed_at":"2025-03-27T23:51:37.000Z","size":1573,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T00:29:01.588Z","etag":null,"topics":["21school","42","42-pipex","42-school","42born2code","42cursus","42ecole","42porto","42project","42projects","42school","common-core","ecole42","pipex","pipex-42","pipex1337","pipex42","school21","school42"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kuninoto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-07T14:23:24.000Z","updated_at":"2025-03-27T23:51:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"a22fd4b3-b01b-4daf-a218-c2aa614c3f08","html_url":"https://github.com/Kuninoto/42_pipex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kuninoto/42_pipex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuninoto%2F42_pipex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuninoto%2F42_pipex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuninoto%2F42_pipex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuninoto%2F42_pipex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kuninoto","download_url":"https://codeload.github.com/Kuninoto/42_pipex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuninoto%2F42_pipex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285475216,"owners_count":27178110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-20T02:00:05.334Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["21school","42","42-pipex","42-school","42born2code","42cursus","42ecole","42porto","42project","42projects","42school","common-core","ecole42","pipex","pipex-42","pipex1337","pipex42","school21","school42"],"created_at":"2024-11-11T17:24:14.599Z","updated_at":"2025-11-20T17:04:33.027Z","avatar_url":"https://github.com/Kuninoto.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pipex (42Porto - 42Cursus)  \n\n### Showcase\n\n![](./extras/showcase.png)\n\n### Description\n\nA simple program that replicates the UNIX pipe functionality - introduction to Inter Process Communication (IPC).  \n\n### Installing and running the project\n\n1- Clone this repository\n\t\n\tgit clone https://github.com/Kuninoto/42_pipex\n2- Compile and clean the generated object files that you won't need anymore\n\t\n\tmake \u0026\u0026 make clean\n3- Run `pipex`\n\n\t./pipex \u003cinfile\u003e \u003ccmd1\u003e \u003ccmd2\u003e \u003coutfile\u003e\n\n#### Makefile available targets  \n`make` or `make all` - Makes `pipex`  \n`make clean` - Deletes all the resulting object files  \n`make fclean` - Deletes `pipex` and all the resulting object files  \n`make re` - `fclean` + `all`  \n\n## Useful links\n[The fork() function in C](https://www.youtube.com/watch?v=cex9XrZCU14\u0026list=PLfqABt5AS4FkW5mOn2Tn9ZZLLDwA3kZUY)  \n[man dup, dup2](https://www.man7.org/linux/man-pages/man2/dup.2.html)  \n[C program that demonstrates fork and pipe GeekForGeeks](https://www.geeksforgeeks.org/c-program-demonstrate-fork-and-pipe/)  \n[Communicating between processes (using pipes) in C](https://www.youtube.com/watch?v=Mqb2dVRe0uo)  \n\n## Disclaimer\n\u003e At [42School](https://en.wikipedia.org/wiki/42_(school)), almost every project must be written in accordance to the \"Norm\", the schools' coding standard. As a result, the implementation of certain parts may appear strange and for sure had room for improvement.\n\n---\nMade by Nuno Carvalho (Kuninoto) | nnuno-ca@student.42porto.com  \n\u003cdiv id=\"badge\"\u003e \u003ca href=\"https://www.linkedin.com/in/nuno-carvalho-218822247\"/\u003e \u003cimg src=\"https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\" alt=\"LinkedIn Badge\"/\u003e\u0026nbsp;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuninoto%2F42_pipex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuninoto%2F42_pipex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuninoto%2F42_pipex/lists"}