{"id":28588500,"url":"https://github.com/usercrixus/42exam4","last_synced_at":"2025-06-11T07:11:39.888Z","repository":{"id":280854078,"uuid":"940547548","full_name":"usercrixus/42exam4","owner":"usercrixus","description":"42 exam rank4 solution by @achaisne","archived":false,"fork":false,"pushed_at":"2025-05-06T04:35:37.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T05:29:32.098Z","etag":null,"topics":[],"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/usercrixus.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,"zenodo":null}},"created_at":"2025-02-28T11:18:34.000Z","updated_at":"2025-05-06T04:35:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab473480-eeaf-4bf8-afc5-2df65b107a9e","html_url":"https://github.com/usercrixus/42exam4","commit_stats":null,"previous_names":["usercrixus/42exam4"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercrixus%2F42exam4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercrixus%2F42exam4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercrixus%2F42exam4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercrixus%2F42exam4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usercrixus","download_url":"https://codeload.github.com/usercrixus/42exam4/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercrixus%2F42exam4/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259219740,"owners_count":22823581,"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","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":[],"created_at":"2025-06-11T07:11:36.024Z","updated_at":"2025-06-11T07:11:39.877Z","avatar_url":"https://github.com/usercrixus.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microshell 42 exam4\n\nThis project implements a minimal Unix shell emulator in C that supports:\n\n    command execution with execve\n    pipelines (|)\n    command sequencing (;)\n    the cd built-in command with basic error handling\n\n## Features\n\n    Execute external programs using execve\n    Support for | (piping) between commands\n    Support for ; (sequential execution)\n    Built-in cd command\n    Error output to stderr using write(2, ...)\n    Minimal memory usage, no dynamic memory allocation\n\n## Source Overview\n\n    int std_in; // Backup of original stdin\n    void printt_err(char *str); // Custom error message printer to stderr\n    void ft_exec(char **argv, int limit, char **envp); // Core function to execute a command or pipe\n    int main(int argc, char **argv, char **envp); // Argument parser and command dispatcher\n\nGood luck. Don't panic. feel free to visit me at school.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusercrixus%2F42exam4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusercrixus%2F42exam4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusercrixus%2F42exam4/lists"}