https://github.com/phpenv/phpenv
brew install \
autoconf \
bzip2 \
https://github.com/phpenv/phpenv
brew install \
autoconf \
bzip2 \
#!/bin/sh -x | |
set -e | |
SIZES=" | |
16,16x16 | |
32,16x16@2x | |
32,32x32 | |
64,32x32@2x | |
128,128x128 |
Thank you! Comments are welcome. :)
Gem::Version.new('0.3.2') < Gem::Version.new('0.10.1') | |
=> true | |
Gem::Version.new('0.3.0') == Gem::Version.new('0.3') | |
=> true |
# | |
# to execute a command in the container: | |
# docker exec -it XXX_web_1 su www-data -c "php app/console" | |
# | |
web: | |
# container_name: sf | |
image: php:apache | |
ports: | |
- 8888:80 |
#!/bin/bash | |
# | |
# usage: git filter-branch --force --prune-empty --index-filter "$(cat git_file_filter.sh)" --tag-name-filter cat -- --all | |
# | |
shopt -s globstar | |
whitelist=( | |
# files and globs go here | |
) |
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
##mailinglists
##list of speakers
package main | |
import ( | |
"bufio" | |
"fmt" | |
"os" | |
"time" | |
) | |
const numWorkers = 3 |