[Swift]StringExtension func explode(separator: Character) -> [String] { let subSequneceArray = self.characters.split { (element: C… Ryosei Shinokiハック2016.02.19 284
freeでswapの使用状況を見る メガバイト単位で表示 $free -m total used free shared buffers cached Mem: 1020188 909092 111096 304 21460 174584 -/+ buff… Okuyaハック2016.02.19 558
awscliのquery結果をソートする awscliの結果をソートします。 aws ec2 –profile $PROFILE describe-images –filters “Name=tag-value,Values=${INSTANCE_NAME}… alkoshikawaハック2016.02.18 3,833
Windowsバッチファイルを管理者権限で起動する 実際のコアとなる処理を同じ階層のhoge.batに記述してpowershellで呼ぶようにします。 powershell -Command Start-Process “””%~dp0%hoge.bat””” -Verb… @iwasakiハック2016.02.18 1,393
iCheckを利用時のチェックの有る無しで表示を切り替える iCheckはチェックボックスとラジオボタンの表示をきれいに見せてくれるjQueryプラグインです。 iCheck iCheckを利用時はチェックのオンオフ分岐が以下のように変わります。 $(‘input’).on(‘i… haradaハック2016.02.18 3,857
WixSilentExecとWixQuietExecの違い Wixでアクションを実施する際に新しウィンドウを開かないようにするには WixSilentExec WixQuietExec の方法があります。この2つの違いですが、 The only difference in beh… @iwasakiハック2016.02.18 408
yum updateで依存関係に出てくるパッケージ一覧の抽出 例)glibcの場合 LANG=C && yum –assumeno update glibc | egrep “^ ” | egrep -v “^ Package” | egrep -v “yum l… 高瀬 裕介ハック2016.02.18 764
VirtualBox上のCentOSでyumが出来ないとき yum installを実行したとき Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile Could no… yamageniiハック2016.02.18 3,594