{"id":21567265,"url":"https://github.com/harm-smits/42dev","last_synced_at":"2025-10-27T19:03:33.994Z","repository":{"id":195385461,"uuid":"229390873","full_name":"harm-smits/42dev","owner":"harm-smits","description":"42 development container","archived":false,"fork":false,"pushed_at":"2020-01-10T06:48:02.000Z","size":2,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-05T00:40:23.241Z","etag":null,"topics":["development-environment","docker-image"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/harm-smits.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}},"created_at":"2019-12-21T07:04:17.000Z","updated_at":"2024-03-19T10:54:18.000Z","dependencies_parsed_at":"2023-09-17T18:35:15.981Z","dependency_job_id":null,"html_url":"https://github.com/harm-smits/42dev","commit_stats":null,"previous_names":["harm-smits/42dev"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harm-smits/42dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harm-smits%2F42dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harm-smits%2F42dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harm-smits%2F42dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harm-smits%2F42dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harm-smits","download_url":"https://codeload.github.com/harm-smits/42dev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harm-smits%2F42dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273973994,"owners_count":25200579,"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-09-06T02:00:13.247Z","response_time":2576,"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":["development-environment","docker-image"],"created_at":"2024-11-24T10:29:42.089Z","updated_at":"2025-10-27T19:03:33.939Z","avatar_url":"https://github.com/harm-smits.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 42dev\n\nThis is my development container for whenever I need to use some fancy debugging tools in Codam (42). It has the following\ndebuggin tools available:\n\n- gdb\n- bash\n- valgrind\n- strace\n- ltrace\n- radare2\n\nIt will mount your documents folder by default so you can easily use that as your working tree.\n\nAdd the following to your zsh to use the container with ease\n\n```sh\nalias dev-install=\"docker pull harmsmits/42dev\"\nalias dev=\"docker start -i -a $(docker ps -a | grep harmsmits/42dev | head -1 | cut -f1 | awk '{print $1}')\"\nalias dev-spawn=\"docker run -it -v ~/Documents:/home harmsmits/42dev zsh\"\n```\n\nTo build it, just pull the container and then run it:\n\n```sh\ndocker image build -t harmsmits/42dev .\ndocker run -it -v $1:/home harmsmits/42dev zsh\ndocker start -i -a $(docker ps -a | grep 42dev | head -1 | cut -f1 | awk '{print $1}')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharm-smits%2F42dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharm-smits%2F42dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharm-smits%2F42dev/lists"}