Assume we have the following project structures
Project name. This could be anything. for example sample
| # Expressions | |
| -a # file exists | |
| -f # file exists and is a regular file | |
| -h # file exists and is a symbolic link | |
| -r # file exists and is readable | |
| -w # ... and is writable | |
| -x # ... and is executable | |
| -S # ... and is a socket | |
| # Special Vars |
| ((?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%]).{7,20}) | |
| ( # Start of group | |
| (?=.*\d) # must contains one digit from 0-9 | |
| (?=.*[a-z]) # must contains one lowercase characters | |
| (?=.*[A-Z]) # must contains one uppercase characters | |
| (?=.*[@#$%]) # must contains one special symbols in the list "@#$%" | |
| . # match anything with previous condition checking | |
| {7,20} # length at least 7 characters and maximum of 20 |
| <?php | |
| namespace Money; | |
| class Bitcoin { | |
| #const BITCOIN_NODE = '173.224.125.222'; // w001.mo.us temporary | |
| const BITCOIN_NODE = '50.97.137.37'; | |
| static private $pending = array(); | |
| public static function update() { |
| /* http://snipplr.com/view/63328/ | |
| * | |
| * First create a file filters.svg with the following contents | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" | |
| "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
| <svg version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg"> | |
| <filter id="grayscale"> | |
| <feColorMatrix type="matrix" values="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"/> | |
| </filter> |
NERDTree is a vim plugin that allows you to explore your filesystem/directories in the form of a tree.
NERDTree suggests that we should install it by using https://github.com/tpope/vim-pathogen. So, Let's install pathogen first.
mkdir -p ~/.vim/autoload ~/.vim/bundle; \# Install EPEL
rpm -ivh http://mirror.us.leaseweb.net/epel/6/i386/epel-release-6-5.noarch.rpm
# Instll dependencies
yum install Django pycairo bitmap bitmap-fonts python-pip gcc python-devel mod_wsgi perl django-tagging
pip-python install carbon
pip-python install carbon
pip-python install whisper