Skip to content
View RankoR's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report RankoR

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. Toritark/rplidar-sdk-jni Toritark/rplidar-sdk-jni Public

    JNI wrapper for RPLidar SDK

    C++ 1

  2. android-smart-rate android-smart-rate Public

    Smart rate library for Android made with Koltin, RxJava 2, Dagger 2 and Moxy MVP

    Kotlin 20 4

  3. .screenrc .screenrc
    1
    altscreen on
    2
    term screen-256color
    3
    
                  
    4
    hardstatus off
    5
    hardstatus alwayslastline
  4. .vimrc .vimrc
    1
    set encoding=utf-8
    2
    set mouse=
    3
    
                  
    4
    set tabstop=4
    5
    set shiftwidth=4
  5. Fast 2D DCT implementation for 32*32... Fast 2D DCT implementation for 32*32 array, but can be adapted for any fixed dimension. Inspired by the CocoaImageHashing impl for iOS.
    1
    package pro.labster.dct
    2
    
                  
    3
    import kotlin.math.cos
    4
    import kotlin.math.sqrt
    5