Skip to content
View dobrowins's full-sized avatar
Block or Report

Block or report dobrowins

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

    Proper benchmarking for famous ORM's for Android

    Kotlin 1 1

  2. .ideavimrc .ideavimrc
    1
    "" Source your .vimrc
    2
    "source ~/.vimrc
    3
    
    
    4
    "" -- Suggested options --
    5
    " Show a few lines of context around the cursor. Note that this makes the
  3. .tmux.conf .tmux.conf
    1
    set -s set-clipboard on
    2
    set -g mouse on
    3
    set -g status-right '%d-%m-%Y %H:%M '
    4
    set-option -g allow-rename off
    5
    set-option -g focus-events on
  4. init.lua init.lua
    1
    vim.g.mapleader = ' '
    2
    vim.g.maplocalleader = ' '
    3
    -- Sync clipboard between OS and Neovim.
    4
    --  Remove this option if you want your OS clipboard to remain independent.
    5
    --  See `:help 'clipboard'`
  5. mlkit-hello-world mlkit-hello-world Public

    MLKit + Camera + Flow

    Kotlin