I hereby claim:
- I am moolex on github.
- I am moyo (https://keybase.io/moyo) on keybase.
- I have a public key ASBps2JWwK3Oc5UXfxTfo9T2Eh6xRjjL3F1RPHsUIG9biwo
To claim this, I am signing this object:
root = true | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
[*.php] | |
charset = utf-8 | |
indent_style = space | |
indent_size = 4 |
<?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'); |
# | |
# 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 |
#!/bin/sh | |
# | |
# Originally part of vpnc source code: | |
# © 2005-2012 Maurice Massar, Jörg Mayer, Antonio Borneo et al. | |
# © 2009-2012 David Woodhouse <[email protected]> | |
# | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or | |
# (at your option) any later version. |
FROM php:7-alpine | |
MAINTAINER Shiyu Han <[email protected]> | |
# Ext versions | |
ENV YAML_VER=2.0.0 | |
ENV REDIS_VER=3.1.2 | |
ENV MSGPACK_VER=2.0.2 | |
ENV PHALCON_VER=3.1.2 |
#!/bin/sh | |
tail -n0 -f $@ | | |
grep --line-buffered "" | | |
while read line; | |
do | |
echo $line && curl -s -d "{"$(echo $line | cut -d"{" -f2-) "http://127.0.0.1:4151/pub?topic=local_fs_tails" > /dev/null | |
done; |
syntax = "proto3"; | |
message Span { | |
fixed64 traceID = 1; | |
string spanID = 2; | |
int64 time = 3; | |
map<string, string> properties = 4; |
#!/bin/sh | |
usage() { | |
cat <<-EOF | |
Usage: ss-rules [options] | |
Valid options are: | |
-s <server_host> hostname or ip of shadowsocks remote server | |
-l <local_port> port number of shadowsocks local server |
#!/bin/bash | |
# | |
# The MIT License (MIT) | |
# | |
# Copyright (c) 2014 Mathias Leppich <[email protected]> | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
I hereby claim:
To claim this, I am signing this object: