— by Abhisek Pattnaik <[email protected]>
git clone https://github.com/datasift/gitflow hubflow
cd hubflow| <?php | |
| interface Model { | |
| public function getConnection(); | |
| public function getDb(); | |
| public function getTableName(); | |
| public function getData(); | |
| public function getFileds(); | |
— by Abhisek Pattnaik <[email protected]>
git clone https://github.com/datasift/gitflow hubflow
cd hubflow| $ pip install -E ~/conf/virtualenvs/xyuml https://bitbucket.org/ericgazoni/openpyxl/get/1.5.8.zip |
| # yum list \*openssl\* | |
| yum install -y openssl098e | |
| yum install -y zlib | |
| ln -s /usr/lib64/libssl.so.0.9.8e /usr/lib64/libssl.so.0.9.8 | |
| ln -s /usr/lib64/libcrypto.so.0.9.8e /usr/lib64/libcrypto.so.0.9.8 | |
| ln -s /lib64/libbz2.so.1 /lib64/libbz2.so.1.0 | |
| wget https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-linux64.tar.bz2 | |
| tar -xf pypy-1.8-linux64.tar.bz2 | |
| cp -r pypy-1.8 /opt | |
| ln -s /opt/pypy-1.8/bin/pypy /usr/local/bin |
| $message = "Are you sure you want to do this [y/N]"; | |
| print $message; | |
| flush(); | |
| ob_flush(); | |
| $confirmation = trim( fgets( STDIN ) ); | |
| if ( $confirmation !== 'y' ) { | |
| // The user did not say 'y'. | |
| exit (0); | |
| } |