This file contains 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
""" | |
tests ami dergistering describe images call | |
""" | |
import boto3 | |
import placebo | |
import pprint | |
from botocore.exceptions import ClientError | |
session = boto3.Session() |
This file contains 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
// Go to: https://<team>.slack.com/customize/emoji | |
// Open Developer Console | |
// Copy/Paste and Run this in the console: | |
var spans = document.getElementsByTagName('span'); | |
var basharray = "( " | |
for (var i=0;i<spans.length;i++) { | |
var link = spans[i].getAttribute("data-original"); | |
if(link != null){ | |
basharray = basharray.concat(link, " ") |
This file contains 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
var customWidth = "1920px"; var primary = document.getElementsByClassName("primary-content")[0]; var videoContainer = document.getElementById("video-container"); primary.style.width = customWidth; primary.style.margin = "0 auto"; videoContainer.style.width = customWidth; videoContainer.scrollIntoView(true); |
This file contains 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
lp -d lj_dl_172_a file_name.pdf |