{"id":21167175,"url":"https://github.com/ambujraj/hacktoberfest2018","last_synced_at":"2025-05-15T18:10:33.259Z","repository":{"id":33079123,"uuid":"127184470","full_name":"ambujraj/hacktoberfest2018","owner":"ambujraj","description":"A repository for HacktoberFest 2018.","archived":false,"fork":false,"pushed_at":"2023-10-20T20:30:48.000Z","size":7804,"stargazers_count":140,"open_issues_count":601,"forks_count":1051,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T22:19:11.458Z","etag":null,"topics":["beginner-friendly","c","cpp","digitalocean","golang","hacktober","hacktoberfest","hacktoberfest18","hacktoberfest2018","html","java","javascript","nodejs","php","programming","python","python3","r","ruby","swift"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ambujraj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2018-03-28T18:52:28.000Z","updated_at":"2024-12-02T15:29:12.000Z","dependencies_parsed_at":"2024-12-08T22:04:31.163Z","dependency_job_id":"4b06a142-5ffe-4daf-8e43-768067d15e67","html_url":"https://github.com/ambujraj/hacktoberfest2018","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambujraj%2Fhacktoberfest2018","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambujraj%2Fhacktoberfest2018/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambujraj%2Fhacktoberfest2018/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambujraj%2Fhacktoberfest2018/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ambujraj","download_url":"https://codeload.github.com/ambujraj/hacktoberfest2018/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247744334,"owners_count":20988783,"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":["beginner-friendly","c","cpp","digitalocean","golang","hacktober","hacktoberfest","hacktoberfest18","hacktoberfest2018","html","java","javascript","nodejs","php","programming","python","python3","r","ruby","swift"],"created_at":"2024-11-20T15:00:02.914Z","updated_at":"2025-04-07T23:09:22.751Z","avatar_url":"https://github.com/ambujraj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hacktoberfest 2018\n Anyone can contribute to this repo to make their contribution to open-source on \u003ca target=\"_blank\" href=\"https://github.com/\"\u003eGithub\u003c/a\u003e\n \n Celebrate \u003ca href=\"https://hacktoberfest.digitalocean.com/\" target=\"_blank\"\u003eHacktoberFest\u003c/a\u003e by getting involved in the Open Source Community by completing some simple tasks in this project.\n \n This is a Public Repository open to all members of the GitHub Community. Any member of the community may contribute to this project without being a collaborator.\n \n## What is Hacktoberfest?\n\n Hacktoberfest is a month long celebration of open source software held in the month of October to get people involved in \u003cstrong\u003eopen-source\u003c/strong\u003e. This year's edition is presented by \u003ca target=\"_blank\" href=\"https://hacktoberfest.digitalocean.com/\"\u003eDigitalOcean\u003c/a\u003e, \u003ca target=\"_blank\" href=\"https://github.com/\"\u003eGitHub\u003c/a\u003e and \u003ca target=\"_blank\" href=\"https://www.twilio.com/\"\u003etwilio\u003c/a\u003e.\n\n## Rules\n To get a T-shirt, you must make five pull requests between October 1–31 in any timezone. Pull requests can be to any public repo on GitHub, not just the ones we’ve highlighted. The pull request must contain commits you made yourself.\n \n You can check your progress of HacktoberFest at \u003ca target=\"_blank\" href=\"https://hacktoberfest.digitalocean.com/stats/\"\u003ethis link\u003c/a\u003e\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003ePull requests marked as spam will not be entitled for a T-shirt\u003c/strong\u003e.\n\n## List of Programs to work on:\n\n+ Hello World\n+ Searching Algorithms\n    * Linked List\n    * Stack\n    * Queue\n+ Traversal Algorithms\n    * Linked List\n+ Sorting Algorithms\n    * Linked List\n    * Queue\n+ Random Number algorithms\n+ Number Reversal algorithms\n+ Fibonacci series\n+ Is Number a palindrome?\n+ Is number a perfect square?\n+ Is string a pangram?\n+ Find the factorial of a number.\n+ Find list of prime numbers between a interval.\n+ Create an arrow using CSS.\n+ Convert Roman numeral.\n+ Telephone number validator.\n\n## Getting Started\n\n* Add your name to the CONTRIBUTORS.md file using following model\n\n```markdown\nName: [YOUR NAME](Github Link)\nPlace: city you belong to\nAbout: Short Intro\nProgramming Language: Which programming language do you know?\nEmail: \n```\n* Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)\n* Clone your fork down to your local machine\n\n```markdown\ngit clone https://github.com/your-username/hacktoberfest2018.git\n```\n* Create a branch for a new feature\n```markdown\ngit checkout -b feature/branch-name\n```\n* Or if it's a bugfix to a file\n```markdown\ngit checkout -b bugfix/branch-name\n```\n* Make your changes (Choose from any task below)\n* Commit and Push\n```markdown\ngit add .\ngit commit -m 'commit message'\ngit push origin branch-name\n```\n* Create a New Pull Request from your forked repository (Click the New Pull Request button located at the top of your repo)\n* Wait for your PR review and merge approval!\n* __Star this repository__ if you had fun!\nthanks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambujraj%2Fhacktoberfest2018","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fambujraj%2Fhacktoberfest2018","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambujraj%2Fhacktoberfest2018/lists"}