Skip to content
View DanielHons's full-sized avatar

Block or report DanielHons

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. go-jwt-exchange go-jwt-exchange Public

    Lightweight companion for web services exchanging one token by another.

    Go

  2. One-liner to compare time ranges for... One-liner to compare time ranges for overlapping
    1
    package io.myplant.maintenanceevents.server.validation;
    2
    
                  
    3
    import lombok.AllArgsConstructor;
    4
    import lombok.Data;
    5
    import org.junit.Test;
  3. Exponential backoff with postgreSQL Exponential backoff with postgreSQL
    1
    /*
    2
      Given a table containing at least a column for the number of errors (with no success in between) and 
    3
      frequently calling the following select will provide the candidates for a retry using an exponential backoff.
    4
    */
    5