All Projects → RaidAndFade → Hacktoberchallenges2018

RaidAndFade / Hacktoberchallenges2018

Licence: mit
Welcome! I need some help making my list... Learn how in the README

Projects that are alternatives of or similar to Hacktoberchallenges2018

Waifu Motivator Plugin
OSS Waifu Motivator Plugin for Jetbrains to help boost your motivation while coding!
Stars: ✭ 160 (+357.14%)
Mutual labels:  hacktoberfest, fun
Google Foobar Help
Guidance on how to tackle some of the foobar challenges.
Stars: ✭ 127 (+262.86%)
Mutual labels:  hacktoberfest, challenge
Code problems
Code Problems from LeetCode website and other fun code problems websites. The goal is to help people studying for coding interviews.
Stars: ✭ 40 (+14.29%)
Mutual labels:  hacktoberfest, challenge
Discord bot.py
🍺 A simple discord bot that helps you getting started within discord.py
Stars: ✭ 313 (+794.29%)
Mutual labels:  hacktoberfest, fun
Fullstack Challenges
Open source's challenges of full-stack jobs to test your skills
Stars: ✭ 227 (+548.57%)
Mutual labels:  hacktoberfest, challenge
Red Discordbot
A multi-function Discord bot
Stars: ✭ 2,855 (+8057.14%)
Mutual labels:  hacktoberfest, fun
Dev Practice
Practice your skills with these ideas.
Stars: ✭ 1,127 (+3120%)
Mutual labels:  hacktoberfest, challenge
Memetastic
Meme Creator for Android - Simple & Ad-Free
Stars: ✭ 206 (+488.57%)
Mutual labels:  hacktoberfest, fun
extreme-carpaccio
Slicing and coding game
Stars: ✭ 116 (+231.43%)
Mutual labels:  challenge, fun
Challenges
PyBites Code Challenges
Stars: ✭ 604 (+1625.71%)
Mutual labels:  hacktoberfest, challenge
Code Overflow
Awesome Coding Problems
Stars: ✭ 34 (-2.86%)
Mutual labels:  hacktoberfest
My Photo Timeline
A simple command-line app to organize your local photos by dates (year/month) on your local file system, for those who don't store photos in the cloud
Stars: ✭ 34 (-2.86%)
Mutual labels:  hacktoberfest
Watermelondb
🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
Stars: ✭ 7,996 (+22745.71%)
Mutual labels:  hacktoberfest
Electron Packager
Electron Packager is a command line tool and Node.js library that bundles Electron-based application source code with a renamed Electron executable and supporting files into folders ready for distribution.
Stars: ✭ 7,860 (+22357.14%)
Mutual labels:  hacktoberfest
Pencil
Pencil2D is an easy, intuitive tool to make 2D hand-drawn animations. Pencil2D is open source and cross-platform.
Stars: ✭ 968 (+2665.71%)
Mutual labels:  hacktoberfest
Cimonitor
Displays CI statuses on a dashboard and triggers fun modules representing the status!
Stars: ✭ 34 (-2.86%)
Mutual labels:  hacktoberfest
Powershell Docs
The official PowerShell documentation sources
Stars: ✭ 968 (+2665.71%)
Mutual labels:  hacktoberfest
Svelte Preprocess
A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.
Stars: ✭ 970 (+2671.43%)
Mutual labels:  hacktoberfest
Photon
⚡ Rust/WebAssembly image processing library
Stars: ✭ 963 (+2651.43%)
Mutual labels:  hacktoberfest
100 Days Of Swiftui
👨‍💻👩‍💻100 Days Of SwiftUI free course from Hacking with Swift. 👨‍💻👩‍💻
Stars: ✭ 35 (+0%)
Mutual labels:  challenge

Hacktoberfest2018 ~ Week 4 Challenge [Final]

For previous challenges, please look at readmes.

This is part of a series of weekly projects that will be in this repository over the span of hacktoberfest. this is satire, it's meant to be cute and to see what potential PRs have (both during hacktoberfest and otherwise)

Hello World - Hardcore Mode

Raid is nearly finished perfecting his masterpiece, but he needs a sample of hello world in all the languages in the world!

How can I help?!

Raid, although boasts about knowing so many languages, actually only knows a few, and he wanted to see how all the languages looked like.

What do you mean by a sample of hello world?

It must be a command line hello world in your chosen language. The language you choose must not have already been chosen!

TEMPLATE

Your file must ask for their name, with Enter your name:, and then use that input to respond with Hello x!, replacing x with their name.

Here is an example of what you could do. Python is already taken.

# By RaidAndFade - https://github.com/RaidAndFade

name = input('Enter your name: ')
print("Hello",name+"!")

RULES

  1. Your submission must be in the HelloWorld directory HelloWorld/hello_world.{language}
  2. Your submission must NOT be a duplicate of someone else's submission. It MUST be UNIQUE (the language MUST be UNIQUE, the sample MUST be UNIQUE).
  3. Make sure to say who made it at the top of the file, using a comment.
  4. The submissions are all checked automatically, if it fails because your response is wrong, then you're not following the template.
  5. No Malicious Code (cookie sniffing, iframe hacking, css local file stealing, ios rootkits, while loops that never end, CPU Monero Miners)
  6. No NSFW (porn, nudes, pictures of your cat's testicles, severed heads)
  7. No ADS (No advertising your product, No third party ads)
  8. DO NOT MODIFY OTHER PEOPLE'S SUBMISSIONS. THESE PRS WILL BE INSTANTLY DENIED AND MARKED SPAM.

But why is this a challenge?

The point of this challenge is to show the insane variety of languages that nobody knows about. Cool huh?

Final note

Remember to check that your codes work by testing it beforehand! The template provided is VERY strict, you must follow the exact template in order to be merged.

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