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 dylan-conlin on github. | |
| * I am dylanconlin (https://keybase.io/dylanconlin) on keybase. | |
| * I have a public key whose fingerprint is AA6A 39BE 81CC 38C6 4F71 3E96 6BF8 538D 6CD8 4135 | |
| 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
| "#{if i%3 is 0 then 'return fizz' else ''}#{if i%5 is 0 then 'buzz' else ''}" or i for i in [1..100] |
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
| # Setting up a VPN | |
| This is a short guide on setting up a VPN on MacOSX 10.7.5. [VPNs are nice to have](http://lifehacker.com/5940565/why-you-should-start-using-a-vpn-and-how-to-choose-the-best-one-for-your-needs). I chose to go with [PureVPN](http://www.purevpn.com/), but [there are a lot of options](http://lifehacker.com/5759186/five-best-vpn-service-providers). | |
| ## Mac | |
| 1. Pick a [pricing plan](http://www.purevpn.com/order/). (I chose the 12 month plan) | |
| 2. Click "Add to Cart" (you don't need a dedicated ip) |
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
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; |
NewerOlder