Pinned Loading
-
RotatingSecrets
RotatingSecrets PublicSample code for rotating secrets in a Java application that uses a Kubernetes Secrets replacement
C#
-
Masking
Masking PublicLibrary to protect sensitive values from inadvertent exposure via toString
Java
-
RetryHTTP
RetryHTTP PublicLibrary to add HTTP-specific intelligence to retry decisions. Intended for use with resilience4j.
Java
-
ASCIISafeCharsets
ASCIISafeCharsets PublicA Java Charset SPI provider that encodes Unicode text into ASCII-safe subsets. Rather than simply rejecting non-ASCII input, the transliterating variants map common Unicode characters — accented le…
Java
-
Compute Luhn checksum for credit car...
Compute Luhn checksum for credit card or check digit for ABA Routing Transit Number RTN 1trait Checksum {
2val seed: Seq[Int]
3def op(c: Int, x: Int): Int
45def coefficients: Stream[Int] = Stream.continually(seed).flatten
-
AtLeastOnce
AtLeastOnce PublicSample application using Kafka and resilience4j to produce at least once delivery
Java
If the problem persists, check the GitHub status page or contact support.


