{"id":16361684,"url":"https://github.com/kabirbaidhya/testc","last_synced_at":"2026-05-07T05:33:04.171Z","repository":{"id":152173508,"uuid":"198262833","full_name":"kabirbaidhya/testc","owner":"kabirbaidhya","description":"Hello World C project with unit tests and docker","archived":false,"fork":false,"pushed_at":"2019-07-22T18:24:48.000Z","size":17,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-22T06:44:54.071Z","etag":null,"topics":["c","docker","gcc","hello-world","makefile","tests","unit"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/kabirbaidhya.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":"2019-07-22T16:26:48.000Z","updated_at":"2022-08-30T11:11:45.000Z","dependencies_parsed_at":"2024-03-30T14:31:14.230Z","dependency_job_id":null,"html_url":"https://github.com/kabirbaidhya/testc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kabirbaidhya/testc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kabirbaidhya%2Ftestc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kabirbaidhya%2Ftestc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kabirbaidhya%2Ftestc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kabirbaidhya%2Ftestc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kabirbaidhya","download_url":"https://codeload.github.com/kabirbaidhya/testc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kabirbaidhya%2Ftestc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32724524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","docker","gcc","hello-world","makefile","tests","unit"],"created_at":"2024-10-11T02:14:32.297Z","updated_at":"2026-05-07T05:33:04.156Z","avatar_url":"https://github.com/kabirbaidhya.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# testc\n![Travis](https://img.shields.io/travis/kabirbaidhya/testc.svg?style=flat-square)\n[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/kabirbaidhya/testc.svg?logo=lgtm\u0026logoWidth=18\u0026style=flat-square)](https://lgtm.com/projects/g/kabirbaidhya/testc/context:cpp)\n\nHello World C Project with Unit Tests.\n\n## Usage\n\n#### Building\n\n```\n$ make build\n```\n\n#### Running\n\n```\n$ ./bin/app\nHello World!\n```\n\n#### Clean\n```\n$ make clean\n```\n\n## Running Tests\n```\n$ make test \u0026\u0026 ./bin/test\n```\n\n## Docker\n#### Sample Dockerfile\n\n```Dockerfile\nFROM gcc:7 AS builder\nCOPY . /source\nWORKDIR /source\nRUN make build\n\nFROM scratch\nCOPY --from=builder /source /source\nWORKDIR /source\nCMD [\"./bin/app\"]\n```\n\n#### Building\n```\n$ docker build -t kabirbaidhya/testc .\n```\n\n#### Running\n```\n$ docker run kabirbaidhya/testc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkabirbaidhya%2Ftestc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkabirbaidhya%2Ftestc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkabirbaidhya%2Ftestc/lists"}