Skip to content
View Karewan's full-sized avatar
  • Nancy, France
Block or Report

Block or report Karewan

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

  1. KnHttp KnHttp Public

    Forked from amitshekhariitbhu/Fast-Android-Networking

    🚀 Fast Android HTTP Client which supports HTTP/2, TLS 1.3 and Brotli 🚀

    Java 3 1

  2. KnBle KnBle Public

    A simple BLE Android client

    Java 4 1

  3. Android: TLS 1.3 with OkHttp and Con... Android: TLS 1.3 with OkHttp and Conscrypt on all Android versions (Tested on 4.1+)
    1
    // Android 4.1+
    2
    dependencies {
    3
    	implementation 'com.squareup.okhttp3:okhttp:3.12.13'
    4
    	implementation 'org.conscrypt:conscrypt-android:2.5.2'
    5
    }
  4. KnRoute KnRoute Public

    Simple and fast PHP 8.1+ router with routes attributes and caching

    PHP 3

  5. PHP version_compare ported to Java a... PHP version_compare ported to Java and Android
    1
    import androidx.annotation.NonNull;
    2
    import java.util.Arrays;
    3
    import java.util.HashMap;
    4
    import java.util.LinkedList;
    5
    import java.util.List;
  6. KnHttpJs KnHttpJs Public

    Javascript HTTP client for the browser.

    JavaScript 2