{"id":21894651,"url":"https://github.com/yamtaldev/c_exercises","last_synced_at":"2025-03-22T04:21:05.171Z","repository":{"id":193037453,"uuid":"687566777","full_name":"YamtalDev/C_Exercises","owner":"YamtalDev","description":"This GitHub repository houses C project implementations. Each concept is organized into its own self-contained project within the src, include, bin and test folders.","archived":false,"fork":false,"pushed_at":"2023-09-06T09:46:34.000Z","size":144,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T05:44:02.780Z","etag":null,"topics":[],"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/YamtalDev.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-05T16:06:28.000Z","updated_at":"2024-12-15T12:35:36.000Z","dependencies_parsed_at":"2023-09-06T13:39:23.380Z","dependency_job_id":"ec694be9-e7af-444d-b9c7-08cc87c12b9d","html_url":"https://github.com/YamtalDev/C_Exercises","commit_stats":null,"previous_names":["yamtaldev/c_exercises"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FC_Exercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FC_Exercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FC_Exercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FC_Exercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YamtalDev","download_url":"https://codeload.github.com/YamtalDev/C_Exercises/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244904279,"owners_count":20529403,"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-11-28T13:27:12.051Z","updated_at":"2025-03-22T04:21:05.150Z","avatar_url":"https://github.com/YamtalDev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C\n\nThis GitHub repository houses C project implementations. Each concept is organized into \nits own self-contained project within the src, include, bin and test folders.\n\n## Overview\n\nThis repository serves as a C projects implementations of different \nprogramming concepts. Each Project implementation is accompanied by a set of files that \nmake it easy to build, run, debug, and clean the project.\n\n## Getting Started\n\n* If you'd like to use one of the projects in this repository, follow these simple steps:\n\n```shell\n\n$ git clone https://github.com/YamtalDev/C_Exercises.git\n$ cd C\"project_name\"/test/\"project_name\"\n$ make \u0026\u0026 make run\n\n```\n\n## The structure of each project is:\n\n```shell\n\n├── Calculator/\n│   ├── bin/\n│   │   ├── executables/\n│   │   ├── objects/\n│   │   ├── shared_libs/\n│   │   └── static_libs/\n│   |\n|   ├── include/\n│   │   └── Project header files\n|   |\n│   ├── src/\n│   │   └── Project src files\n|   |\n│   ├── test/\n│   │   ├── makefile\n│   │   └──test file\n\n```\n\n### Inside the project folder `\"project_name\"/test/\"project_name\"`, you'll find the following files:\n\n- project_name_test.c: A test file for testing the implementation.\n- Makefile: A Makefile to automate compilation, running, debugging, and cleaning.\n\n### Inside the project folder `\"project_name\"/include`, you'll find:\n\n- project_name.h: The header file containing the necessary declarations.\n\n### Inside the project folder `\"project_name\"/src`, you'll find:\n\n- project_name.c: The C++ source file with the implementation.\n\n## Usage\n\nTo compile, run, debug, or clean the project, you can use the provided Makefile \nwith the following commands:\n\n```shell\n# Simple compilation\n$ make\n# Running the project\n$ make run\n# Debugging the project\n$ make debug\n# Deleting all the obj, exe, shared/static libs files\n$ make clean \n# Checking valgrind on the project\n$ make vlg \n# Release compilation with optimization -O3\n$ make release\n\n```\nThese simple commands streamline the development process and make it easy to work \nwith each project in this repository.\n\n## Contact\n\nFor any questions about the project:\n\n### Name: Tal Aharon\n### Email: tal.aharon.work@gmail.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamtaldev%2Fc_exercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyamtaldev%2Fc_exercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamtaldev%2Fc_exercises/lists"}