This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
message-id:4376ceef-6b3a-4720-8bcf-342dd610d073 | |
session-tracker:4376ceef-6b3a-4720-8bcf-342dd610d073 | |
channel:any | |
request-timestamp:2017-02-14 19:30:59:000 | |
ip:127.0.0.1 | |
user-agent:{"device": "", "os": "", "browser": ""} | |
device-id:8171E1F0-3CCB-4FB0-9EFA-D18ACA1CB80D | |
platform-type:web | |
app-version:any |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Word | |
def initialize(word, meaning) | |
@word = word | |
@meaning = meaning | |
end | |
def word | |
@word | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible | |
filetype off | |
filetype plugin indent on | |
syntax enable | |
call plug#begin('~/.config/nvim/plugged') | |
" Visuals " | |
Plug 'morhetz/gruvbox' | |
Plug 'chrisbra/Colorizer' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRfT6qiWtFyl4Tvp9KnTRxdnfUkwBxPcO5HKFOIS2J/8etkM2r++mbJU6WZDtyO/I0NhrCzVcY7SI/9UZUFNz1dT4qu3H7PcR8pX3smP5IdxXGOnaHsrwHdsJjeH2uAMDCL8vwMvsOzt6/9pSDKyeOoxaN6JT5Unj612BQe37taVhGzLgQHcT9UGte0fCdcrHWg5oJKSOBKKpHnNEfXe/tMLpoHXMT63hb/wYGtXRZYWRuPI0oXQUSSUlb2t1QMGgaxH6tzcaQOOUlk23b46XetcCqpHfLG6RO62mdeil+fEvNwzDlh0Wu3WTfwgRrM+aP7Ls+6ejOcE8u2pi8DCuJ9UdnTMoNaKTKdXODjZ2AKUqzkG37Hg1j81cF/f2C2JPmi1l8JJYlnpOr/O3qQtwXUCWeFJyvlogrp9FSpF/XkqVh3DjjKQ7ouojbSnw3jvuPeGsukB9iP8Dxl5k3DV9L71EEbx0nUMFFKJ8wCLpJ7wl1zjZjMH6uLLPwE/LjvX0= [email protected] |
OlderNewer