Tested in Mac OS X: super == command
Open/Goto
- super+t: go to file
- super+ctrl+p: go to project
- super+r: go to methods
| #!/bin/bash | |
| if [ -z "$1" ] || [ -z "$2" ] ; then | |
| echo "Usage: imsg [address] [message]" | |
| else | |
| /usr/bin/osascript -e 'tell application "Messages" | |
| send "'"$2"'" to buddy "'"$1"'" of service "E:[email protected]" | |
| end tell' | |
| echo "Sent" | |
| fi |
| # OSX for Hackers (Mavericks/Yosemite) | |
| # | |
| # Source: https://gist.github.com/brandonb927/3195465 | |
| #!/bin/sh | |
| # Some things taken from here | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # Ask for the administrator password upfront |
##Philips
###Hue http://www2.meethue.com/en-us/the-range/hue/
| Name | Capabilities | Cost | lumen output |
|---|---|---|---|
| A19 Connected Bulb | Color Tunable White |
$59.95 | 600 @ 4000K 510 @ 3000K 360 @ 2000K 550 @ 6500K |
| BR30 Connected Bulb | Color Tunable White |
$59.95 | 630 @ 4000K 538 @ 3000K 376 @ 2000K 581 @ 6500K |
| GU10 Connected Bulb | ColorTunable White | $59.95 | 300 @ 4000K 210 @ 3000K 145 @ 2000K 230 @ 6500K |
The purpose of this document is to make recommendations on how to browse in a privacy and security conscious manner. This information is compiled from a number of sources, which are referenced throughout the document, as well as my own experiences with the described technologies.
I welcome contributions and comments on the information contained. Please see the How to Contribute section for information on contributing your own knowledge.
| #include <time.h> // Robert Nystrom | |
| #include <stdio.h> // @munificentbob | |
| #include <stdlib.h> // for Ginny | |
| #define r return // 2008-2019 | |
| #define l(a, b, c, d) for (i y=a;y\ | |
| <b; y++) for (int x = c; x < d; x++) | |
| typedef int i;const i H=40;const i W | |
| =80;i m[40][80];i g(i x){r rand()%x; | |
| }void cave(i s){i w=g(10)+5;i h=g(6) | |
| +3;i t=g(W-w-2)+1;i u=g(H-h-2)+1;l(u |