{"id":22014119,"url":"https://github.com/laqudee/c-projects","last_synced_at":"2025-03-23T08:27:07.315Z","repository":{"id":196825304,"uuid":"697149080","full_name":"laqudee/c-projects","owner":"laqudee","description":"C language learn and action","archived":false,"fork":false,"pushed_at":"2023-12-20T09:55:14.000Z","size":397,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T15:18:51.947Z","etag":null,"topics":["c","clanguage","learn-to-code"],"latest_commit_sha":null,"homepage":"","language":"C","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/laqudee.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":"2023-09-27T06:46:08.000Z","updated_at":"2023-10-09T06:28:23.000Z","dependencies_parsed_at":"2023-11-06T06:34:57.775Z","dependency_job_id":"9d1cb1e6-1d0f-4964-a7ac-fb5b4b1c9e07","html_url":"https://github.com/laqudee/c-projects","commit_stats":null,"previous_names":["laqudee/c-projects"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laqudee%2Fc-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laqudee%2Fc-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laqudee%2Fc-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laqudee%2Fc-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laqudee","download_url":"https://codeload.github.com/laqudee/c-projects/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245075310,"owners_count":20556907,"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","clanguage","learn-to-code"],"created_at":"2024-11-30T03:26:24.785Z","updated_at":"2025-03-23T08:27:07.287Z","avatar_url":"https://github.com/laqudee.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C Language Learn And Action\n\n\u003e C Primer Plus 第6版 中文版\n\n## Command Line 执行方式\n\n```sh\ngcc -std=c11 [filename].c\n\n# windows\n.\\a.exe\n```\n\n### mac\n```sh\nclang [filename].c\n# or\ngcc [filename].c\n./a.out \n```\n\n## VSCode launch 配置\n- `\"program\": \"${workspaceFolder}/chapter-2/a.exe\",`\n  - 根据需要进行修改\n\n```json\n{\n  \"version\": \"0.2.0\",\n  \"configurations\": [\n    {\n      \"name\": \"(Windows) 启动\",\n      \"type\": \"cppvsdbg\",\n      \"request\": \"launch\",\n      \"program\": \"${workspaceFolder}/chapter-2/a.exe\",\n      \"args\": [],\n      \"stopAtEntry\": false,\n      \"cwd\": \"${fileDirname}\",\n      \"environment\": [],\n      \"console\": \"externalTerminal\"\n    }\n  ]\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaqudee%2Fc-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaqudee%2Fc-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaqudee%2Fc-projects/lists"}