Giter Site home page Giter Site logo

harshsngh07 / hacktoberfest2020 Goto Github PK

View Code? Open in Web Editor NEW
47.0 4.0 299.0 18.15 MB

Repository for first timers to get started in Open Source Contributions

License: MIT License

C 28.36% C++ 24.52% Java 10.67% JavaScript 4.48% Python 13.56% PHP 2.35% Ruby 0.32% Rust 9.16% Dart 0.08% Go 2.02% Assembly 1.57% C# 0.60% Kotlin 0.38% HTML 0.80% CSS 1.14%
hacktoberfest hacktoberfest-starter hacktoberfest2020 opensource code firsttimers first-contributions algorithms

hacktoberfest2020's Introduction

Hacktoberfest2020

This repo contains different types of algorithms in different languages. This repository is made for the first time contributors. Contribute to this repository and earn a free t-shirt from Digital Ocean and be a part of Hacktoberfest.

How to Contribute

Please read guidelines for contribution for details on our code of conduct, and the process for submitting pull requests to us.

Code of Conduct

We are dedicated in providing a harassment­ free experience for everyone, and we do not tolerate harassment of participants in any form. We ask you to be considerate of others and behave professionally and respectfully to all other participants.

hacktoberfest2020's People

Contributors

abhishekkr3003 avatar abhishekspeer avatar afhare avatar ankitgargsma avatar asadnq avatar asaurav avatar avishrantssh avatar dishantrathi avatar gauravagrwal avatar hadamo avatar harshsngh07 avatar harshsngh109 avatar justinbiebur avatar kmrakash avatar lelefolkl avatar logicalant avatar mukeshprasad avatar niranjanreddy400 avatar parikshith21 avatar priyanshu-01 avatar quanta770 avatar rbiegelmeyer avatar recalcitrant-raccoon avatar ronaldsin avatar roshansamantaray avatar sandippalit avatar satharus avatar shelin938866 avatar tylernd avatar yuktaanand 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

Watchers

 avatar  avatar  avatar  avatar

hacktoberfest2020's Issues

Improve Documentation

If you think some more information must be added or is left out then make a PR for it.

Find leap year using python

author = 'Shahbaz_Akhtar'
year=int(input("Enter a year : "))
if(year % 4 ==0):
if(year % 100 ==0):
if(year % 400 ==0):
print("leap year")
else:
print("Not a leap year")
else:
print("leap year")
else:
print("not a leap year")

Ineligible Repository

It is shown as this on official page.

Your PR was submitted to a repository that is not participating in Hacktoberfest. Maintainers of the repository can add the "hacktoberfest" topic to their repository if they wish to participate. Alternatively, an individual PR can be opted-in with a maintainer adding the "hacktoberfest-accepted" label to the PR.

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.