LZ4 compression for Java, based on Yann Collet's work available at http://code.google.com/p/lz4/. This library provides access to two compression methods that both ...
Many developers share their LeetCode solutions on GitHub. Look for repositories that are well-organized by topic or problem number, have clear explanations, and show good code quality. Some popular ...
XMLUnit is a library that supports testing XML output in several ways. XMLUnit 2.x is a complete rewrite of XMLUnit and actually doesn't share any code with XMLUnit for Java 1.x. Some goals for ...