{"id":15323534,"url":"https://github.com/pauloportugal/real-fizzbuzz-java","last_synced_at":"2025-03-27T14:41:59.354Z","repository":{"id":66909241,"uuid":"91915983","full_name":"PauloPortugal/real-fizzbuzz-java","owner":"PauloPortugal","description":"The Real FizzBuzz in Java","archived":false,"fork":false,"pushed_at":"2023-06-14T22:33:57.000Z","size":14,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T18:43:41.735Z","etag":null,"topics":["fizzbuzz","java","java-8","junit"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PauloPortugal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-20T20:58:45.000Z","updated_at":"2022-03-04T20:39:00.000Z","dependencies_parsed_at":"2024-12-06T09:26:31.235Z","dependency_job_id":"28b71723-b31e-4e7f-87d0-0014cf422d37","html_url":"https://github.com/PauloPortugal/real-fizzbuzz-java","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"85b87fb174b532c860311a53ae57fa28659aecd8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PauloPortugal%2Freal-fizzbuzz-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PauloPortugal%2Freal-fizzbuzz-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PauloPortugal%2Freal-fizzbuzz-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PauloPortugal%2Freal-fizzbuzz-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PauloPortugal","download_url":"https://codeload.github.com/PauloPortugal/real-fizzbuzz-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245864162,"owners_count":20684974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fizzbuzz","java","java-8","junit"],"created_at":"2024-10-01T09:20:16.051Z","updated_at":"2025-03-27T14:41:59.318Z","avatar_url":"https://github.com/PauloPortugal.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/PauloPortugal/real-fizzbuzz-java.png)](https://travis-ci.org/PauloPortugal/real-fizzbuzz-java.svg?branch=master)\n\n# The Real FizzBuzz in Java\n\nPrints out the following for a contiguous range of numbers:\n* the number\n* `fizz` for numbers that are multiples of `3`\n* `buzz` for numbers that are multiples of `5`\n* `fizzbuzz` for numbers that are multiples of `15`\n* if the number contains a `three` output the text `lucky`, overriding any existing behaviour\n* report at the end of the program showing how many times each `word` was substituted\n\nThere is also a [Clojure version](https://github.com/PauloPortugal/real-fizzbuzz-clojure) and a [Go version](https://github.com/PauloPortugal/real-fizzbuzz-go).\n\n## Example\n\nRunning the program over a range from 1-20 one should get the following output:\n\n```\n1 2 lucky 4 buzz fizz 7 8 fizz buzz 11 fizz lucky 14 fizzbuzz 16 17 fizz 19 buzz\n\nfizz: 4\nbuzz: 3\nfizzbuzz: 1\nlucky: 2\ninteger: 10\n```\n\n## Run\n\n```\nmvn clean test exec:java\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauloportugal%2Freal-fizzbuzz-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpauloportugal%2Freal-fizzbuzz-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauloportugal%2Freal-fizzbuzz-java/lists"}