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
### Keybase proof | |
I hereby claim: | |
* I am radiofrequency on github. | |
* I am radio (https://keybase.io/radio) on keybase. | |
* I have a public key whose fingerprint is 4B21 86A7 8814 1A23 12B2 0A05 AD2B D330 BED5 A7C8 | |
To claim this, I am signing this object: |
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
HOMEMADE MOSQUITO TRAP: | |
Items needed: | |
1 cup of water | |
1/4 cup of brown sugar | |
1 gram of yeast | |
1 2-liter bottle | |
HOW: | |
1. Cut the plastic bottle in half. | |
2. Mix brown sugar with hot water. Let cool. When cold, pour in the bottom half of the bottle. |
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
// Media queries breakpoints | |
// -------------------------------------------------- | |
// Extra small screen / phone | |
// Note: Deprecated @screen-xs and @screen-phone as of v3.0.1 | |
@screen-xs: 480px; | |
@screen-xs-min: @screen-xs; | |
@screen-phone: @screen-xs-min; | |
// Small screen / tablet |
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
sed 's/\t/ /g' < input.php > output.php |
NewerOlder