{"id":15429584,"url":"https://github.com/justxuewei/pointers-on-c","last_synced_at":"2025-08-03T00:42:20.887Z","repository":{"id":105724852,"uuid":"538968676","full_name":"justxuewei/pointers-on-c","owner":"justxuewei","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-22T09:28:35.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T09:26:31.021Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/justxuewei.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":"2022-09-20T12:07:04.000Z","updated_at":"2023-07-16T15:01:08.000Z","dependencies_parsed_at":"2023-06-13T09:00:37.891Z","dependency_job_id":null,"html_url":"https://github.com/justxuewei/pointers-on-c","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"3dc663f90100c986cbd96219efe2a18651bf03f2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justxuewei%2Fpointers-on-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justxuewei%2Fpointers-on-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justxuewei%2Fpointers-on-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justxuewei%2Fpointers-on-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justxuewei","download_url":"https://codeload.github.com/justxuewei/pointers-on-c/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240183762,"owners_count":19761440,"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":[],"created_at":"2024-10-01T18:11:57.999Z","updated_at":"2025-02-22T13:58:41.022Z","avatar_url":"https://github.com/justxuewei.png","language":"C","readme":"# Pointers on C\n\nThe code in this repository is from *Pointers on C*, which is a great material to learn C and its pointers.\n\n## Compiling and Running\n\nI write a makefile to make compiling and running the code easier, you just need to type the following command in your terminal to run the example program of `1.1-rearrange-string`.\n\n```bash\n$ make 1.1\n```\n\n## Creating a Project\n\nThe `new.sh` is used for creating a project by typing the following command.\n\n```bash\n$ ./new.sh 1.1-rearrange-string\n```\n\nThe shell will create a `1.1-rearrange-string` directory in the root of project, and create a `main.c` file at the project directory with a built-in template. To simplify process of building the code, the shell will append a couple of lines into `Makefile` that following the rules mentioned at \"Compiling and Running\".\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustxuewei%2Fpointers-on-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustxuewei%2Fpointers-on-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustxuewei%2Fpointers-on-c/lists"}