{"id":30663457,"url":"https://github.com/simpsonresearch/cstarterfiles","last_synced_at":"2025-08-31T17:11:26.853Z","repository":{"id":194140901,"uuid":"690303606","full_name":"simpsonresearch/cstarterfiles","owner":"simpsonresearch","description":"Starter files and make file for C programs","archived":false,"fork":false,"pushed_at":"2023-09-20T20:32:17.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-11T15:30:01.834Z","etag":null,"topics":["c","makefile","programming"],"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-12T00:09:29.000Z","updated_at":"2023-09-12T13:22:13.000Z","dependencies_parsed_at":"2025-03-22T12:31:14.908Z","dependency_job_id":"72f11fb0-3e09-485a-8f86-19acb208658d","html_url":"https://github.com/simpsonresearch/cstarterfiles","commit_stats":null,"previous_names":["simpson-computer-technologies-research/cstarterfiles","simpsonresearch/cstarterfiles"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/simpsonresearch/cstarterfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpsonresearch%2Fcstarterfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpsonresearch%2Fcstarterfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpsonresearch%2Fcstarterfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpsonresearch%2Fcstarterfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simpsonresearch","download_url":"https://codeload.github.com/simpsonresearch/cstarterfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpsonresearch%2Fcstarterfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273010994,"owners_count":25030369,"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-08-31T02:00:09.071Z","response_time":79,"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","makefile","programming"],"created_at":"2025-08-31T17:11:23.812Z","updated_at":"2025-08-31T17:11:26.831Z","avatar_url":"https://github.com/simpsonresearch.png","language":"C","readme":"# Quick Info\n### Clone this folder\nGo into your terminal and type:\n`\ngit clone https://github.com/Simpson-Computer-Technologies-Research/cstarterfiles.git\n`\n\nTo clone this folder onto your desktop, type `cd Desktop` before the command above.\n\n### Where to put files read by main.c\nPut all of the files read by main.c (ex: file.txt) in the same area as the Makefile\nExample Directory:\n```\n/src\n/build\nMakefile\nfile.txt\n```\n\n```c\n// Example main.c\n\n#include \u003cstdio.h\u003e\n\nint main()\n{\n  fopen(\"file.txt\", \"r\");\n  return 0;\n}\n```\n\n# Installing C\n### Windows\n\n1. Install MinGW\n\n2. Restart your computer\n\n3. Add MinGW to your PATH if it's not there already. Check by typing \"gcc -v\" in your terminal.\n\n4. Go into the terminal for this directory and type \"make\"\n\n5. The program will run.\n\n\n### Mac\n\n1. Install Xcode from the App Store.\n\n2. Restart your computer\n\n4. Go into the terminal for this directory and type \"make\"\n\n5. The program will run.\n\n\n### If using VSCode\n\n1. Install the required C/C++ Extensions\n\n2. Open this directory in vscode\n\n3. Open the terminal in vscode\n\n4. Type \"make\" into the terminal\n\n5. The program will run.\n\n#### Made by tristan\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpsonresearch%2Fcstarterfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimpsonresearch%2Fcstarterfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpsonresearch%2Fcstarterfiles/lists"}