Pinned Repositories
elf4j
A no-fluff Java logging facade
elf4j-engine
A stand-alone asynchronous Java log engine, implementing the ELF4J (Easy Logging Facade for Java) API
elf4j-jul
An adapter to use java.util.logging as service provider and runtime logging engine for the ELF4J (Easy Logging Facade for Java) API
chunk4j
A Java API to chop up larger data blobs into smaller "chunks" of a pre-defined size, and stitch the chunks back together to restore the original data when needed.
coco4j
Concurrent commons for Java
conottle
A Java concurrent API to throttle the maximum concurrency to process tasks for any given client while the total number of clients being serviced in parallel can also be throttled
conseq4j
A Java concurrent API to asynchronously execute related tasks sequentially, and unrelated tasks concurrently.
q3769
Config files for my GitHub profile.
semver-maven-plugin
A Maven Plugin to update local POM version in compliance with Semantic Versioning 2.0.0
tinylog
tinylog is a lightweight logging framework for Java, Kotlin, Scala, and Android
q3769's Repositories
q3769/semver-maven-plugin
A Maven Plugin to update local POM version in compliance with Semantic Versioning 2.0.0
q3769/conseq4j
A Java concurrent API to asynchronously execute related tasks sequentially, and unrelated tasks concurrently.
q3769/chunk4j
A Java API to chop up larger data blobs into smaller "chunks" of a pre-defined size, and stitch the chunks back together to restore the original data when needed.
q3769/conottle
A Java concurrent API to throttle the maximum concurrency to process tasks for any given client while the total number of clients being serviced in parallel can also be throttled
q3769/q3769
Config files for my GitHub profile.
q3769/coco4j
Concurrent commons for Java