All Projects → NullDev → Hacktoberfest 2020 Fizzbuzz

NullDev / Hacktoberfest 2020 Fizzbuzz

Licence: unlicense
🎃 Submit creative/abstract FizzBuzz solutions in any language you want!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hacktoberfest 2020 Fizzbuzz

Rhine
Haskell Functional Reactive Programming framework with type-level clocks
Stars: ✭ 69 (-2.82%)
Mutual labels:  hacktoberfest
Kafka Elasticsearch Injector
Golang app to read records from a set of kafka topics and write them to an elasticsearch cluster
Stars: ✭ 70 (-1.41%)
Mutual labels:  hacktoberfest
Mattermost Webapp
Webapp of Mattermost server: https://github.com/mattermost/mattermost-server
Stars: ✭ 1,161 (+1535.21%)
Mutual labels:  hacktoberfest
Parser
Replay parse server generating JSON log events from Dota 2 replay files
Stars: ✭ 70 (-1.41%)
Mutual labels:  hacktoberfest
Zola Theme Terminimal
A simple, minimal retro theme for Zola
Stars: ✭ 70 (-1.41%)
Mutual labels:  hacktoberfest
Ember Styleguide
This is a UI addon that intends to help standardize the Ember family of websites and make it easier to make the Ember website an Ember app.
Stars: ✭ 69 (-2.82%)
Mutual labels:  hacktoberfest
Fury
FURY - Free Unified Rendering in pYthon.
Stars: ✭ 68 (-4.23%)
Mutual labels:  hacktoberfest
Go Tmdb
Golang Wrapper for TheMovieDB API
Stars: ✭ 70 (-1.41%)
Mutual labels:  hacktoberfest
Mmctl
A remote CLI tool for Mattermost
Stars: ✭ 70 (-1.41%)
Mutual labels:  hacktoberfest
Translala
Translation Toolbox for your Laravel/Symfony project (translate, stats, commons and dead translations reports, coverage, CI process)
Stars: ✭ 70 (-1.41%)
Mutual labels:  hacktoberfest
Modtweaker
ModTweaker is an addon for CraftTweaker, which provides Integration for an amount of mods.
Stars: ✭ 69 (-2.82%)
Mutual labels:  hacktoberfest
Akka Http
The Streaming-first HTTP server/module of Akka
Stars: ✭ 1,163 (+1538.03%)
Mutual labels:  hacktoberfest
Flask weather
☀️ ☔️ Flask app to auto-detect local weather based off of user's IP address.
Stars: ✭ 70 (-1.41%)
Mutual labels:  hacktoberfest
Kbbi Qt
KBBI Offline Remake with Qt
Stars: ✭ 68 (-4.23%)
Mutual labels:  hacktoberfest
Gleebug
Debugging Framework for Windows.
Stars: ✭ 1,168 (+1545.07%)
Mutual labels:  hacktoberfest
Attachment
Tools to deal with dependencies in scripts, Rmd and packages
Stars: ✭ 69 (-2.82%)
Mutual labels:  hacktoberfest
Rosetta project
Algorithms implemented in Python, JS and Go. Feel free to add another language!
Stars: ✭ 70 (-1.41%)
Mutual labels:  hacktoberfest
Chef Splunk
Development repository for the chef-splunk cookbook
Stars: ✭ 70 (-1.41%)
Mutual labels:  hacktoberfest
Chaos
🔥 CHAOS is a Remote Administration Tool that allow generate binaries to control remote operating systems.
Stars: ✭ 1,168 (+1545.07%)
Mutual labels:  hacktoberfest
Marketplace Sample Apps
Repository of sample codes demonstrating usage of SDK and APIs on the Freshworks developer platform. 🔗 https://developers.freshworks.com
Stars: ✭ 70 (-1.41%)
Mutual labels:  hacktoberfest

🎃 Hacktoberfest 2020 FizzBuzz


Submit creative FizzBuzz solutions in any language you want!


TL;DR:
We're searching for creative/extraordinary/weird FizzBuzz solutions :)


❗️ READ BEFORE CONTRIBUTING

THIS REPOSITORY IS IN COMPLIANCE WITH THE HACKTOBERFEST VALUES AND RULES:
We cannot and will not accept every PR and label invalid one's accordingly! Examples are off-topic contributions, duplicated solutions, copy-paste solutions as well as obvious +1 attempts.
We are searching for interesting/creative/abstract/unique/extraordinary/weird solutions to FizzBuzz. Only one normal solution per language is permitted!
This repository aligns with the values of the Hacktoberfest as it is meant as a fun challenge as well as a platform to learn (experiment with different solutions, challenging yourself to come up with creative solutions to a unique problem).
Denied PR's can be found here.


🔧 Steps to add your solution:

  1. Fork this repository.

  2. Add your solution to the folder with the name of your language. If there is no folder for your language yet, create one!

  3. Name your file with a fitting description.

  4. Comment the first lines of your file (if possible) like that (use whatever commenting syntax is supported by the language you use!):

// [SHORT DESCRIPTION HERE]
// Author: @YourGitHubUserName

...

A sample file can be found here: https://github.com/NullDev/Hacktoberfest-2020-FizzBuzz/blob/master/JavaScript/one-liner.js
Or check out our top 5 user contributed samples :)


❓ What is FizzBuzz?

Quick summary:

FizzBuzz is a program that prints the numbers from 1 to 100. But for multiples of three it prints “Fizz” instead of the number and for the multiples of five, it prints “Buzz”. For numbers which are multiples of both three and five it prints “FizzBuzz”.


[Image source © 100daysofalgorithms]

Read more about it here: https://www.tomdalling.com/blog/software-design/fizzbuzz-in-too-much-detail/


🏆 Top 5 personal favorites:

Side note: There are more than 5 solutions now but I don't want to change the title here because that would break a lot of links and references to it :)

  1. First and only FizzBuzz implementation in "omgrofl" by @adamsoutar - See PR for more information!
  2. FizzBuzz with Branchless logic (C++) by @s0LA1337
  3. Hand written solution in WebAssembly (WASM) by @nlordell - See PR for more information!
  4. Type-Level FizzBuzz solution (TypeScript) by @minajevs - See PR for more information!
  5. Hand written solution in LLVM by @PAndaContron - See PR for more information!
  6. FizzBuzz Machine-Learning implementation (Python) by @mzelenetz - See PR for more information!
  7. Hand written solution in IntCode by @asottile - See PR for more information!
  8. Turing-Machine FizzBuzz Solution by @lennart-k
  9. FizzBuzz implementation in HolyC on TempleOS by @Azgeb - See PR for more information!
  10. Recusive Minecraft-Datapack solution by @cakoshakib - See PR for more information!
  11. FizzBuzz in Shakespearean by @C0DINGLE - See PR for more information!
  12. Overly complicated FizzBuzz solution (Python) by @InitialPosition
  13. Hardcoded FizzBuzz (Python) by @khong612
  14. FizzBuzz in CharArrays, Bytes and Hex Values (Java) by @nimbl0

❓ What do you mean by "creative" solutions?

Well, I'm not looking for normal solutions. You know, the ones you'd find in a book or so. I'm looking for something interesting! Whether that's a fancy one-liner in the language of your choice, or perhaps a funny eso-language, or maybe an intentionally weird solution that you don't even quite understand yourself (be sure to document those!). Anyhow, the goal is to have fun and maybe even learn a thing or two.

If you're still unsure, check out our top 5 user contributed samples :)

Happy hacking!


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