Pinned Loading
-
RotatingSecrets
RotatingSecrets PublicSample code for rotating secrets in a Java application that uses a Kubernetes Secrets replacement
Java
-
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
-
ACHCharset
ACHCharset PublicJava Charset that encodes only ACH-safe characters, which are a subset of US-ASCII
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
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


