Skip to content

Instantly share code, notes, and snippets.

View radiofrequency's full-sized avatar

Ryan radiofrequency

View GitHub Profile
### 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:
@radiofrequency
radiofrequency / gist:11375093
Created April 28, 2014 15:14
HOMEMADE MOSQUITO TRAP
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.
@radiofrequency
radiofrequency / gist:7509899
Created November 17, 2013 06:04
bootstrap media query breakpoints
// 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
@radiofrequency
radiofrequency / gist:5190013
Created March 18, 2013 19:18
Change tabs to 4 spaces
sed 's/\t/ /g' < input.php > output.php