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. .screenrc
    1
    altscreen on
    2
    term screen-256color
    3
    
                  
    4
    hardstatus off
    5
    hardstatus alwayslastline
  2. .vimrc
    1
    syntax enable
    2
    
                  
    3
    set number
    4
    
                  
    5
    set tabstop=4
  3. List of countries with ISO codes, na...
    1
    [
    2
      {
    3
        "code": "AF",
    4
        "name_en": "Afghanistan",
    5
        "name": "افغانستان",
  4. Languages in ISO 639-1 Alpha-2 with ...
    1
    [
    2
      {
    3
        "code": "aa",
    4
        "name_en": "Afar",
    5
        "name": "Afaraf",
  5. Toritark/rplidar-sdk-jni Public

    JNI wrapper for RPLidar SDK

    C++ 1

  6. Fast 2D DCT implementation for 32*32...
    1
    package pro.labster.dct
    2
    
                  
    3
    import kotlin.math.cos
    4
    import kotlin.math.sqrt
    5