- BiSH - ファーストキッチンライフ [ NEVERMiND TOUR FiNAL ]
- BiSH - ウォント [ NEVERMiND TOUR FiNAL ]
- BiSH - 本当本気 [ Less Than SEX TOUR FiNAL ]
- BiSH / GiANT KiLLERS[NEVERMiND TOUR RELOADED THE FiNAL “REVOLUTiONS” @ 幕張メッセイベントホール]
- BiSH / Nothing.[OFFICIAL VIDEO]
- プラニメ「UNIT」PV
- お 洒 落 に な っ ち ゃ う 冬 の 乱
- SUPER BUTTER DOG - FUNKY ウーロン茶
- SUPER BUTTER DOG - コミュニケーション・ブレイクダンス
- SUPER BUTTER DOG - サヨナラCOLOR
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
require "csv" | |
azuread_csv = Array.new | |
CSV.foreach("GoogleUserList.csv") do |r| | |
# google csv format | |
# First Name [Required],Last Name [Required],Email Address [Required],Password [Required],Password Hash Function [UPLOAD ONLY],Org Unit Path [Required],New Primary Email [UPLOAD ONLY],Status [READ ONLY],Last Sign In [READ ONLY],Recovery Email,Home Secondary Email,Work Secondary Email,Recovery Phone [MUST BE IN THE E.164 FORMAT],Work Phone,Home Phone,Mobile Phone,Work Address,Home Address,Employee ID,Employee Type,Employee Title,Manager Email,Department,Cost Center,2sv Enrolled [READ ONLY],2sv Enforced [READ ONLY],Building ID,Floor Name,Floor Section,Email Usage [READ ONLY],Drive Usage [READ ONLY],Photos Usage [READ ONLY],Storage limit [READ ONLY],Storage Used [READ ONLY],Change Password at Next Sign-In,New Status [UPLOAD ONLY],Advanced Protection Program enrollment | |
# skip header | |
if r[0].include?('First Name [Required]') | |
next |
2017/09/03
- BiSH LESS THAN SEX TOUR FiNAL "帝王切開" 日比谷野外音楽堂(DVD)
- もちろん「オーケストラ」で泣く
- ありがとうおでん「BiSH・おでんの歌」篇 - YouTube
- サウナとトリシティでととのった - YouTube
- 0.8秒と衝撃。「ビートニクキラーズ」 PV - YouTube
- 欅坂46 『世界には愛しかない』 - YouTube
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
#!/bin/bash | |
table_list=`AWS_PROFILE=hoge aws dynamodb list-tables | jq -r '.TableNames[]'` | |
for table in $table_list | |
do | |
table_size=`AWS_PROFILE=hoge aws dynamodb describe-table --table-name $table| jq -r '.[].TableSizeBytes'` | |
if expr $table_size \< 1024 > /dev/null | |
then | |
table_size="${table_size} Bytes" |
2017/01/22現在
- 札幌カフェ
- 札幌駅から近い。北大行く手前というか、旧ツクモ(現在ドスパラ)の先というか
- http://sapporocafe.co.jp/
- ミライストカフェ
- ノルベサ1F
- http://miraist.com/
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
AWS_PROFILE=hoge aws ec2 describe-instances | jq -r '["InstanceName","PrivateIpAddress","PublicIpAddress","InstanceId","InstanceType","AvailabilityZone","State.Name","Platform"],(.Reservations[].Instances[] | [(.Tags[] | select(.Key=="Name").Value) // "", .PrivateIpAddress, .PublicIpAddress, .InstanceId, .InstanceType, .Placement.AvailabilityZone, .State.Name, .Platform])|@csv' |
札幌でおすすめの場所 おすすめと言いつつ、自分が行きたいところも混じっている
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
Reviewed the log file. There is following output. | |
<pre> | |
module.js:328 | |
throw err; | |
Error: Cannot find module '/usr/lib/node_modules/apiconnect/node_modules/apiconnect-cli-pm/node_modules/strong-pm/node_modules/minkelite/node_modules/sqlite3/lib/binding/node-v46-linux-x64/node_sqlite3.node' | |
at Function.Module._resolveFilename (module.js:326:15) | |
at Function.Module._load (module.js:277:25) | |
at Module.require (module.js:354:17) | |
at require (internal/module.js:12:17) | |
at Object.<anonymous> (/usr/lib/node_modules/apiconnect/node_modules/apiconnect-cli-pm/node_modules/strong-pm/node_modules/minkelite/node_modules/sqlite3/lib/sqlite3.js:4:15) |
NewerOlder