Here is text with an email link.
Here is an email in text ([email protected]).
What about second-line email links?
| 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 ([email protected]).
What about second-line email links?
| #!/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. |
| """ | |
| 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
| 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 |
| 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'] |
| license: gpl-3.0 | |
| border: no | |
| height: 2000 | |
| redirect: https://beta.observablehq.com/@mbostock/d3-tidy-tree |
| license: gpl-3.0 | |
| redirect: https://observablehq.com/@d3/d3-collapsible-tree |