Unity key related command
Get Sha1 (Reference)
keytool -list -v -keystore [KEY]Get Key Hash (Reference)
keytool -exportcert -alias lazylinkr -keystore [KEY] | openssl sha1 -binary | openssl base64
堆積各式雜物
Get Sha1 (Reference)
keytool -list -v -keystore [KEY]Get Key Hash (Reference)
keytool -exportcert -alias lazylinkr -keystore [KEY] | openssl sha1 -binary | openssl base64
Labels: unity
localrc repository
https://github.com/vim-scripts/localrc.vim
https://github.com/thinca/vim-localrc
.vimrc (with Vundle)
Bundle 'https://github.com/thinca/vim-localrc'.local.vimrc
call localrc#load('.local.vimrc', getcwd())
setlocal tabstop=4
setlocal shiftwidth=4
setlocal softtabstop=4
Labels: vim