This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Dockerfile for shadowsocks-libev | |
# | |
FROM alpine | |
MAINTAINER kev <[email protected]> | |
ARG OB_VER=0.0.3 | |
ARG SS_VER=3.0.6 | |
ARG SS_URL=https://github.com/shadowsocks/shadowsocks-libev/releases/download/v$SS_VER/shadowsocks-libev-$SS_VER.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Convert thrift generated files to psr4 standard | |
* User: moyo | |
* Date: 13/06/2017 | |
* Time: 3:25 PM | |
*/ | |
$argc < 3 && exit('Usage: ./thrift2psr4.php srcFolder dstFolder'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root = true | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
[*.php] | |
charset = utf-8 | |
indent_style = space | |
indent_size = 4 |
OlderNewer