Thank you! Comments are welcome. :)
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
| #!/bin/sh -x | |
| set -e | |
| SIZES=" | |
| 16,16x16 | |
| 32,16x16@2x | |
| 32,32x32 | |
| 64,32x32@2x | |
| 128,128x128 |
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
| 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 |
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
| # | |
| # 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 |
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
| #!/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
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
| package main | |
| import ( | |
| "bufio" | |
| "fmt" | |
| "os" | |
| "time" | |
| ) | |
| const numWorkers = 3 |
List moved
Please use https://github.com/bf4/learning to fork and pull changes.
NewerOlder