{"id":13825392,"url":"https://github.com/hacktoberfest17/programming","last_synced_at":"2025-04-08T09:11:41.037Z","repository":{"id":25963672,"uuid":"106987831","full_name":"hacktoberfest17/programming","owner":"hacktoberfest17","description":"Code a program in a language of your choice. ","archived":false,"fork":false,"pushed_at":"2023-10-26T08:29:15.000Z","size":46847,"stargazers_count":325,"open_issues_count":863,"forks_count":771,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-04-01T08:36:48.405Z","etag":null,"topics":["beginner-friendly","c","erlang","functional-programming","golang","hacktober","hacktoberfest","haskell","html","java","javascript","nodejs","octave","programming","python","python-3","racket","ruby","sql","swift"],"latest_commit_sha":null,"homepage":"https://hacktoberfest17.github.io/programming/","language":"Java","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/hacktoberfest17.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-10-15T06:02:05.000Z","updated_at":"2025-03-03T06:05:53.000Z","dependencies_parsed_at":"2023-01-14T09:30:31.048Z","dependency_job_id":"5f5cc956-fe5e-4ce4-9a52-0b840577666b","html_url":"https://github.com/hacktoberfest17/programming","commit_stats":{"total_commits":850,"total_committers":401,"mean_commits":2.119700748129676,"dds":0.8941176470588236,"last_synced_commit":"23daa8c12b372e3e6bc1417e18b7249ddf9f1961"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacktoberfest17%2Fprogramming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacktoberfest17%2Fprogramming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacktoberfest17%2Fprogramming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacktoberfest17%2Fprogramming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hacktoberfest17","download_url":"https://codeload.github.com/hacktoberfest17/programming/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809964,"owners_count":20999816,"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","erlang","functional-programming","golang","hacktober","hacktoberfest","haskell","html","java","javascript","nodejs","octave","programming","python","python-3","racket","ruby","sql","swift"],"created_at":"2024-08-04T09:01:20.077Z","updated_at":"2025-04-08T09:11:41.005Z","avatar_url":"https://github.com/hacktoberfest17.png","language":"Java","readme":"# HacktoberFest'x =\u003e where x is any number :-)\n\nAnyone can use this project to make their contribution to an open source project on GitHub.\n\nCelebrate [HacktoberFest](https://hacktoberfest.digitalocean.com/) by getting involved in the Open Source Community by completing some simple tasks in this project.\n\nThis 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\n## What is Hacktoberfest?\nA month-long celebration from October 1st - 31st sponsored by [Digital Ocean](https://hacktoberfest.digitalocean.com/) and [GitHub](https://github.com/blog/2433-celebrate-open-source-this-october-with-hacktoberfest) to get people involved in [Open Source](https://github.com/open-source). Create your very first Pull Request to any Public Repository on GitHub and contribute to the Open Source Developer Community.\n\n[https://hacktoberfest.digitalocean.com/](https://hacktoberfest.digitalocean.com/)\n\n\n## Check your hacktoberfest contributions at: \n [https://hacktoberfest.digitalocean.com/stats](https://hacktoberfest.digitalocean.com/stats/t2013anurag)\n\n\n\n## How To Contribute to This Project\nHere are 3 quick and painless steps to contribute to this project:\n\n* Add a program in any language. (A simple Hello World would suffice.)\nTo do so, first create an issue with the task you are doing, for example: \"Issue - creating bubble sort in C\". Add the `HacktoberFest` label in the issue and assign the issue to yourself. Create a pull request in response to that issue and finally submit it for review.\n\n* Name your branch `username_hello_world_in_c`.\n\n\tAlso create a directory for any new program if it doesn't exist.\n\teg. `hello_world`, `bubble_sort`.\n\tInside these directories you can create your own file named `program_name.language_extension` (`hello_world.cpp`)\n\tCreate a commit of the form - fixes #(issue_number)\n\n* Finally, wait for it to be merged!\n\n## Getting Started\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  ```sh\n  $ git clone https://github.com/your-username/programming.git\n  ```\n\n* Create a branch\n\n  ```sh\n  $ git checkout -b branch-name\n  ```\n\n* Make your changes\n* Commit and Push\n\n  ```sh\n  $ git add filename \n  $ git commit -m 'commit message'\n  $ git push origin branch-name\n  ```\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!\n\n\n\nDon't forget to include the comments as seen above. Feel free to include additional information about the language you chose in your comments too! Like a link to a helpful introduction or tutorial.\n\n## Reference Links\n* [Tutorial: Creating your first pull request](https://github.com/Roshanjossey/first-contributions)\n\n* [Managing your Forked Repo](https://help.github.com/articles/fork-a-repo/)\n\n* [Syncing a Fork](https://help.github.com/articles/syncing-a-fork/)\n\n* [Keep Your Fork Synced](https://gist.github.com/CristinaSolana/1885435)\n\n* [Awesome README examples ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\n* [Github-Flavored Markdown](https://guides.github.com/features/mastering-markdown/)\n\n## Additional References Added By Contributors\n\n* [GitHub license explained](https://choosealicense.com)\n\n## Licensing\n\nThis repo is licensed under GNU General Public License v3.0. See [LICENSE](https://github.com/hacktoberfest17/programming/blob/master/LICENSE) for the full license text.\n","funding_links":[],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacktoberfest17%2Fprogramming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacktoberfest17%2Fprogramming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacktoberfest17%2Fprogramming/lists"}