All Projects β†’ ambujraj β†’ hacktoberfest2019

ambujraj / hacktoberfest2019

Licence: GPL-3.0 license
A repository for hacktoberfest 2019 [ Not counting towards hacktoberfest contribution ]

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hacktoberfest2019

Competitive Programming
Hello Programmers πŸ’» , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.πŸ“—πŸ“• Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (+841.67%)
Mutual labels:  digitalocean, programming, beginner-friendly
Hacktoberfest2018
A repository for HacktoberFest 2018.
Stars: ✭ 139 (+1058.33%)
Mutual labels:  digitalocean, programming, beginner-friendly
Hacktoberfest 2k18 Katas
Game has ended :: Little challenges to up your Hacktoberfest game!
Stars: ✭ 160 (+1233.33%)
Mutual labels:  digitalocean, programming, beginner-friendly
HacktoberProfile
A profile list of Hacktoberfest 2019 participants. https://srinibasbiswal.github.io/HacktoberProfile/
Stars: ✭ 30 (+150%)
Mutual labels:  digitalocean, hacktoberfest2019, hacktoberfest19
HacktoberFest2021
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog, or any program under any language or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 9 (-25%)
Mutual labels:  beginner-friendly, hacktober
Fluent-Design-For-Web
Windows 10 Inspired UI For Web
Stars: ✭ 28 (+133.33%)
Mutual labels:  hacktoberfest2019, hacktoberfest19
Hactoberfest-2021
Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add your profile, a blog or 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 to add the file under the correct directory. Happy hacking!
Stars: ✭ 134 (+1016.67%)
Mutual labels:  hacktober, hacktoberfest19
Programming-Quotes
Repository containing various programming quotes
Stars: ✭ 26 (+116.67%)
Mutual labels:  beginner-friendly, hacktober
Hacktoberfest Simple Practice Programmes
A beginner-friendly open source repository to create your pull request.
Stars: ✭ 42 (+250%)
Mutual labels:  digitalocean, beginner-friendly
Learning Resources
Beginner-friendly repository to make your first Pull Request and contribute to the open-source.
Stars: ✭ 40 (+233.33%)
Mutual labels:  beginner-friendly, hacktober
hacktoberfest-2019
You can check the video here: #hacktoberfest
Stars: ✭ 28 (+133.33%)
Mutual labels:  digitalocean, hacktoberfest2019
github welcome wall
This is the official repository for the Towards Data Science Article, "WTH am I doing here? The absolute beginner's guide to Git and GitHub"
Stars: ✭ 25 (+108.33%)
Mutual labels:  beginner-friendly, hacktoberfest2019
HacktoberFest21
A beginner friendly repository for HacktoberFest 2021
Stars: ✭ 45 (+275%)
Mutual labels:  digitalocean, beginner-friendly
hacktoberfest
Fork and Create a Pull Request
Stars: ✭ 13 (+8.33%)
Mutual labels:  digitalocean, hacktober
aliexscrape
Get Aliexpress product details in JSON
Stars: ✭ 80 (+566.67%)
Mutual labels:  hacktoberfest2019, hacktoberfest19
Hacktoberfest 2021
This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
Stars: ✭ 109 (+808.33%)
Mutual labels:  programming, beginner-friendly
Gitstart
Make a Pull Request
Stars: ✭ 415 (+3358.33%)
Mutual labels:  digitalocean, beginner-friendly
Hacktoberfest 2020
Welcome to Open-source! Simply add your details to contributors | Repo for Hacktoberfest 2020 βœ…
Stars: ✭ 621 (+5075%)
Mutual labels:  digitalocean, beginner-friendly
J.A.R.V.I.S
Just A Rather Very Intelligent System
Stars: ✭ 36 (+200%)
Mutual labels:  digitalocean, beginner-friendly
hacktoberfest 2021
Solve the given questions, and submit a PR.πŸ’¬ Make sure you submit the solution in the correct folder. βœ”
Stars: ✭ 44 (+266.67%)
Mutual labels:  digitalocean, beginner-friendly

Hacktoberfest 2019

Anyone can contribute to this repo to make their contribution to open-source on Github

Celebrate HacktoberFest by getting involved in the Open Source Community by completing some simple tasks in this project.

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.

What is Hacktoberfest?

Hacktoberfest is a month long celebration of open source software held in the month of October to get people involved in open-source. This year's edition is presented by DigitalOcean, GitHub and Dev.

Rules

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.

You can check your progress of HacktoberFest at this link

Pull requests marked as spam will not be entitled for a T-shirt.

List of Programs to work on:

  • Hello World
  • Searching Algorithms
    • Linked List
    • Stack
    • Queue
  • Traversal Algorithms
    • Linked List
  • Sorting Algorithms
    • Linked List
    • Queue
  • Random Number algorithms
  • Number Reversal algorithms
  • Fibonacci series
  • Is Number a palindrome?
  • Is number a perfect square?
  • Is string a pangram?
  • Find the factorial of a number.
  • Find list of prime numbers between a interval.
  • Create an arrow using CSS.
  • Convert Roman numeral.
  • Telephone number validator.

Getting Started

  • Add your name to the CONTRIBUTORS.md file using following model
Name: [YOUR NAME](Github Link)
Place: city you belong to
About: Short Intro
Programming Language: Which programming language do you know?
Email: 
  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/hacktoberfest2018.git
  • Create a branch for a new feature
git checkout -b feature/branch-name
  • Or if it's a bugfix to a file
git checkout -b bugfix/branch-name
  • Make your changes (Choose from any task below)
  • Commit and Push
git add .
git commit -m 'commit message'
git push origin branch-name
  • Create a New Pull Request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun! thanks
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].