The Wayback Machine - https://web.archive.org/web/20250405050240/https://github.com/RankoR
Skip to content
View RankoR's full-sized avatar
�?
Working from home
�?
Working from home

Block or report RankoR

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. .screenrc .screenrc
    1
    altscreen on
    2
    term screen-256color
    3
    
                  
    4
    hardstatus off
    5
    hardstatus alwayslastline
  2. .vimrc .vimrc
    1
    syntax enable
    2
    
                  
    3
    set number
    4
    
                  
    5
    set tabstop=4
  3. List of countries with ISO codes, na... List of countries with ISO codes, names in English and primary official language and flags in unicode
    1
    [
    2
      {
    3
        "code": "AF",
    4
        "name_en": "Afghanistan",
    5
        "name": "افغانستان",
  4. Languages in ISO 639-1 Alpha-2 with ... Languages in ISO 639-1 Alpha-2 with names in English and the languages itself and Unicode flags
    1
    [
    2
      {
    3
        "code": "aa",
    4
        "name_en": "Afar",
    5
        "name": "Afaraf",
  5. Toritark/rplidar-sdk-jni Toritark/rplidar-sdk-jni Public

    JNI wrapper for RPLidar SDK

    C++ 1

  6. 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