FizzBuzz Enterprise Edition alternatives and similar libraries
Based on the "Miscellaneous" category.
Alternatively, view FizzBuzz Enterprise Edition alternatives based on common mentions on social networks and blogs.
-
LittleProxy
High performance HTTP proxy originally written by your friends at Lantern and now maintained by a stellar group of volunteer open source programmers. -
jOOX
jOOX - The Power of jQuery Applied to W3C DOM Like JDBC, DOM is a powerful, yet very verbose low-level API to manipulate XML. The HTML DOM an be manipulated with the popular jQuery product, in JavaScript. Why don't we have jQuery in Java? jOOX is jQuery's XML parts, applied to Java. -
PipelinR
DISCONTINUED. PipelinR is a lightweight command processing pipeline ❍ ⇢ ❍ ⇢ ❍ for your Java awesome app. [GET https://api.github.com/repos/sizovs/PipelinR: 404 - Not Found // See: https://docs.github.com/rest] -
yGuard
The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of FizzBuzz Enterprise Edition or a related project?
README
FizzBuzzEnterpriseEdition
Enterprise software marks a special high-grade class of software that makes careful use of relevant software architecture design principles to build particularly customizable and extensible solutions to real problems. This project is an example of how the popular FizzBuzz game might be built were it subject to the high quality standards of enterprise software.
FizzBuzz
FizzBuzz is a game that has gained in popularity as a programming assignment to
weed out non-programmers during job interviews. The object of the assignment is
less about solving it correctly according to the below rules and more about
showing the programmer understands basic, necessary tools such as
if
-/else
-statements and loops. The rules of FizzBuzz are as follows:
For numbers 1 through 100,
- if the number is divisible by 3 print Fizz;
- if the number is divisible by 5 print Buzz;
- if the number is divisible by 3 and 5 (15) print FizzBuzz;
- else, print the number.
Contributing
Although this project is intended as satire, we take openness and inclusivity very seriously. To that end we have adopted the following code of conduct.
[Contributor Code of Conduct](CONTRIBUTING.md)