Giter Club home page Giter Club logo

ruby-fizzbuzz's Introduction

Yet another FizzBuzz in Ruby!

Build Status Documentation Status Gem Version License

Introduction

Provides simple and fast solution to a popular FizzBuzz problem for Ruby.

Written in C as an example of using Ruby's C API - with the support for arbitrary large numeric values.

Table of Contents

  1. Contributing
  2. Versioning
  3. Author
  4. Copyright
  5. License

Contributing

See CONTRIBUTING.md for best practices and instructions on setting up your development environment.

Versioning

This project adheres to Semantic Versioning. For the versions available, see the tags on this repository.

Author

Krzysztof Wilczyński ([email protected])

Copyright

Copyright 2012-2021 Krzysztof Wilczyński

License

This project is licensed under the terms of the Apache License, Version 2.0 license. To view the full license see the included LICENSE file.

ruby-fizzbuzz's People

Contributors

kwilczynski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

xeago uservidya

ruby-fizzbuzz's Issues

Fizzbuzz Firehose

I would like to request an endless endpoint for the API. You can then listen for new fizzbuzz numbers to be discovered.

/fizzbuzz/hose

output would be in json (list) (1 object per line)

{'5':{'fizz': false, 'buzz': true}

Depending on the popularity of this program, only one chain of fizzbuzz will be calculated but broadcasted to all users active on the endpoint.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.