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

Block or report dehidehidehi

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. opensea-python-wrapper opensea-python-wrapper Public

    A convenient Python wrapper for the OpenSea API.

    Python 12 4

  2. impermax_to_csv impermax_to_csv Public

    Effortlessly keep track of hundreds of ever-changing APY rates on Impermax.finance!

    Python 8

  3. -etc-hosts-blacklist-generator -etc-hosts-blacklist-generator Public

    Shell

  4. Java - JWT Validator (RSA) Implement... Java - JWT Validator (RSA) Implementation
    1
    import io.jsonwebtoken.MalformedJwtException;
    2
    import java.time.Instant;
    3
    
    
    4
    @AllArgsConstructor
    5
    @Getter(AccessLevel.PROTECTED)
  5. Boilerplate code to generate a gener... Boilerplate code to generate a general usage Retrofit2 http model client
    1
    import lombok.Getter;
    2
    import lombok.Setter;
    3
    import lombok.extern.slf4j.Slf4j;
    4
    import okhttp3.OkHttpClient;
    5
    import retrofit2.Retrofit;