All Projects → salman-bhai → Hello World

salman-bhai / Hello World

Licence: mit
Hello-World! The baby steps to be a Programmer! Explore this repository to check out various languages in Computer Science and understand how to contribute to Open Source effectively and easily. Sending your first Pull Request is not hard and made easier by this repository!

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
dart
5743 projects
clojure
4091 projects
cpp
1120 projects
erlang
1774 projects
bash
514 projects
assembly
5116 projects
d
599 projects
languages
34 projects

Projects that are alternatives of or similar to Hello World

Score
ossia score, an interactive sequencer for the intermedia arts.
Stars: ✭ 808 (+1823.81%)
Mutual labels:  hacktoberfest, open-source
Girlscript chennai website
An open source project for creating a website that shall serve as a template for various chapters of GirlScript Foundation
Stars: ✭ 27 (-35.71%)
Mutual labels:  hacktoberfest, open-source
Developersrising
Archive only! DISSOLVED! Verein zur Förderung von ProgrammiererInnen 💻 🎉
Stars: ✭ 19 (-54.76%)
Mutual labels:  hacktoberfest, open-source
Commercejs Nextjs Demo Store
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
Stars: ✭ 737 (+1654.76%)
Mutual labels:  hacktoberfest, open-source
Monogame
One framework for creating powerful cross-platform games.
Stars: ✭ 8,014 (+18980.95%)
Mutual labels:  hacktoberfest, open-source
Sticky Parallax Header
A simple React Native library, enabling to create a fully custom header for your iOS and Android apps.
Stars: ✭ 792 (+1785.71%)
Mutual labels:  hacktoberfest, open-source
Contribute A Thon
Month-long Open Source contributing event ✨
Stars: ✭ 26 (-38.1%)
Mutual labels:  hacktoberfest, open-source
Enclosure Picroft
Mycroft interface for Raspberry Pi environment
Stars: ✭ 649 (+1445.24%)
Mutual labels:  hacktoberfest, open-source
Hacktoberfest2k19
Hacktoberfest is here! Raise the PR and earn goodies.
Stars: ✭ 34 (-19.05%)
Mutual labels:  hacktoberfest, open-source
Hacktoberfest2020
beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs in any language and C and Cpp program , Please leave a star ⭐ to support this project! ✨
Stars: ✭ 31 (-26.19%)
Mutual labels:  hacktoberfest, open-source
Open Source Mac Os Apps
🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps
Stars: ✭ 28,908 (+68728.57%)
Mutual labels:  hacktoberfest, open-source
Nsfw Filter
🚀 A Google Chrome / Firefox extension that blocks NSFW images from the web pages that you load using TensorFlow JS.
Stars: ✭ 984 (+2242.86%)
Mutual labels:  hacktoberfest, open-source
Contribute To Open Source
Learn the GitHub workflow by contributing code in a fun simulation project
Stars: ✭ 684 (+1528.57%)
Mutual labels:  hacktoberfest, open-source
Itk
Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
Stars: ✭ 801 (+1807.14%)
Mutual labels:  hacktoberfest, open-source
Clean Code Persian
ترجمه گروهی کتاب کدتمیز
Stars: ✭ 659 (+1469.05%)
Mutual labels:  hacktoberfest, open-source
Adguardfilters
AdGuard Content Blocking Filters
Stars: ✭ 915 (+2078.57%)
Mutual labels:  hacktoberfest, open-source
Controlzex
Shared Controlz for WPF and ... more
Stars: ✭ 561 (+1235.71%)
Mutual labels:  hacktoberfest, open-source
Hacktoberfest 2020
Welcome to Open-source! Simply add your details to contributors | Repo for Hacktoberfest 2020 ✅
Stars: ✭ 621 (+1378.57%)
Mutual labels:  hacktoberfest, open-source
Place2live
Analysis of the characteristics of different countries
Stars: ✭ 30 (-28.57%)
Mutual labels:  hacktoberfest, open-source
Mahapps.metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
Stars: ✭ 8,023 (+19002.38%)
Mutual labels:  hacktoberfest, open-source

hello-world

This project shows you how to write the legendary fundamental "hello-world" in all languages that you can think of.

Prerequisites and usage

For each hello-world download that language's compiler and run the file.

Structure

The hello-world code for each language is in its own directory. This directory also contains a specific README.md with instructions on how to run the code.

Running projects via Docker:

Running the container

  • Make sure you have docker.io installed on your system by running docker -v, which should log the current version of docker installed.
  • Run docker run -v $(pwd):/home/docker -w /home/docker -it --rm <image_name> /bin/bash to run an interactive container.
  • Compile and run your desired program

Docker hello-world:

  • After installing Docker, simply run docker run hello-world.
  • This should create a container which displays a hello-world message.

Finding your desired image:

  • Goto the docker hub.
  • Search for the language/environment you want to run.
  • Choose any image in the list.
  • Run the command mentioned above by replacing the <image_name> with the corresponding image.

Contributing

  • I am always looking for more contributions.
  • If you're wondering how to contribute do check out Contributing

License

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