Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwilczynski/ruby-fizzbuzz
Yet another FizzBuzz in Ruby!
https://github.com/kwilczynski/ruby-fizzbuzz
buzz c c-extension extension fizz fizzbuzz linux macos native ruby ruby-gem windows
Last synced: 3 months ago
JSON representation
Yet another FizzBuzz in Ruby!
- Host: GitHub
- URL: https://github.com/kwilczynski/ruby-fizzbuzz
- Owner: kwilczynski
- License: apache-2.0
- Created: 2012-09-27T11:06:06.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T12:26:44.000Z (almost 4 years ago)
- Last Synced: 2024-08-09T04:50:52.802Z (6 months ago)
- Topics: buzz, c, c-extension, extension, fizz, fizzbuzz, linux, macos, native, ruby, ruby-gem, windows
- Language: Ruby
- Homepage:
- Size: 407 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Yet another FizzBuzz in Ruby!
[![Build Status](https://travis-ci.com/kwilczynski/ruby-fizzbuzz.svg)](https://travis-ci.com/kwilczynski/ruby-fizzbuzz)
[![Documentation Status](https://inch-ci.org/github/kwilczynski/ruby-fizzbuzz.svg)](https://inch-ci.org/github/kwilczynski/ruby-fizzbuzz)
[![Gem Version](https://badge.fury.io/rb/ruby-fizzbuzz.svg)](http://badge.fury.io/rb/ruby-fizzbuzz)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)## Introduction
Provides simple and fast solution to a popular [FizzBuzz](https://en.wikipedia.org/wiki/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](#contributing)
2. [Versioning](#versioning)
3. [Author](#author)
4. [Copyright](#copyright)
5. [License](#license)## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for best practices and instructions on
setting up your development environment.## Versioning
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
For the versions available, see the tags on this repository.## Author
Krzysztof Wilczyński ()
## 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](LICENSE) file.