Git Product home page Git Product logo

bhaveshlohana / hacktoberfest2020-contributions Goto Github PK

View Code? Open in Web Editor NEW
191.0 2.0 1.0K 254.11 MB

A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project! ✨

License: MIT License

C++ 1.35% Python 7.78% JavaScript 0.50% Java 0.78% Ruby 0.01% C 1.19% Swift 0.01% Batchfile 0.01% HTML 0.39% Jupyter Notebook 87.02% Go 0.02% C# 0.07% CSS 0.77% Objective-C 0.01% Dart 0.05% Handlebars 0.01% Visual Basic .NET 0.04% COBOL 0.01% F# 0.01% Groovy 0.01%
hackoberfest2020 first-timers open-source open-source-project open-source-community hacktoberfest2020 contributions-welcome contribute-repository hacktoberfest

hacktoberfest2020-contributions's Introduction

Disclaimer:

image

Edit 2: You contribution would be counted towards Hacktoberfest if it has been approved or merged or has a "hacktoberfest-accepted" label. It is not mandatory to have all 3 on a particular PR.

image

Edit 1: Don't add something if its already there in the same programming language. Try to add quality content. I won't merge, if you are spamming with PRs.

Overview

The goal of this project is to help the beginners with their contributions in Open Source. We aim to achieve this collaboratively, so feel free to contribute in any way you want, just make sure to follow the contribution guidelines. You can contribute to it in either of the following ways:

  • Beginner/Intermediate:
    • Add a project you have worked on, if and only if it's not already present in the repository.
  • Expert:
    • Add a graphical game in your favorite programming language, if and only if it's not already present in the repository.
    • Add a ML project you have worked on.

HacktoberFest-2020

Open source is changing the world - one pull request at a time.

What is Hacktoberfest?

Hacktoberfest is a month long virtual festival event to celebrate open source contributions presented by Digital Ocean and DEV. It is the easiest way to get into open source!

During the entire month of October 2020, all you have to do is contribute to any open source projects and open at least 4 pull requests. Yes, any project and any kind of contributions.

Why Should I Contribute?

The Hacktoberfest’s simple plain objective is: Support open source and earn a limited edition T-shirt! But, it’s not just about the t-shirts or stickers. Its about supporting open source. Its about celebrating open source, and giving it back. If you’ve never contributed to open source before, this is the perfect time to get started because Hacktoberfest provides a large list of available contribution opportunities.

What Can I Contribute?

Hacktoberfest® is open to everyone in our global community. Whether you’re a developer, student learning to code. You can contribute to anything from code to simple fix, new feature to grammar mistake.

How to Contribute in this repo.

Contributing to open-source is easy.

  • Fork the repository
  • Improve current program by
    • improving functionality
    • adding new feature
    • improving the documentation
  • Push your work and Create a Pull Request

Click here for detailed explanation

What if my pull requests aren’t accepted?

Even if your pull requests aren’t accepted, they should still count toward your 4 pull requests necessary to earn the shirt. The only exception would be if the project maintainer chooses to mark your pull request as “invalid”. They may do this if they perceive your pull request to be low effort, or if it contains plagiarism.

What kinds of pull requests count toward earning the Hacktoberfest shirt?

Any pull request made to a public repo on GitHub will count. The pull request must contain commits you personally made yourself — not automated commits from bots.

You can contribute to any open source project hosted on Github.com and contribute anything between October 1 to October 31 midnight in 2020. You will find plenty of issues labeled with hacktoberfest or good-first-issue etc on Github. These will be the simple ones most probably and easy to fix.


References

hacktoberfest2020-contributions's People

Contributors

aayushi1499 avatar aditya-rajgor avatar alxojy avatar amanchauhan2432 avatar archit099 avatar ayushhagarwal avatar bhaveshlohana avatar chiragjain123 avatar guhankesav avatar harish-infinity avatar iamgauti avatar ikriushenkov avatar itsabdulkhadar avatar kunalkarda avatar kunz98 avatar mercapto-003 avatar mustafiz04 avatar raosush avatar reddymahendra52 avatar rhazra-003 avatar rmmahajan avatar sanjaymarreddi avatar shibrahmachari avatar sirilalithaadapa avatar stefhina avatar tejas123-creator avatar thecapable avatar tushar11raj avatar vatsalnarwal avatar zyberg2091 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hacktoberfest2020-contributions's Issues

Enhancement in Speech to text Recognition

  • Iknow there is already a speech to text file in projects but its only python code which is hard to understand for beginners so I
    created this file with a really good and understandable markdown with how to install and write their first speech to text code.
  • The markdown contains photos also for better understanding
  • And a jupyter notebook with code is also provided and the a live working video is also provided.
  • And I also created the Pull Request for the same

Searching Algorithms!

You can contribute the following searching algorithms(in any programming language):

  • Binary Search
  • Linear Search

Fork this repo(give it a star, if you want) and create a Pull Request.

Add explanation for every folder inside Algorithm directory

Hello, I think it would be beneficial for future references that someone adds a concise markdown file explaining the concept. This is only for the Algorithms folder
Eg: Inside inside Anagram you already have anagram code in various languages and to make it more beneficial you add a markdown file explaining the concept in simpler words

Menu

Can help you with adding a menu driven program
Kindly assign me the issue.

Regarding Hacktoberfest 2020 contributions

Hi!
I have recently done a PR ( #1000 ). Does it have to be merged before it can be accepted in the Hacktoberfest 2020 contributions list? If so, could you please merge it? And does it need a label "hacktoberfest-accepted" for it to be accepted?
I am a beginner to open source.
Thanks a lot!

Jarvis AI

Hello I was going through the projects of AI and got the project Jarvis AI. It is total copy of the program which Code with harry The youtuber had in his video.

Proof Reading the code!!

If your code is already in the repo, and you want to contribute more then you can proofread any program and make the VALID changes. And create a PR.

The valid changes are the following:

  • Adding descriptive comments
  • Changing the hardcoded input to user input
  • Fixing errors

PlayFair Cipher

I have a python program for PlayFair Cipher for both encryption and decryption. Can I make PR for the same?

conflicting files

The repo can't be completely cloned as the hello world programs have same conflicting file names.
{multiple files with same name just with a character in different case}.
git by default throws a warning(this can be resolved using git config --global core.ignorecase true on the system, but again there seem to be tracking issues in the repo)

For all the beginners(who don't use windows), it would be kinda helpful if we maybe changed the names and edit redundant files

Content organisation

You can contribute by organising the content!! (Just make sure you don't remove someone else's contributions)

hacktoberfest

please add a label to the pullrequest so that it can be accepted as a valid pr by hacktoberfest

Machine Learning Project

USA_Housing - Linear Regression

Linear Regression is used in this Machine learning model project.

Pull requests here won’t count toward Hacktoberfest.

Hi there,

Thank you for your interest in Hacktoberfest and in helping others make their first contributions to open source.

While we agree that it's important to help others, this repository does not do this in a way that is in line with the Hacktoberfest values. Please read the part that talks about high-quality contributions to understand why we are reaching out and taking action. Due to this, we've added this repository to the list of excluded repositories which means pull requests here will not count toward Hacktoberfest 2020.

This is not a DigitalOcean decision, it's one that is inspired by the community of maintainers and contributors who all agree that quality is more important than quantity when it comes to engagement in the Open Source community. The values remind us to shift the focus from contributions to repositories that encourage folks to quickly create and gain a pull request to contributions that will help people level-up their skills and contribute to open-source projects that are in need of help.

If you feel that this repository is an effective learning resource, we encourage you to keep running it since a core part of the aim for Hacktoberfest is to encourage new folks to get involved with open-source.

However, if you are interested in having contributions to this repo count toward Hacktoberfest we encourage you to take a look at this list of Hacktoberfest issues for inspiration and make the necessary changes to focus on enabling people to make meaningful contributions to open source projects.

If you have any questions about this or participating in Hacktoberfest, please contact our team via email [email protected] or join our community Discord server.

Happy Hacking,
The Hacktoberfest Team

Hacktoberfest is presented by DigitalOcean, Intel and DEV.

GAME

Hey i want to add a breaking bricks game based on vannila js and Canvas API should i add??

Auto Key Cipher

I would like to add Auto Key Cipher Algorithm in 4 Languages.
PR: #1393

  • C
  • C++
  • Java
  • Python

Welcome to Hackertoberfest 2020!

It’s that time of year again when we come together to support and celebrate the open source technologies we use and love. To help you celebrate Hacktoberfest 2020, I am opening a few issues for #CodeNewbie folks.

hacktoberfest2020

For me the PR that I submitted here is showing "ineligible repository" error. My PR has been merged already.
Is this repo no longer being counted in hacktoberfest?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.