I hereby claim:
- I am rail44 on github.
- I am rail44 (https://keybase.io/rail44) on keybase.
- I have a public key whose fingerprint is 3932 00BC 8EAD 6E21 ED25 B2B8 AECF 193E 5986 CD4B
To claim this, I am signing this object:
| suko: | |
| yukiyo: 藤井ゆきよさん | |
| nekosan: 金子有希さん | |
| minoringo: 鈴木みのりさん | |
| aiko: 高森藍子さん | |
| hajime: 藤原肇さん | |
| yahho: 所恵美さん | |
| konruru: 鈴原るるさん | |
| mohaya_norowareteiru: | |
| sawada: 澤田なつさん |
I hereby claim:
To claim this, I am signing this object:
| call plug#begin('~/.vim/plugged') | |
| Plug 'itchyny/lightline.vim' | |
| Plug 'leafgarland/typescript-vim' | |
| Plug 'editorconfig/editorconfig-vim' | |
| Plug 'autozimu/LanguageClient-neovim', { | |
| \ 'branch': 'next', | |
| \ 'do': 'bash install.sh', | |
| \ } | |
| Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } | |
| call plug#end() |
| #!/usr/bin/python | |
| # coding: utf-8 | |
| class LtsvConverter: | |
| """The class to create parsed view of table that has single column with LTSV. | |
| This excepts that all lines have same order of fields. | |
| client: client of BigQuery-Python | |
| """ | |
| def __init__(self, client, dataset='', table='', field='f0'): |
| #!/usr/bin/env python3 | |
| import os | |
| import json | |
| from io import BytesIO | |
| import tarfile | |
| from tarfile import TarInfo | |
| import docker | |
| import sys | |
| reg_dir = os.environ.get('DOCKER_REGISTRY_DIR', '/tmp/registry') |