Skip to content

Instantly share code, notes, and snippets.

@kiyota-yoji
kiyota-yoji / .gitignore
Last active December 23, 2017 01:12
YOLO 9000 server side demo
*.mp4
@kiyota-yoji
kiyota-yoji / Makefile
Last active August 29, 2015 14:17
QRコード付きカードの印刷
target = card_printout.html card_printout.pdf
qrcode_dir = ./qrcode
default: $(target)
card_printout.html: card_data.txt
python make_html.py --qrcode-dir $(qrcode_dir) $^ $@
card_printout.pdf: card_printout.html
wkhtmltopdf -s A6 $^ $@
@kiyota-yoji
kiyota-yoji / file0.txt
Last active August 29, 2015 14:16
Pythonで画像ファイルからQRコードを読み込む (MacOS) ref: http://qiita.com/kiyota-yoji/items/7fe134a64177ed708fdd
$ brew install zbar
@kiyota-yoji
kiyota-yoji / file0.txt
Last active August 29, 2015 14:15
pepperでクラウド音声認識サービスを使う (ROS Indigo, rospeex) ref: http://qiita.com/kiyota-yoji/items/9ae379b00bfdc8637217
$ export | grep ROS