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. -
AWS SDK for Java 2.0
The official AWS SDK for Java - Version 2 -
Simple Java Mail
Simple API, Complex Emails (Jakarta Mail smtp wrapper) -
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
PipelinR is a lightweight command processing pipeline ❍ ⇢ ❍ ⇢ ❍ for your Java awesome app. -
yGuard
The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts -
RR4J
RR4J is a tool that records java execution and later allows developers to replay locally. -
Svix
Library for the Svix API to send webhooks and verify signatures.
Collect and Analyze Billions of Data Points in Real Time
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)