Skip to content

Instantly share code, notes, and snippets.

View yukiyan's full-sized avatar
🏠
Working from home

Yuki Wakayama yukiyan

🏠
Working from home
View GitHub Profile
@yukiyan
yukiyan / sample.sql
Created December 18, 2019 11:15
BigQueryのcolumn descriptionをメンテするやつ
CREATE OR REPLACE TABLE `hoge.mart.xxx`(
id STRING OPTIONS(description="これはidです")
)
OPTIONS(
description="これはサンプル用のテーブルです"
)
;
INSERT `hoge.mart.xxx`
WITH
@yukiyan
yukiyan / settings.yml
Last active August 30, 2019 12:16
github-nippou settings
format:
subject: '### %{subject}'
line: '* [%{title}](%{url}) %{status}'
dictionary:
status:
merged: '**merged!**'
closed: '**closed!**'

Keybase proof

I hereby claim:

  • I am yukiyan on github.
  • I am yukiyan_w (https://keybase.io/yukiyan_w) on keybase.
  • I have a public key whose fingerprint is 61D1 1C60 801D 8C13 8C8E 0E1A 4958 D9C0 5FE2 90E3

To claim this, I am signing this object:

@yukiyan
yukiyan / db_load.dig
Last active February 3, 2017 05:33
task-limit-exceeded
for_each>:
year: ["2015", "2016"]
month: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]
_do:
+monthly_repeat:
_export:
year_month: "${year}-${month}"
start_of_month: "${moment(year_month).startOf('month').format('YYYY-MM-DD')}"
end_of_month: "${moment(start_of_month).endOf('month').format('DD')}"
tap 'caskroom/cask'
tap 'homebrew/bundle'
tap 'homebrew/completions'
tap 'homebrew/core'
brew 'direnv'
brew 'git'
brew 'ghq'
brew 'go'
brew 'heroku'
brew 'hub'
@yukiyan
yukiyan / deploy-tool.md
Last active September 22, 2016 10:05
「ECSのデプロイツールを試している話」のスライドで引用した資料のリンク
@yukiyan
yukiyan / コンテナインスタンスのログについて.md
Last active February 7, 2020 07:16
ECS/コンテナインスタンスのログについて
@yukiyan
yukiyan / Dockerfile
Created July 31, 2016 11:16
use typecast
FROM fluent/fluentd:v0.12.26-onbuild
USER root
RUN apk --update add build-base ruby-dev
USER fluent
RUN gem install \
fluent-plugin-bigquery \
fluent-plugin-typecast \
fluent-plugin-parser &&\
fluent-gem install bigdecimal
@yukiyan
yukiyan / karabiner.sh
Created July 14, 2016 12:34
share karabiner settings
cp ~/Library/Preferences/org.pqrs.Karabiner.plist ~/Dropbox/Apps/karabiner
cp ~/Library/Application\ Support/Karabiner/private.xml ~/Dropbox/Apps/karabiner
ln -sf ~/Dropbox/Apps/karabiner/org.pqrs.Karabiner.plist ~/Library/Preferences/org.pqrs.Karabiner.plist
ln -sf ~/Dropbox/Apps/karabiner/private.xml ~/Library/Application\ Support/Karabiner/private.xml
@yukiyan
yukiyan / .gitconfig.local
Last active December 4, 2019 16:43
My Mac OS X setup script
[user]
name = yukiyan
email = wakayama0215@gmail.com
signingkey = XXXXXX