All Projects → hacktoberfest17 → Programming

hacktoberfest17 / Programming

Licence: gpl-3.0
Code a program in a language of your choice.

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
haskell
3896 projects
erlang
1774 projects
racket
414 projects

Projects that are alternatives of or similar to Programming

Competitive Programming
Hello Programmers 💻 , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (-57.99%)
Mutual labels:  hacktoberfest, beginner-friendly, programming
Hacktoberfest 2k18 Katas
Game has ended :: Little challenges to up your Hacktoberfest game!
Stars: ✭ 160 (-40.52%)
Mutual labels:  hacktoberfest, beginner-friendly, programming
Potigol
Linguagem Potigol - Linguagem de programação funcional moderna para iniciantes - A Functional Programming Language for Beginners
Stars: ✭ 179 (-33.46%)
Mutual labels:  hacktoberfest, beginner-friendly, functional-programming
Codezilla
⚡️ codezilla ⚡️ One giant 🦖 collection of algorithms & design patterns.
Stars: ✭ 127 (-52.79%)
Mutual labels:  hacktoberfest, programming, functional-programming
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 (-29%)
Mutual labels:  hacktoberfest, beginner-friendly, programming
Hacktoberfest2018
A repository for HacktoberFest 2018.
Stars: ✭ 139 (-48.33%)
Mutual labels:  hacktoberfest, beginner-friendly, programming
Nmf App
Understand and reduce your carbon footprint 🌱 iOS & Android.
Stars: ✭ 176 (-34.57%)
Mutual labels:  hacktoberfest, functional-programming
Tech Interview Preparation
A one stop solution to ace your next coding interview 👨‍💻
Stars: ✭ 188 (-30.11%)
Mutual labels:  hacktoberfest, beginner-friendly
Bookmarks
🔖 +4.3K awesome resources for geeks and software crafters 🍺
Stars: ✭ 210 (-21.93%)
Mutual labels:  hacktoberfest, programming
Nix 1p
A (more or less) one page introduction to Nix, the language.
Stars: ✭ 219 (-18.59%)
Mutual labels:  hacktoberfest, functional-programming
Pokeapi
The Pokémon API
Stars: ✭ 2,695 (+901.86%)
Mutual labels:  hacktoberfest, beginner-friendly
Bobby Tables
bobby-tables.com, the site for preventing SQL injections
Stars: ✭ 220 (-18.22%)
Mutual labels:  hacktoberfest, sql
Hacktoberfest2020
List of beginner-friendly | first-timers-only | up-for-grabs issues (repositories) for Hacktoberfest 2020 | Submit 4 PRs to earn a T-shirt
Stars: ✭ 248 (-7.81%)
Mutual labels:  hacktoberfest, beginner-friendly
Trilogy
TypeScript SQLite layer with support for both native C++ & pure JavaScript drivers.
Stars: ✭ 195 (-27.51%)
Mutual labels:  hacktoberfest, sql
Hacktoberfest
Opportunity to start open source and PR experience
Stars: ✭ 171 (-36.43%)
Mutual labels:  hacktoberfest, beginner-friendly
Awesome Jetpack Compose Android Apps
👓 A curated list of awesome Jetpack Compose android apps by open-source contributors.
Stars: ✭ 207 (-23.05%)
Mutual labels:  hacktoberfest, beginner-friendly
Liquibase
Main Liquibase Source
Stars: ✭ 2,910 (+981.78%)
Mutual labels:  hacktoberfest, sql
Clickhouse
ClickHouse® is a free analytics DBMS for big data
Stars: ✭ 21,089 (+7739.78%)
Mutual labels:  hacktoberfest, sql
Hacktoberfest 2021
This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
Stars: ✭ 109 (-59.48%)
Mutual labels:  programming, beginner-friendly
Creative Computing Society.github.io
This is the Hacktoberfest first contribution website of CCS
Stars: ✭ 158 (-41.26%)
Mutual labels:  hacktoberfest, beginner-friendly

HacktoberFest'x => where x is any number :-)

Anyone can use this project to make their contribution to an open source project 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?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first Pull Request to any Public Repository on GitHub and contribute to the Open Source Developer Community.

https://hacktoberfest.digitalocean.com/

Check your hacktoberfest contributions at:

https://hacktoberfest.digitalocean.com/stats

How To Contribute to This Project

Here are 3 quick and painless steps to contribute to this project:

  • Add a program in any language. (A simple Hello World would suffice.) To do so, first create an issue with the task you are doing, for example: "Issue - creating bubble sort in C". Add the HacktoberFest label in the issue and assign the issue to yourself. Create a pull request in response to that issue and finally submit it for review.

  • Name your branch username_hello_world_in_c.

    Also create a directory for any new program if it doesn't exist. eg. hello_world, bubble_sort. Inside these directories you can create your own file named program_name.language_extension (hello_world.cpp) Create a commit of the form - fixes #(issue_number)

  • Finally, wait for it to be merged!

Getting Started

  • 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/programming.git
    
  • Create a branch

    $ git checkout -b branch-name
    
  • Make your changes

  • Commit and Push

    $ git add filename 
    $ 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!

Don't forget to include the comments as seen above. Feel free to include additional information about the language you chose in your comments too! Like a link to a helpful introduction or tutorial.

Reference Links

Additional References Added By Contributors

Licensing

This repo is licensed under GNU General Public License v3.0. See LICENSE for the full license text.

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