A 3D chart library for Java applications (JavaFX, Swing or server-side).
created at July 14, 2013, 1:21 p.m.
Union, intersection, and set cardinality in loglog space
created at May 4, 2018, 2:48 a.m.
Checklist for code reviews
created at March 8, 2019, 7:47 p.m.
Roadmap to becoming a Java developer in 2024
created at April 23, 2019, 6:42 a.m.
A curated list of resources related to the Java annotation processing API (JSR 269)
created at April 29, 2019, 7:29 p.m.
An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)!
created at Nov. 4, 2015, 8:55 a.m.
Java reporting library for creating dynamic report designs at runtime
created at April 5, 2018, 10:28 a.m.
Published on Maven Central Java Library that compares 2 images with the same sizes and shows the differences visually by drawing rectangles. Some parts of the image can be excluded from the comparison. Can be used for automation QA tests.
created at Aug. 3, 2017, 8:07 p.m.
Unirest in Java: Simplified, lightweight HTTP client library.
created at April 11, 2011, 9:19 p.m.
dregex is a Java library that implements a regular expression engine using deterministic finite automata (DFA). It supports some Perl-style features and yet retains linear matching time, and also offers set operations.
created at May 20, 2014, 10:38 p.m.
JPF is an extensible software analysis framework for Java bytecode. jpf-core is the basis for all JPF projects; you always need to install it. It contains the basic VM and model checking infrastructure, and can be used to check for concurrency defects like deadlocks, and unhandled exceptions like NullPointerExceptions and AssertionErrors.
created at May 31, 2017, 12:28 a.m.
jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.
created at Dec. 29, 2011, 5:01 p.m.