{"id":21894659,"url":"https://github.com/yamtaldev/stack","last_synced_at":"2025-03-22T04:21:04.896Z","repository":{"id":198242129,"uuid":"700382040","full_name":"YamtalDev/Stack","owner":"YamtalDev","description":"Simple C stack implementation.","archived":false,"fork":false,"pushed_at":"2023-10-05T08:42:55.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T05:44:05.283Z","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":"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-04T13:46:59.000Z","updated_at":"2024-12-15T12:35:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0586960-f0f1-4f80-9b32-4b6352c04331","html_url":"https://github.com/YamtalDev/Stack","commit_stats":null,"previous_names":["yamtaldev/stack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FStack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FStack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FStack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FStack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YamtalDev","download_url":"https://codeload.github.com/YamtalDev/Stack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244904299,"owners_count":20529406,"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:14.967Z","updated_at":"2025-03-22T04:21:04.876Z","avatar_url":"https://github.com/YamtalDev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stack\n\nThis repository contains a C implementation of a Stack data structure. The implementation is organized into include, test, and src folders.\n\n## Overview\n\nThis repository provides a C data structure implementation of a stack. It includes a set of files that make it easy to build, run, test, and clean the project.\n\n# Getting Started\n\n## Prerequisites\n\nBefore you begin, ensure you have the following prerequisites installed on your system:\n\n### make: If you don't have `make` installed, you can download and install it from the official website:\n\n  - [Download make for windows](https://gnuwin32.sourceforge.net/packages/make.htm)\n  - [Download make for Linux and MacOS](https://www.gnu.org/software/make/)\n\n### Download from the command line:\n\nLinux:\n```shell\n$ sudo apt install make -y\n```\n\nMacOS:\n```shell\n$ brew install make\n```\n\n### gcc Compiler: If you don't have gcc installed, you can download and install it from the official website:\n  - [Download gcc](https://gcc.gnu.org/install/)\n\n### Download from the command line:\n\nLinux:\n```shell\n$ sudo apt update\n$ sudo apt install build-essential\n```\n\nMacOS:\n```shell\n$ brew install gcc\n```\n\nWindows:\n```shell\npacman -Syu\npacman -S mingw-w64-x86_64-gcc\ngcc --version\n```\n\n## Installation\n\n1. **Clone or Download the Repository:**\n   You can clone this Git repository or download it as a ZIP file to your local machine.\n\n``` shell\n$ git clone https://github.com/YamtalDev/Stack.git\n$ cd Stack/test/stack\n```\n2. **Compile and run the Project:**\nUse make to compile the project:\n\n``` shell\n$ make\n$ make run\n```\n\n## Project structure:\n\n```shell\n\n├── Stack/\n│   ├── bin/\n│   │   ├── executables/\n│   │   ├── objects/\n│   │   ├── shared_libs/\n│   │   └── static_libs/\n│   |\n|   ├── include/\n│   │   └── Header file\n|   |\n│   ├── src/\n│   │   └── src file\n|   |\n│   ├── test/\n│   │   ├── makefile\n│   │   └──test file\n\n```\n\n## Usage\n\nTo compile, run, debug, or clean the project, you can use the provided Makefile \nwith the following commands:\n\n- Simple compilation\n```shell\n$ make\n```\n- Running the project\n```shell\n$ make run\n```\n- Debugging the project\n```shell\n$ make debug\n```\n- Deleting all the .o, executables, shared/static libs files\n```shell\n$ make clean \n```\n- Checking valgrind on the project\n```shell\n$ make vlg\n```\n\n- Release compilation with optimization -O3\n```shell\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## License:\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor questions or issues, feel free to [create an issue](https://github.com/YamtalDev/Stack/issues) or contact the project maintainer.\n\n\u003ch3 align=\"left\"\u003eConnect with me:\u003c/h3\u003e\n\u003cdiv align=\"left\"\u003e\n\u003ca href=\"https://www.linkedin.com/in/tal-aharon-930451215/\" target=\"blank\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/maurodesouza/profile-readme-generator/master/src/assets/icons/social/linkedin/default.svg\" width=\"52\" height=\"40\" alt=\"linkedin logo\"  /\u003e \u003c/a\u003e \u003ca href=\"https://discordapp.com/users/996021603253100575\" target=\"blank\"\u003e \u003cimg src=\"https://cdn.simpleicons.org/discord/5865F2\" width=\"52\" height=\"40\" alt=\"discord logo\"  /\u003e \u003c/a\u003e \u003ca href=\"\" target=\"blank\"\u003e \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/slack/slack-original.svg\" width=\"52\" height=\"40\" alt=\"slack logo\"/\u003e \u003c/a\u003e \u003ca href=\"https://github.com/YamtalDev\" target=\"blank\"\u003e \u003cimg src=\"https://skillicons.dev/icons?i=github\" width=\"52\" height=\"40\" alt=\"github logo\"/\u003e \u003c/a\u003e \u003ca href=\"https://www.facebook.com/tal.aharon.395/\" target=\"blank\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/facebook.svg\" width=\"52\" height=\"40\" alt=\"facebook logo\"  /\u003e \u003c/a\u003e \u003ca href=\"https://medium.com/@anatolik241094\" target=\"blank\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/medium.svg\" width=\"52\" height=\"40\" alt=\"medium logo\"  /\u003e \u003c/a\u003e\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamtaldev%2Fstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyamtaldev%2Fstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamtaldev%2Fstack/lists"}