Skip to content
View bhanafee's full-sized avatar

Block or report bhanafee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. RetryHTTP RetryHTTP Public

    Library to add HTTP-specific intelligence to retry decisions. Intended for use with resilience4j.

    Java

  2. Compute Luhn checksum for credit car... Compute Luhn checksum for credit card or check digit for ABA Routing Transit Number RTN
    1
    trait Checksum {
    2
      val seed: Seq[Int]
    3
      def op(c: Int, x: Int): Int
    4
    
                  
    5
      def coefficients: Stream[Int] = Stream.continually(seed).flatten
  3. Sensitive Sensitive Public

    Wrap sensitive objects to prevent inadvertently rendering to logs

    Java

  4. ACHCharset ACHCharset Public

    Java Charset that encodes only ACH-safe characters, which are a subset of US-ASCII

    Java