{"id":19845266,"url":"https://github.com/taisiabarteneva/pipex","last_synced_at":"2026-06-13T05:32:33.040Z","repository":{"id":134371922,"uuid":"457753426","full_name":"taisiabarteneva/pipex","owner":"taisiabarteneva","description":"Implementation of a mechanism for inter-process communication in a shell","archived":false,"fork":false,"pushed_at":"2022-09-08T17:05:52.000Z","size":1297,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T22:51:09.510Z","etag":null,"topics":["c","multiprocessing","pipeline","systemcalls"],"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/taisiabarteneva.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":"2022-02-10T11:33:33.000Z","updated_at":"2022-09-08T22:19:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b471ce0-b3e4-4ac5-8780-3e763962a8f1","html_url":"https://github.com/taisiabarteneva/pipex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/taisiabarteneva/pipex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taisiabarteneva%2Fpipex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taisiabarteneva%2Fpipex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taisiabarteneva%2Fpipex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taisiabarteneva%2Fpipex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taisiabarteneva","download_url":"https://codeload.github.com/taisiabarteneva/pipex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taisiabarteneva%2Fpipex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34273788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":["c","multiprocessing","pipeline","systemcalls"],"created_at":"2024-11-12T13:07:02.229Z","updated_at":"2026-06-13T05:32:33.023Z","avatar_url":"https://github.com/taisiabarteneva.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pipex\n#### 42 school project\n\nThe goal of the project is to implement a pipe functionality, using unix system calls `fork`, `pipe`, `execve` and `dup2`\n\nSee `subject.pfd` in the root of the repository to get more detailed info about the project\n### How to build\n```\n$ make\n```\nThe program handles multiple commands. Program execution \n```\n$ ./pipex file1 cmd1 cmd2 cmd3 ... cmdn file2\n```\nis equivalent to \n```\n$ \u003c file1 cmd1 | cmd2 | cmd3 ... | cmdn \u003e file2\n```\nI also implemented **heredoc syntax**. It works as follows\n```\n$ ./pipex cmd \u003c\u003c LIMITER | cmd1 \u003e\u003e file | cmd2 | cmd3 \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaisiabarteneva%2Fpipex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaisiabarteneva%2Fpipex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaisiabarteneva%2Fpipex/lists"}