Skip to content

Instantly share code, notes, and snippets.

View Amakata's full-sized avatar

Yoshihisa Amakata Amakata

View GitHub Profile
@Amakata
Amakata / font.md
Last active August 15, 2016 03:29
@Amakata
Amakata / Chocolatey.md
Last active August 15, 2016 07:21
Chocolatey

インストール

https://chocolatey.org/

cmd.exe を管理者モードで起動して

@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin

を実行

@Amakata
Amakata / gist:1dbfc71a00609d84615f
Created August 14, 2014 13:45
Raspberry Piで動画を記録
for (( i=0 ;i<40; i++ ))
do
raspivid -t 0 -n -o test.h264
done
@Amakata
Amakata / gist:4359666
Last active December 10, 2015 01:28
Macでいろいろ開発環境を整えるノウハウ(先陣の方々に感謝!)
・mkdir /usr/local/sbin
・.bash_profileに
PATH=/usr/local/sbin/:$PATH
を設定しておく
・Cocoa Emacsを使う
$ brew uninstall autoconf