{"id":26558164,"url":"https://github.com/simpson-computer-technologies-research/cdockerenv","last_synced_at":"2025-03-22T12:31:08.450Z","repository":{"id":194668320,"uuid":"691611186","full_name":"Simpson-Computer-Technologies-Research/cdockerenv","owner":"Simpson-Computer-Technologies-Research","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":"2023-09-21T00:47:43.884Z","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/Simpson-Computer-Technologies-Research.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}},"created_at":"2023-09-14T14:25:32.000Z","updated_at":"2023-09-21T00:47:43.885Z","dependencies_parsed_at":"2023-09-14T15:45:20.811Z","dependency_job_id":null,"html_url":"https://github.com/Simpson-Computer-Technologies-Research/cdockerenv","commit_stats":null,"previous_names":["simpson-computer-technologies-research/cdockerenv"],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpson-Computer-Technologies-Research%2Fcdockerenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpson-Computer-Technologies-Research%2Fcdockerenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpson-Computer-Technologies-Research%2Fcdockerenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpson-Computer-Technologies-Research%2Fcdockerenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Simpson-Computer-Technologies-Research","download_url":"https://codeload.github.com/Simpson-Computer-Technologies-Research/cdockerenv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244959409,"owners_count":20538625,"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":["c","cis1300","docker","dockerfile"],"created_at":"2025-03-22T12:31:07.831Z","updated_at":"2025-03-22T12:31:08.416Z","avatar_url":"https://github.com/Simpson-Computer-Technologies-Research.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%2Fsimpson-computer-technologies-research%2Fcdockerenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimpson-computer-technologies-research%2Fcdockerenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpson-computer-technologies-research%2Fcdockerenv/lists"}