- Java 99.4%
- Go Template 0.3%
- JavaScript 0.2%
- HTML 0.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .forgejo/workflows | ||
| gradle/wrapper | ||
| src/zutil | ||
| test/zutil | ||
| .gitignore | ||
| build.gradle | ||
| build_publish.gradle | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE.txt | ||
| README.md | ||
| settings.gradle | ||
Zutil
This project is a collection of utility classes and methods that I use in most of my projects. Some of the code is incomplete and might never be completed (If no one is requesting otherwise :D).
A word of warning: This project is mostly used as a sandbox to implement APIs and functions I think are interesting. So there are no guaranties that classes and methods will stay as they are, I'm often refactoring the code and moving things around.
Documentation
Unfortunately, there is no dedicated documentation available. The only documentation is the JavaDoc in the source code and the JUnit test cases as usage examples.
Running the tests
Execute all JUnit test-cases by running:
./gradlew build
Authors
- Ziver Koc
AI Usage
This repo is not a "vibe coded" repo but AI might be used as a assisted tool to troubleshoot or to rephrase documentation.
License
This project is licensed under the MIT License - see the LICENSE.txt file for details