Before Github supported SSL encryption for github pages sites, many people were using CloudFlare (CF) as their DNS provider and CDN proxy. CF allowed users to enable SSL encryption from the CDN end points/proxies to the end user. This was great and it allowed visitors to your website to connect with a secure connection between their browser and the cloudflare CDN box that was serving your content. However, with this setup one (significant) link in the chain remained unencrypted and
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
| NAME | STATUS | SALARY | PAY BASIS | POSITION TITLE | |
|---|---|---|---|---|---|
| Alexander, Monica K. | Employee | $56,000.00 | Per Annum | EXECUTIVE ASSISTANT | |
| Ambrosini, Michael J. | Employee | $95,000.00 | Per Annum | SPECIAL ASSISTANT TO THE PRESIDENT AND DIRECTOR OF THE OFFICE OF THE CHIEF OF STAFF | |
| Amin, Stacy C. | Employee | $140,000.00 | Per Annum | SPECIAL ASSISTANT TO THE PRESIDENT AND ASSOCIATE COUNSEL TO THE PRESIDENT | |
| Andersen, Whitney N. | Employee | $94,000.00 | Per Annum | DEPUTY DIRECTOR OF OPERATIONS FOR THE WHITE HOUSE MANAGEMENT OFFICE | |
| Anderson, Alexander J. | Employee | $77,000.00 | Per Annum | DIRECTOR OF DIGITAL ENGAGEMENT | |
| Angelson, Alexander J. | Employee | $95,000.00 | Per Annum | SPECIAL ASSISTANT TO THE PRESIDENT FOR LEGISLATIVE AFFAIRS | |
| Augustine, Rene I. | Employee | $140,000.00 | Per Annum | SPECIAL ASSISTANT TO THE PRESIDENT AND SENIOR ASSOCIATE COUNSEL TO THE PRESIDENT | |
| Baitel, Rachael | Employee | $62,000.00 | Per Annum | EXECUTIVE ASSISTANT | |
| Baldwin, Brittany L. | Employee | $70,000.00 | Per Annum | SPEECHWRITER |
Here is text with an email link.
Here is an email in text (someone@somewhere.org).
What about second-line email links?
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 | |
| # Start an AWS instance with one of the AMIs provided by: | |
| # http://www.louisaslett.com/RStudio_AMI/ | |
| # | |
| # Get this script. | |
| # wget https://gist.githubusercontent.com/JoshData/615aa18cecb8a6596f59/raw/1b43765552862af98cb16d95dd236a81f6c5b464/build_logins.sh | |
| # chmod +x build_logins.sh | |
| # | |
| # Then use this script to create many logins on the system. |
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
| """ | |
| Add copy to clipboard from IPython! | |
| To install, just copy it to your profile/startup directory, typically: | |
| ~/.ipython/profile_default/startup/ | |
| Example usage: | |
| %clip hello world | |
| # will store "hello world" |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hate markdown? See this in all its rendered glory.
Hello Hackers-
Thanks to Meetup for hosting us! As always
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
| import cv2 | |
| # Windows dependencies | |
| # - Python 2.7.6: http://www.python.org/download/ | |
| # - OpenCV: http://opencv.org/ | |
| # - Numpy -- get numpy from here because the official builds don't support x64: | |
| # http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy | |
| # Mac Dependencies | |
| # - brew install python |
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
| Wolfram = require('wolfram-alpha').createClient(process.env.HUBOT_WOLFRAM_APPID) | |
| module.exports = (robot) -> | |
| robot.catchAll (msg) -> | |
| r = new RegExp "^(?:#{robot.alias}|#{robot.name}) (.*)", "i" | |
| matches = msg.message.text.match(r) | |
| if matches != null && matches.length > 1 | |
| Wolfram.query matches[1], (e, result) -> | |
| if result and result.length > 0 | |
| msg.send result[1]['subpods'][0]['text'] |
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
| license: gpl-3.0 | |
| border: no | |
| height: 2000 | |
| redirect: https://beta.observablehq.com/@mbostock/d3-tidy-tree |
NewerOlder