All Projects → open-minds → Hacktober-2019

open-minds / Hacktober-2019

Licence: MIT license
Repo for TOM members dedicated for the Hacktober fest of 2019 (6th edition), this repo is here to encourage open source learning and sharing and enhance git/github using abilities.

Programming Languages

C#
18002 projects
java
68154 projects - #9 most used programming language
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Hacktober-2019

Competitive Programming
Hello Programmers 💻 , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (+606.25%)
Mutual labels:  digitalocean, first-timers
first-pr-repo
A step by step guide to help people make their first Pull Request
Stars: ✭ 29 (+81.25%)
Mutual labels:  first-timers, easy
Learning Resources
Beginner-friendly repository to make your first Pull Request and contribute to the open-source.
Stars: ✭ 40 (+150%)
Mutual labels:  first-timers, easy
Script
Making it easy to write shell-like scripts in Go
Stars: ✭ 1,946 (+12062.5%)
Mutual labels:  first-timers, easy
hacktoberfest20
Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first-time contributors. #hacktoberfest20. Don’t forget to read the README.md for guidance.
Stars: ✭ 18 (+12.5%)
Mutual labels:  digitalocean, first-timers
Reactiveui
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
Stars: ✭ 6,709 (+41831.25%)
Mutual labels:  wpf, first-timers
mac-dev-setup
An easy script to install your mac dev environment
Stars: ✭ 38 (+137.5%)
Mutual labels:  first-timers, easy
Hacktoberfest 2020
Welcome to Open-source! Simply add your details to contributors | Repo for Hacktoberfest 2020 ✅
Stars: ✭ 621 (+3781.25%)
Mutual labels:  digitalocean, first-timers
Hacktoberfest
This hacktoberfest project exists to help you submit your first Pull Request and welcome you to the world of open source!
Stars: ✭ 216 (+1250%)
Mutual labels:  digitalocean, first-timers
Engine
Deploy your apps on any Cloud provider in just a few seconds
Stars: ✭ 1,132 (+6975%)
Mutual labels:  digitalocean
Toast
🍞 The rounded and animated Android Toast for .NET WPF/XAML
Stars: ✭ 25 (+56.25%)
Mutual labels:  wpf
Awesome Digitalocean
A curated list of amazingly awesome DigitalOcean resources inspired by Awesome Sysadmin
Stars: ✭ 236 (+1375%)
Mutual labels:  digitalocean
MahApps.Metro.netcoreapp30
.NET Core 3.1 MahApps.Metro sample
Stars: ✭ 15 (-6.25%)
Mutual labels:  wpf
dbfx
This is a free, cross platform, open source database management tool based on JavaFX and vertx SQL client.
Stars: ✭ 63 (+293.75%)
Mutual labels:  javafx
Doctl
The official command line interface for the DigitalOcean API.
Stars: ✭ 2,856 (+17750%)
Mutual labels:  digitalocean
ColorPickerLib
A WPF/MVVM implementation of a themeable color picker control.
Stars: ✭ 44 (+175%)
Mutual labels:  wpf
Komiser
☁️ Cloud Environment Inspector 👮🔒 💰
Stars: ✭ 2,684 (+16675%)
Mutual labels:  digitalocean
Digital Ocean Dynamic Dns Updater
Digital Ocean Dynamic DNS Updater
Stars: ✭ 223 (+1293.75%)
Mutual labels:  digitalocean
WPFPS
PowerShell module to interact with Windows Presentation Foundation (or WPF) controls.
Stars: ✭ 17 (+6.25%)
Mutual labels:  wpf
JMemoryBuddy
No description or website provided.
Stars: ✭ 44 (+175%)
Mutual labels:  javafx

Hacktober-2019

Share what you did in 2019!

License: MIT first-temers PRs-welcome GitHub search hit counter GitHub top language GitHub language count

GitHub closed pull requests GitHub pull requests

Repo for TOM members dedicated for the Hacktober fest of 2019 (6th edition), this repo is here to encourage open source learning and sharing and enhance git/github using abilities.

Use this project to make your first contribution to an open source project on GitHub. Practice making your first pull request to a public repository before doing the real thing!

Celebrate Hacktoberfest by getting involved in the open source community by completing some simple tasks in this project.

This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.

What is Hacktoberfest?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean, GitHub, and Twilio 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. The first 50,000 people to get 5 pull requests will recieve a free t-shirt!

https://hacktoberfest.digitalocean.com/

Getting Started - Easy

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Navigate to CONTRIBUTORS.md
  • Edit the file and insert your short profile following the instructions below, then click on Commit Changes.
  • Navigate to the profiles directory
  • Click Create new file and create a new profile Your_Full_Name.md, and commit your changes.
  • Add any piece of code (we recommand you add something in the Hello World folder).
  • 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!

Getting Started - Difficult

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Install git on your computer https://git-scm.com
  • Clone your fork down to your local machine
git clone https://github.com/your-username/Hacktober-2019.git
  • Make your changes (choose from any task above)
  • Commit and push
git add .
git commit -m "Commit message"
git push origin master
  • 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!

Choose from these tasks

1. Add your name

Add your name to the CONTRIBUTORS.md file using the below convention:

#### Name: [GitHib username](GitHub profile link)

2. Add a profile page

Add a Your_Full_Name.md file to the profiles directory. Use any combination of content and Markdown you'd like. Here is an example:

# Your Full Name

### Location

Your City/Country

### Academics

Your School

### Interests

- Some Things You Like
- Something Else

### Development

- web developper for example
- game dev as another example

### Profile Link

[GitHib username](GitHub profile link)

Up for more PRs? Check this quick list for more interesting ressources (first timers friendly):

  • Micro Club - USTHB Our awesome friends from University of Science and Technology Houari Boumediene scientific club Micro Club are doing Hacktoberfest too!
  • First Timers Only Friendly Open Source projects on the go!
  • FreeCodeCamp Open source codebase and curriculum. Learn to code for free together with millions of people.
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].