![]() |
|---|
| Andrea Giammarchi |
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
| /** | |
| * Responsive mixin. The media breakpoints are as defined | |
| * in the twitter bootstrap framework: | |
| * | |
| * - phone | |
| * - tablet-portrait | |
| * - tablet-landscape-desktop | |
| * - large-desktop | |
| * | |
| * Additional parameters for tagetting retina and non-retina |
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
| dd if=/dev/zero of=test_10MB bs=10485760 count=1 |
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
| git log --date-order --graph --tags --simplify-by-decoration --pretty=format:'%ai %h %d' |
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 list | cut -d" " -f1 | xargs gem uninstall -aIx |
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
| XDEBUG_CONFIG="idekey=PHPSTORM" script/name |
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 | |
| # php switch for homebrew | |
| # $ brew tap josegonzalez/php && brew install php53 --with-mysql && brew install php54 --with-mysql | |
| # Might as well ask for password up-front, right? | |
| sudo -v | |
| VERSION_FILE="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/php-switch.version" |
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
| defaults write ~/Library/Preferences/com.apple.iphonesimulator SimulatorWindowLastScale "0.30" |
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
| # http://stackoverflow.com/questions/7973927/for-homebrew-mysql-installs-wheres-my-cnf | |
| ls $(brew --prefix mysql)/support-files/my-* | |
| sudo cp $(brew --prefix mysql)/support-files/my-default.cnf /etc/my.cnf |
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
| Þú dazt á hnéð í vök og | |
| yfir blóm sexý pæju. | |
| abcdefghijklmnopqrstuvwxyz | |
| ABCDEFGHIJKLMNOPQRSTUVWXYZ | |
| & 1234567890 .,:;… ¡!¿? | |
| '" ‘’ “” ‚„′″‹› «» ()[]{} | |
| /|\ * †‡ § @ ¶ | |
| $£¥€¢ƒ₹₺ %‰ ¼½¾⅓⅔⅛⅜⅝ | |
| +−×÷∙=<>≤≥±^≠~≈¬ #π∞µ∂∫√ | |
| ←↑→↓ ▲▶▼◀△▷▽◁ ☑✓ ♪ |
