Skip to content

Instantly share code, notes, and snippets.

View Code-Hex's full-sized avatar

Kei Kamikawa Code-Hex

View GitHub Profile
@Code-Hex
Code-Hex / Makefile
Last active June 27, 2017 00:34 — forked from saboyutaka/Makefile
.DEFAULT_GOAL := help
config: ## copy configs from repository to conf
@sudo cp ~/$HOME/webapp/conf/nginx/nginx.conf /etc/nginx/
@sudo cp ~/$HOME/webapp/conf/nginx/isucon.conf /etc/nginx/conf.d/
@sudo cp ~/$HOME/webapp/conf/mysql/my.cnf /etc/mysql/
@make -s nginx-restart
@make -s mysql-restart
@make -s go-restart
@Code-Hex
Code-Hex / UnivFeliCa.md
Created December 5, 2016 07:30 — forked from oboenikui/UnivFeliCa.md
大学生協FeliCaの仕様

WHAT IS THIS

大学生協のFeliCa,及び諸大学の学生証一体型FeliCaの仕様
レスポンスについては,特に表記のない限り東北大学のもの (学生証一体型ではない)
断りのない限りコードはビッグエンディアンで通信する (下記のドキュメントに合わせた)
記号と区別するため,アルファベットの大文字表記は記号,小文字表記は16進表記とする

FeliCa自体の仕様については,Sony公式のドキュメントを参考に

System Code