All Projects → agarwalrounak → Hello-World

agarwalrounak / Hello-World

Licence: MIT license
Help beginners to contribute to Open Source projects 😃 ⭐ it if you 👍 it !

Programming Languages

java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
C#
18002 projects
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hello-World

Dark Fantasy Hack Tool
DDOS Tool: To take down small websites with HTTP FLOOD. Port scanner: To know the open ports of a site. FTP Password Cracker: To hack file system of websites.. Banner Grabber: To get the service or software running on a port. (After knowing the software running google for its vulnerabilities.) Web Spider: For gathering web application hacking information. Email scraper: To get all emails related to a webpage IMDB Rating: Easy way to access the movie database. Both .exe(compressed as zip) and .py versions are available in files.
Stars: ✭ 131 (+197.73%)
Mutual labels:  help-wanted, beginner
Hacktoberfest2k19
Hacktoberfest is here! Raise the PR and earn goodies.
Stars: ✭ 34 (-22.73%)
Mutual labels:  help-wanted, beginner
fresh script
Find Spotify tracks posted to the HipHopHeads subreddit and add them to a Spotify playlist.
Stars: ✭ 69 (+56.82%)
Mutual labels:  help-wanted, beginner
helloworld
Hello world and other commented GameBoy assembly examples for beginners.
Stars: ✭ 31 (-29.55%)
Mutual labels:  hello-world, helloworld
Hello-World
"Hello World" Programming languages list
Stars: ✭ 18 (-59.09%)
Mutual labels:  hello-world, helloworld
spark-hello-world
A simple hello world using Apache Spark
Stars: ✭ 22 (-50%)
Mutual labels:  hello-world, helloworld
rfordatasciencewiki
Resources for the R4DS Online Learning Community, including answer keys to the text
Stars: ✭ 40 (-9.09%)
Mutual labels:  help-wanted, beginner
HelloWorld
Simple hello world in different language syntax
Stars: ✭ 9 (-79.55%)
Mutual labels:  hello-world, helloworld
Hello World
Add any Program in any language you like or add a hello world Program ❣️ if you like give us ⭐
Stars: ✭ 1,464 (+3227.27%)
Mutual labels:  hello-world, helloworld
HelloWorlds
Hello-World program in most programming languages
Stars: ✭ 102 (+131.82%)
Mutual labels:  hello-world, helloworld
python-crawler
爬虫学习仓库,适合零基础的人学习,对新手比较友好
Stars: ✭ 37 (-15.91%)
Mutual labels:  beginner
Programming-Quotes
Repository containing various programming quotes
Stars: ✭ 26 (-40.91%)
Mutual labels:  help-wanted
react-redux-helloworld
Hello, World! app in React and Redux
Stars: ✭ 39 (-11.36%)
Mutual labels:  helloworld
HacktoberFest21
A beginner friendly repository for HacktoberFest 2021
Stars: ✭ 45 (+2.27%)
Mutual labels:  beginner
Rise-Media-Player
One media player for everything you own or stream; whether it's music or videos, online or offline Rise Media Player does it all. And it's beautiful and native with the latest version of WinUI.
Stars: ✭ 600 (+1263.64%)
Mutual labels:  help-wanted
hacktoberfest-training-2019
A simple repo to promote participations on Hacktoberfest for beginners
Stars: ✭ 13 (-70.45%)
Mutual labels:  beginner
HacktoberFest2021
Beginner-friendly repository for Hacktober Fest 2021. Start your contribution to open source through baby steps. 💜
Stars: ✭ 33 (-25%)
Mutual labels:  beginner
biefircate
Running x86-16 or x86-32 code from x86-64 UEFI; _very experimental_ • mirror of https://gitlab.com/tkchia/biefircate • developer notes at https://gitlab.com/tkchia/biefircate/-/blob/main/doc/NOTES.asciidoc
Stars: ✭ 47 (+6.82%)
Mutual labels:  hello-world
SynapseOS
SynapseOS - модульная операционная система на языке C.
Stars: ✭ 93 (+111.36%)
Mutual labels:  help-wanted
DragonTravel
A plugin for the Minecraft-servermods "Bukkit" and "Spigot".
Stars: ✭ 17 (-61.36%)
Mutual labels:  help-wanted

Welcome to Hello-World

This repository serves as a learning tool for new contributors to open-source, but pull requests here won’t count toward Hacktoberfest.

Getting Started

  • Fork this repository on GitHub by clicking the Fork button in the top right of this page.

  • Clone your forked repo to your local machine.
    git clone https://github.com/YOUR-USERNAME/Hello-World.git
    Replace YOUR-USERNAME above with your GitHub username.

  • Create a new branch.
    git checkout -b new-branch

  • Add your contributions.
    Have a look at CONTRIBUTING.md. There are 3 easy ways to contribute to this project:

    • Add a "Hello, World!" program in any language you like.
    • Add your name to the CONTRIBUTORS.md file.
    • Add your profile page to the profiles directory.
  • Commit and push your changes.

git add -A 
git commit -m "Your commit message"
git push --set-upstream origin new-branch
  • Create a Pull Request by navigating to your forked repository and clicking the New pull request button on your left-hand side of the page.

  • Add in a title, edit the PR template, and then press the Create pull request button.

  • Wait for your Pull Request to be reviewed and merged.

  • Congratulations! You just opened a Pull Request.

How to Contribute

1. Add a "Hello, World!" program

Add your Hello World program to the code directory in any language of your choice. Remember to add your program in the particular language folder. The file name should not match with an already present file. If there is no language folder, make one, then add into it.

2. Add your name

Add your name to the CONTRIBUTORS.md file using the below example:
- [Name](Link to GitHub profile)
Please follow alphabetical order.

3. Add your profile page

Add your profile page named Your_Name.md to the profiles directory. Here is an example to get you started:

## Your Name

### Bio
A short line about you. 

### Location
Home Sweet Home.

### Projects
The super cool projects that you have built. 

### Hobbies & Interests
The super awesome things that intrigue you and bring you joy.

### Profiles
[![GitHub][github-img]](Link to GitHub profile) 
[![Twitter][twitter-img]](Link to Twitter profile)
  
<!-- Don't edit the below 2 lines -->
[twitter-img]: https://i.imgur.com/wWzX9uB.png
[github-img]: https://i.imgur.com/9I6NRUm.png

Choose one of above or all 3, make a pull request for your contributions and wait for it to be merged!

What next?

  • Go ahead and star this repository if you had fun!
  • If you liked contributing to this project, please share and star this project to help as many people as possible to get started in Open Source.
  • Browse more such issues to contribute to on GitHub.

🎊 🎉 Happy Contributing 🎉 🎊

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