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:
CREATE OR REPLACE TABLE `hoge.mart.xxx`( | |
id STRING OPTIONS(description="これはidです") | |
) | |
OPTIONS( | |
description="これはサンプル用のテーブルです" | |
) | |
; | |
INSERT `hoge.mart.xxx` | |
WITH |
format: | |
subject: '### %{subject}' | |
line: '* [%{title}](%{url}) %{status}' | |
dictionary: | |
status: | |
merged: '**merged!**' | |
closed: '**closed!**' |
I hereby claim:
To claim this, I am signing this object:
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' |
Using CloudWatch Logs with Container Instances - Amazon EC2 Container Service を読んだ際のメモである。
Amazon ECS-optimized AMI前提の手順である。
以下のPolicyをecsInstanceRoleにアタッチする。
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 |
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 |
[user] | |
name = yukiyan | |
email = [email protected] | |
signingkey = XXXXXX |