Skip to content
View jfsanchez91's full-sized avatar
Block or Report

Block or report jfsanchez91

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. calculator-backend calculator-backend Public

    A simple gRPC server -> #Micronaut + #Reactor + #gRPC + #Kotlin

    Kotlin 2

  2. plaintext-logging-handler plaintext-logging-handler Public

    Netty plain text logging handler

    Kotlin 2

  3. Kotlin coroutines ext Flow operators Kotlin coroutines ext Flow operators
    1
    package util.ext
    2
    
                  
    3
    import kotlinx.coroutines.flow.Flow
    4
    import kotlinx.coroutines.flow.count
    5
    import kotlinx.coroutines.flow.first
  4. jwtd jwtd
    1
    # JWT decoder
    2
    # How to use:
    3
    #   token='eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c'
    4
    #   1 - echo $token | jwtd
    5
    #   2 - jwtd $token
  5. vpn-checker vpn-checker Public archive

    A python script to check the Linux routes configured as 'default'.

    Python 2

  6. props2yaml props2yaml Public

    Convert `.properties` files into `.yaml`

    Python 1