Pinned Loading
-
RetryHTTP
RetryHTTP PublicLibrary to add HTTP-specific intelligence to retry decisions. Intended for use with resilience4j.
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
-
-
ACHCharset
ACHCharset PublicJava Charset that encodes only ACH-safe characters, which are a subset of US-ASCII
Java
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.