Skip to content
View HylkeB's full-sized avatar
  • Achmea
  • The Netherlands
  • 14:50 (UTC +02:00)
Block or Report

Block or report HylkeB

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. SusStateMachine SusStateMachine Public

    Tiny state machine library for suspending states

    Kotlin 1

  2. RetroCache RetroCache Public

    Extension library on retrofit to configure cacheable requests.

    Kotlin 1

  3. Sample code of how to enable certifi... Sample code of how to enable certificate revocation checking using a CertPathValidator. Required to make Certificate Transparency a suitable replacement for Certificate Pinning
    1
    package com.example
    2
    
                  
    3
    import android.net.http.X509TrustManagerExtensions
    4
    import android.os.Build
    5
    import androidx.annotation.RequiresApi
  4. retrofit retrofit Public

    Forked from square/retrofit

    A type-safe HTTP client for Android and the JVM

    Java

  5. kosi-libs/MocKMP kosi-libs/MocKMP Public

    A mocking processor for Kotlin Multiplatform

    Kotlin 181 12

  6. CSGO configs for rgb and toggle cros... CSGO configs for rgb and toggle crosshair
    1
    // The following lines are used to toggle between a big and small crosshair:
    2
    
                  
    3
    alias toggle_crosshair crosshair_big
    4
    alias "crosshair_normal" "cl_crosshairgap -2;cl_crosshairsize 2;cl_crosshairthickness 0.5;cl_crosshairalpha 250; alias toggle_crosshair "crosshair_big""
    5
    alias "crosshair_big" "cl_crosshairgap 0;cl_crosshairsize 500;cl_crosshairthickness 100;cl_crosshairalpha 250; alias toggle_crosshair "crosshair_normal""