{"id":17520403,"url":"https://github.com/ahmedeid6842/my-enumerable","last_synced_at":"2025-03-28T23:23:54.004Z","repository":{"id":190647217,"uuid":"683068382","full_name":"ahmedeid6842/My-Enumerable","owner":"ahmedeid6842","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-25T19:10:07.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2024-04-06T14:31:54.210Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/ahmedeid6842.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-08-25T14:18:16.000Z","updated_at":"2023-09-16T23:11:54.000Z","dependencies_parsed_at":"2023-08-25T19:26:29.167Z","dependency_job_id":null,"html_url":"https://github.com/ahmedeid6842/My-Enumerable","commit_stats":null,"previous_names":["ahmedeid6842/my-enumerable"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedeid6842%2FMy-Enumerable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedeid6842%2FMy-Enumerable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedeid6842%2FMy-Enumerable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedeid6842%2FMy-Enumerable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmedeid6842","download_url":"https://codeload.github.com/ahmedeid6842/My-Enumerable/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246113597,"owners_count":20725497,"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-20T11:04:49.382Z","updated_at":"2025-03-28T23:23:53.975Z","avatar_url":"https://github.com/ahmedeid6842.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003ca name=\"about-project\"\u003e My Enumerable\u003c/a\u003e\n\nThe my enumerable aims to replicate the functionality of the Ruby enumerable module. It contains a number of methods that can be used to iterate over collections of data.\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n# Table of Contents\n\n- [Built With](#built-with)\n  - [Tech Stack](#tech-stack)\n  - [Key Features](#key-features)\n- [Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Usage](#usage)\n- [Authors](#authors)\n- [Future Features](#future-features)\n- [Contributing](#contributing)\n- [Show your support](#support)\n- [Acknowledgements](#acknowledgements)\n- [License](#license)\n\n## Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.ruby-lang.org/en/\"\u003eRuby\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **Personalized enumerable**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n### Prerequisites\n\n- **Ruby**\n  - If you don't have Ruby installed on your computer, follow the instructions on [this page](https://www.ruby-lang.org/en/documentation/installation/) to install it.\n\n### Setup\n\nTo get a local copy up and running, follow these steps.\n\n1. Clone the repo or download the Zip folder:\n\n```sh\ngit clone https://github.com/ahmedeid6842/My-Enumerable.git\n```\n\n2. Navigate to the project folder in your terminal and run the following command to install the necessary gems:\n\n```sh\nbundle install\n```\n\n3. Run the following command to start the program:\n\n```sh\nruby main.rb\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### Usage\n\n1. Ensure that Ruby is installed on your system.\n2. Run the following command to start the program:\n\n```\nruby enum.rb\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n👤 **Reza Merzaie**\n\n- 👤 GitHub:   [Ali-0111](https://github.com/Gh-Reza)\n\n👤 **Ahmed Eid**\n\n- 👤 GitHub:   [AhmedEid1610](https://github.com/ahmedeid6842)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- **Add more methods**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nWe welcome contributions, especially bug fixes and feature additions.\n\nIf you'd like to contribute to this project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them with descriptive commit messages.\n4. Push your changes to your forked repository.\n5. Submit a pull request to the main repository, explaining your changes in detail.\n\nPlease adhere to the coding conventions and guidelines specified in the project.\n\nFeel free to check the [issues page](https://github.com/Gh-Reza/MorseCodeDecoding/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## Support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nGive a ⭐️ if you like this project!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## Acknowledgments \u003c name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI would like to thank Microverse and Ruby for making this possible.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedeid6842%2Fmy-enumerable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmedeid6842%2Fmy-enumerable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedeid6842%2Fmy-enumerable/lists"}