warning: horrible old tudbut code ahead
Go to file
TudbuT aec5c07984
All checks were successful
/ Build & Publish (push) Successful in 48s
add TCN#setIfAbsent
2024-06-25 07:10:03 +02:00
.forgejo/workflows fix versioning 2024-06-25 05:56:19 +02:00
.idea Initial commit 2024-06-02 16:53:28 +02:00
gradle/wrapper Initial commit 2024-06-02 16:53:28 +02:00
src add TCN#setIfAbsent 2024-06-25 07:10:03 +02:00
.gitignore add maven stuff 2024-06-25 03:56:25 +02:00
.gitlab-ci.yml Initial commit 2024-06-02 16:53:28 +02:00
build.gradle reduce deps 2024-06-25 05:17:25 +02:00
gradlew Initial commit 2024-06-02 16:53:28 +02:00
gradlew.bat Initial commit 2024-06-02 16:53:28 +02:00
LICENSE Initial commit 2024-06-02 16:53:28 +02:00
README.md Initial commit 2024-06-02 16:53:28 +02:00
settings.gradle Initial commit 2024-06-02 16:53:28 +02:00
tuddylib Initial commit 2024-06-02 16:53:28 +02:00

Codacy Badge

tuddylib

TuddyLIB's package hell has been unified.

To convert your own code, run bash -c "find src -type f -print0 | while IFS= read -d \$'\0' s ; do (cat \"\$s\" | sed -E 's/([^.])tudbut\./\1de.tudbut./g' > \"\$s.tmp\") && mv \"\$s.tmp\" \"\$s\" && echo processed \"\$s\" ; done"