{"id":17280101,"url":"https://github.com/shivaylamba/hacktoberfest","last_synced_at":"2025-05-15T00:08:13.505Z","repository":{"id":41178921,"uuid":"210912677","full_name":"shivaylamba/Hacktoberfest","owner":"shivaylamba","description":"Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure you add the program under the correct language directory. Happy coding","archived":false,"fork":false,"pushed_at":"2024-06-19T13:51:37.000Z","size":18563,"stargazers_count":274,"open_issues_count":1037,"forks_count":1927,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T14:30:38.135Z","etag":null,"topics":["cpp","css","dev","developer","digitalocean","github","hacktoberfest","hacktoberfest2019","hacktoberfest2020","html","java","javascript","machine-learning"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shivaylamba.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-09-25T18:23:48.000Z","updated_at":"2025-04-11T16:40:44.000Z","dependencies_parsed_at":"2024-10-29T17:35:52.461Z","dependency_job_id":null,"html_url":"https://github.com/shivaylamba/Hacktoberfest","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/shivaylamba%2FHacktoberfest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivaylamba%2FHacktoberfest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivaylamba%2FHacktoberfest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivaylamba%2FHacktoberfest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivaylamba","download_url":"https://codeload.github.com/shivaylamba/Hacktoberfest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254249198,"owners_count":22039029,"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":["cpp","css","dev","developer","digitalocean","github","hacktoberfest","hacktoberfest2019","hacktoberfest2020","html","java","javascript","machine-learning"],"created_at":"2024-10-15T09:19:27.983Z","updated_at":"2025-05-15T00:08:08.468Z","avatar_url":"https://github.com/shivaylamba.png","language":"C++","readme":"# Hacktoberfest Hello World !!!\n\nHacktoberFest Hello World in every other language ever.\nJust fork it and add a `'Hello World'` program to contribute for hacktober fest and send a Pull Request!!\n\n### Get yourself free goodies by just writing a hello world!\n\nSay hi to the world in any language of your choice!\n\n# What is Hacktoberfest?\n\nHacktoberfest is a program by Digital Ocean, DEV and Github, where you can easily win a T-Shirt just by making 4 pull requests in the month of October to any open source projects on Github.\n\n![Logo](https://hacktoberfest.digitalocean.com/assets/HF-full-logo-b05d5eb32b3f3ecc9b2240526104cf4da3187b8b61963dd9042fdc2536e4a76c.svg)\n\n## Steps to follow :scroll:\n\n### 1. Register for Hacktoberfest\n\nhttps://hacktoberfest.digitalocean.com/\n\n### 2. Fork it :fork_and_knife:\n\nYou can get your own fork/copy of [Hacktoberfest](https://github.com/shivaylamba/Hacktoberfest) by using the \u003ckbd\u003e\u003cb\u003eFork\u003c/b\u003e\u003c/kbd\u003e\u003c/a\u003e button or clicking [this](https://github.com/shivaylamba/Hacktoberfest/).\n\n[![Fork Button](https://help.github.com/assets/images/help/repository/fork_button.jpg)](https://github.com/shivaylamba/Hacktoberfest)\n\n### 3. Add a Program in any Language you like :rabbit2:\n\nOnce you have forked the repo, add your progam in the language folder in main branch, if there is no language folder, make one, then add into it.\nYou can take a look to the [Programming Language List](https://en.wikipedia.org/wiki/List_of_programming_languages) in Wikipedia to create a new one for Hacktoberfest!\n\n### 4. Ready, Steady, Go... :turtle: :rabbit2:\n\nOnce you have completed these steps, you are ready to start contributing\nby checking our `Help Wanted` issues and creating [pull requests](https://github.com/shivaylamba/Hacktoberfest/pulls).\n\n### 5. Give this Project a Star :star:\n\nIf you liked working on this repo, please share this repo as much\nas you can and star this repo to help as many people in opensource as you can.\n\n# Steps to Make Changes and contribute using GIT!\n\nTo make your own local copy of the repository you would like to contribute to, let’s first open up a terminal window.\n\nWe’ll use the `git clone` command along with the URL that points to your fork of the repository.\n\nThis URL will be similar to the URL above, except now it will end with `.git` . In the cloud_haiku example above, the URL will look like this:\n\nhttps://github.com/your-username/Hacktoberfest.git\n\nYou can alternatively copy the URL by using the green “Clone or download” button from your repository page that you just forked from the original repository page. Once you click the button, you’ll be able to copy the URL by clicking the binder button next to the URL:\n\nOnce we have the URL, we’re ready to clone the repository. To do this, we’ll combine the `git clone` command with the repository URL from the command line in a terminal window:\n\n```\ngit clone https://github.com/your-username/Hacktoberfest.git\n```\n\n### 4. Create a New Branch\n\nTo create your branch, from your terminal window, change your directory so that you are working in the directory of the repository. Be sure to use the actual name of the repository (i.e. Hacktoberfest) to change into that directory.\n\n```\ncd Hacktoberfest\n```\n\nNow, we’ll create our new branch with the `git branch` command. Make sure you name it descriptively so that others working on the project understand what you are working on.\n\n```\ngit branch new-branch\n```\n\nNow that our new branch is created, we can switch to make sure that we are working on that branch by using the git checkout command:\n\n```\ngit checkout new-branch\n```\n\nOnce you enter the git checkout command, you will receive the following output:\n\n```\nOutput:\n\nSwitched to branch 'new-branch'\n```\n\nAt this point, you can now modify existing files or add new files to the project on your own branch.\n\n#### Make Changes Locally\n\nOnce you have modified existing files or added new files to the project, you can add them to your local repository, which you can do with the `git add` command. Let’s add the `-A` flag to add all changes that we have made:\n\n```\ngit add -A\n```\n\nor\n\n```\ngit add .\n```\n\nNext, we’ll want to record the changes that we made to the repository with the git commit command.\n\nThe commit message is an important aspect of your code contribution; it helps the other contributors fully understand the change you have made, why you made it, and how significant it is. Additionally, commit messages provide a historical record of the changes for the project at large, helping future contributors along the way.\n\nIf you have a very short message, you can record that with the `-m` flag and the message in quotes:\n\nExample:\n\n```\ngit commit -m \"Updated Readme.md\"\n```\n\nAt this point you can use the `git push` command to push the changes to the current branch of your forked repository:\n\nExample:\n\n```\ngit push --set-upstream origin new-branch\n```\n\n### 5. Update Local Repository\n\nWhile you are working on a project alongside other contributors, it is important for you to keep your local repository up-to-date with the project as you don’t want to make a pull request for code that will cause conflicts. To keep your local copy of the code base updated, you’ll need to sync changes.\n\nWe’ll first go over configuring a remote for the fork, then syncing the fork.\n\n### 6. Configure a Remote for the Fork\n\nNext, you’ll have to specify a new remote upstream repository for us to sync with the fork. This will be the original repository that you forked from. You’ll have to do this with the `git remote add` command.\n\n```\ngit remote add upstream https://github.com/shivaylamba/Hacktoberfest.git\n```\n\nIn this example, `upstream` is the shortname we have supplied for the remote repository since in terms of Git, “upstream” refers to the repository that you cloned from. If you want to add a remote pointer to the repository of a collaborator, you may want to provide that collaborator’s username or a shortened nickname for the shortname.\n\n### 7. Sync the Fork\n\nOnce you have configured a remote that references the upstream and original repository on GitHub, you are ready to sync your fork of the repository to keep it up-to-date.\n\nTo sync your fork, from the directory of your local repository in a terminal window, you’ll have to use the `git fetch` command to fetch the branches along with their respective commits from the upstream repository. Since you used the shortname “upstream” to refer to the upstream repository, you’ll have to pass that to the command:\n\n```\ngit fetch upstream\n```\n\nSwitch to the local master branch of our repository:\n\n```\ngit checkout master\n```\n\nYou’ll now have to merge any changes that were made in the original repository’s master branch, that you will access through your local upstream/master branch, with your local master branch:\n\n```\ngit merge upstream/master\n```\n\n### 8. Create Pull Request\n\nAt this point, you are ready to make a pull request to the original repository.\n\nYou should navigate to your forked repository, and press the “New pull request” button on your left-hand side of the page.\n\n# Hurray!! You just got closer to complete your hacktoberfest challenge.\n\nYou can add references to some cool open source projects below:\n\n### 1. [Zulip](https://github.com/zulip) -\n\nZulip is 100% open source software, built by a vibrant community of hundreds of developers from all around the world.\n\n### 2. [FOSSASIA](https://github.com/fossasia) -\n\nDeveloping Open Source Software and Hardware to improve people's lives.\n\n### 3. [MOZILLA](https://github.com/mozilla) -\n\nThis technology could fall into the right hands. Mozilla has 30 repositories available. Follow their code on GitHub.\n\n### 4. [Free code camp](https://github.com/freeCodeCamp/freeCodeCamp) -\n\nLearn to code for free with millions of other people round the world.\n\n### 5. [Data Structures And Algorithms Hacktoberfest18](https://github.com/kvaluruk/Data-Structures-And-Algorithms-Hacktoberfest18) -\n\nList of Data Structures and Algorithms\n\n### 6. [Habitica](https://habitica.com/static/home) -\n\nApp that lets users gamify real-life choices and activity with in-app rewards .\n\nLearn to code for free with millions of other people around the world.\n\n### 7. [REACT ](https://github.com/facebook/react) -\n\nA declarative, efficient, and flexible JavaScript library for building user interfaces. Plenty resource to learn. (official)\n\n### 8. [ELECTRON ](https://github.com/electron/electron) -\n\nBuild cross-platform desktop apps with JavaScript, HTML, and CSS. Plenty Resource to learn and contribute. (official)\n\n### 9. [Killed by Google](https://github.com/codyogden/killedbygoogle) -\n\nA tribute and log of beloved products and services killed by Google. This is a fun open source project that encourages contributors for Hacktoberfest!\n\n### 10. [issuehub.io](https://issuehub.io) -\n\nA website which helps you find projects/issues based on your required language or issue labels.\n\n### 11. [Code Triage](https://www.codetriage.com/) -\n\nAnother useful tool for searching issues to fix\n\n### 12. [Up For Grabs](https://up-for-grabs.net/) - \n\nList of projects with issues that can be resolved by beginners\n\n### 13. [First Timers Only](https://www.firsttimersonly.com/) -\n\nA list of issues that are labelled “first-timers-only”.\n\n### 14. [Awesome First Timers PR](https://github.com/MunGell/awesome-for-beginners) -\n\nA list of awesome beginners-friendly projects.\n\n### 15. [Tensor Flow](https://github.com/tensorflow/tensorflow) -\n\nTensorFlow is an open-source software library for dataflow programming across a range of tasks. It is a symbolic math library, and is also used for machine learning applications such as neural networks.\n\n### 16. [Kubernetes](https://kubernetes.io/) -\n\nAn open source container system for automating deployment , scaling and management of containers application.\n\n### 17. [DuckDuckGo](https://duckduckgo.com/) -\n\nDuckDuckGo is a privacy-conscious search engine that doesn't track users. Instant Answers is a feature that provides answers without needing to open up a website..\n\n### 18. [Polymer](https://www.polymer-project.org/) -\n\nAn open-source JavaScript library for creating web components which are then used to build web pages and apps, Polymer is currently being developed by Google developers and contributors on GitHub. Central to a wide range of Google services and websites, including YouTube, Google Earth and Google Sites, Polymer received an update in January (Polymer 2.4) which is paving the way for 3.0 and TypeScript support.\n\n### 19. [Blender](https://www.blender.org/) -\n\nBlender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation.\n\n### 20. [sagemath](http://www.sagemath.org/) -\n\nSageMath is a computer algebra system with features covering many aspects of mathematics, including algebra, combinatorics, graph theory, numerical analysis, number theory, calculus and statistics. It builds on top of many existing open-source packages: NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and many more.\n\n### 21. [Material Ocean](https://github.com/material-ocean/Material-Ocean)\n\nMaterial Ocean is a theme for various Applications based on a blueish ocean color scheme\n\n### 22. [Ruby on Sinatra Starter App](https://github.com/JHero23/ruby-sinatra-starter-app)\n\nA starter project for Ruby On Sinatra web app projects to introduce programmers to Ruby programming. [Link to Live Application HERE](https://ruby-sinatra-starter-app.herokuapp.com)\n\n### 23. [Flutter](https://github.com/flutter/flutter)\n\nFlutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.\n\n### 24. [Grab Front End Guide ](https://github.com/grab/front-end-guide)\n\nAn open source Study guide and introduction to the modern front end stack created by Grab.\n\n### 25. [LibreOffice](https://https://github.com/LibreOffice/core)\n\nLibreOffice is a free and open-source office suite, a project of The Document Foundation. LibreOffice uses the international ISO/IEC standard OpenDocument file format (ODF).\n\n### 26. [Roulette Canvas Game](https://r0ule77e.bolehju.ga)\n\nThe Roulette game was to control the animation ball stop number. This project was write and using library PixiJs. This is just for fun.\n\n### 25. [Uber Open Source](https://uber.github.io/#/)\n\nUber open source project info\n\n### 26. [Web Maker](https://webmaker.app/)\n\nA blazing fast \u0026 offline web playground in your browser.\n\n### 11. [Initial Project](https://github.com/alwibastomi/ProjekAwal)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivaylamba%2Fhacktoberfest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivaylamba%2Fhacktoberfest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivaylamba%2Fhacktoberfest/lists"}