該当する各社の対応欄に企業名を書いてください。備考があれば適宜カッコ書きしてください。
- 定時前に帰宅させてくれるホワイトな会社を気軽に作りたい
- 定時前に帰宅させてくれるホワイトな会社がホワイトアピールできる場があれば良いな
git log --since="3 months ago" --pretty=tformat:"%an" --numstat | KGEMBADOC-1320 ✭ 22:34:52 | |
awk ' | |
NF==1 {author=$1} | |
NF==3 {additions[author]+=$1; deletions[author]+=$2} | |
END { | |
for (a in additions) | |
printf "%s,%d,%d\n", a, additions[a], deletions[a] | |
}' | sort -t',' -k2,2nr | awk -F',' ' | |
BEGIN { printf "%-25s %10s %10s\n", "Author", "Additions", "Deletions" } | |
{ printf "%-25s %10d %10d\n", $1, $2, $3 }' |
# This script gets sidekiq arguments from an error event of Bugsnag and lists arguments that are unique. | |
# It takes a long time to execute due to the Rate Limit of Bugsnag API. | |
# | |
# USAGE | |
# $ ruby path/to/bugsnag_sidekiq_args.rb #{event_id} | |
# example | |
# $ ruby path/to/bugsnag_sidekiq_args.rb 3efgqevb4dkr9012345n6789 | |
# > {"shop_id"=>"84f82b21-49a0-49cf-b2cf-faf93ca004a0", "_aj_symbol_keys"=>["shop_id"]} | |
# > {"shop_id"=>"2602f165-133a-4e45-84ac-bde7ac058026", "_aj_symbol_keys"=>["shop_id"]} | |
# > {"shop_id"=>"e9b50352-9940-43a6-b81e-5a9c8c24a636", "_aj_symbol_keys"=>["shop_id"]} |
erlenvはinstall
コマンドがないので、普通にhomebrewでインストールする
$ brew install erlang
たのしい Ruby | |
Rubyは たのしい | |
Ruby is fun. |