{"id":30663438,"url":"https://github.com/simpsonresearch/cdockerenv","last_synced_at":"2026-05-11T03:04:26.437Z","repository":{"id":194668320,"uuid":"691611186","full_name":"simpsonresearch/cdockerenv","owner":"simpsonresearch","description":"Docker environment and files for C program","archived":false,"fork":false,"pushed_at":"2023-09-20T20:32:57.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-31T17:17:15.608Z","etag":null,"topics":["c","cis1300","docker","dockerfile"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simpsonresearch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09-14T14:25:32.000Z","updated_at":"2023-09-14T14:27:10.000Z","dependencies_parsed_at":"2025-03-22T12:31:15.657Z","dependency_job_id":"d969dd2e-1e7a-43db-9d70-9f79e687b9bd","html_url":"https://github.com/simpsonresearch/cdockerenv","commit_stats":null,"previous_names":["simpson-computer-technologies-research/cdockerenv","simpsonresearch/cdockerenv"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/simpsonresearch/cdockerenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpsonresearch%2Fcdockerenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpsonresearch%2Fcdockerenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpsonresearch%2Fcdockerenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpsonresearch%2Fcdockerenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simpsonresearch","download_url":"https://codeload.github.com/simpsonresearch/cdockerenv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpsonresearch%2Fcdockerenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32879551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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","cis1300","docker","dockerfile"],"created_at":"2025-08-31T17:11:14.766Z","updated_at":"2026-05-11T03:04:26.201Z","avatar_url":"https://github.com/simpsonresearch.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cdockerenv\nDocker environment and files for C program\n\n### main.c\n```c\n#include \u003cstdio.h\u003e\n#include \"../utils/string.h\"\n\n/**\n * Name: Program Name\n * Author: Your Name\n * Function: What does this program do?\n * Compilation and Execution: make\n */\n\nint main(int argc, char *argv[])\n{\n  // Declare all constants here.\n  // Declare all variables here.\n  string text = \"Hello, world!\\n\";\n\n  printf(\"%s\", text);\n\n  return 0;\n}\n\n/**\n * Notes:\n *  - Use camelCase for variable names.\n *  - We're importing the string.h header file from utils. This is not necessary\n *    unless you're using the string type. Remove it if need be.\n */\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpsonresearch%2Fcdockerenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimpsonresearch%2Fcdockerenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpsonresearch%2Fcdockerenv/lists"}