All Projects β†’ ambujraj β†’ Hacktoberfest2018

ambujraj / Hacktoberfest2018

Licence: gpl-3.0
A repository for HacktoberFest 2018.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
ruby
36898 projects - #4 most used programming language
swift
15916 projects
golang
3204 projects
r
7636 projects
python3
1442 projects
cpp
1120 projects

Projects that are alternatives of or similar to Hacktoberfest2018

Competitive Programming
Hello Programmers πŸ’» , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.πŸ“—πŸ“• Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (-18.71%)
Mutual labels:  digitalocean, hacktoberfest, beginner-friendly, programming
Hacktoberfest 2k18 Katas
Game has ended :: Little challenges to up your Hacktoberfest game!
Stars: ✭ 160 (+15.11%)
Mutual labels:  digitalocean, hacktoberfest, beginner-friendly, programming
hacktoberfest2019
A repository for hacktoberfest 2019 [ Not counting towards hacktoberfest contribution ]
Stars: ✭ 12 (-91.37%)
Mutual labels:  digitalocean, programming, beginner-friendly
Hacktoberfest 2020
Welcome to Open-source! Simply add your details to contributors | Repo for Hacktoberfest 2020 βœ…
Stars: ✭ 621 (+346.76%)
Mutual labels:  digitalocean, hacktoberfest, beginner-friendly
Hacktoberfest
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: ✭ 191 (+37.41%)
Mutual labels:  hacktoberfest, beginner-friendly, programming
Programming
Code a program in a language of your choice.
Stars: ✭ 269 (+93.53%)
Mutual labels:  hacktoberfest, beginner-friendly, programming
Gitstart
Make a Pull Request
Stars: ✭ 415 (+198.56%)
Mutual labels:  digitalocean, hacktoberfest, beginner-friendly
Hacktoberfest Simple Practice Programmes
A beginner-friendly open source repository to create your pull request.
Stars: ✭ 42 (-69.78%)
Mutual labels:  digitalocean, hacktoberfest, beginner-friendly
Hacktoberfest
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: ✭ 78 (-43.88%)
Mutual labels:  hacktoberfest, beginner-friendly
Collaboration For Beginners
A Beginner's Guide to Contributing in an Open Source Project.
Stars: ✭ 86 (-38.13%)
Mutual labels:  hacktoberfest, beginner-friendly
Digitalocean Js
JavaScript library for the DigitalOcean API
Stars: ✭ 90 (-35.25%)
Mutual labels:  digitalocean, hacktoberfest
Hacktoberfest2020
Make your first Pull Request and earn a free tee from GitHub!
Stars: ✭ 1,141 (+720.86%)
Mutual labels:  digitalocean, hacktoberfest
Godo
DigitalOcean Go API client
Stars: ✭ 1,097 (+689.21%)
Mutual labels:  digitalocean, hacktoberfest
Hacktoberfest
Find more projects at https://hacktoberfest.digitalocean.com/#projects
Stars: ✭ 90 (-35.25%)
Mutual labels:  hacktoberfest, beginner-friendly
Javascript Notes
Notes taken during Wes Bos' BeginnerJavaScript course
Stars: ✭ 52 (-62.59%)
Mutual labels:  hacktoberfest, beginner-friendly
Developer Community Stats
πŸš€ A repository to encourage beginners to contribute to open source and for all contributors to view their Github stats
Stars: ✭ 116 (-16.55%)
Mutual labels:  hacktoberfest, beginner-friendly
Awesome Android Kotlin Apps
πŸ‘“ A curated list of awesome android kotlin apps by open-source contributors.
Stars: ✭ 1,058 (+661.15%)
Mutual labels:  hacktoberfest, beginner-friendly
Awesome Courses
😏 πŸ“„ An awesome list of educational websites, YouTube playlists, channels and books about programming
Stars: ✭ 99 (-28.78%)
Mutual labels:  hacktoberfest, programming
Cluster.dev
Kubernetes-based Dev Environments with GitOps
Stars: ✭ 122 (-12.23%)
Mutual labels:  digitalocean, hacktoberfest
Leetcode Solutions
This repository consists of solutions to the problem from LeetCode platform. Subscribe to our Channel for more updates
Stars: ✭ 128 (-7.91%)
Mutual labels:  hacktoberfest, beginner-friendly

Hacktoberfest 2018

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 twilio.

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].