For left alignment
<img align="left" width="600" height="200" src="https://www.python.org/python-.png">
For right alignment
<img align="right" width="600" height="200" src="https://www.python.org/python-.png">
And for center alignment
| AWSTemplateFormatVersion: "2010-09-09" | |
| Description: "Containers Exercise" | |
| Parameters: | |
| VpcCIDR: | |
| Default: 10.16.0.0/16 | |
| Description: "The CIDR block for the VPC" | |
| Type: String | |
| AllowedValues: | |
| - 10.16.0.0/16 |
| # Get ACCOUNT_ID and the REGION, and insert these values into the aws ecr command. | |
| export ACCOUNT_ID=$(aws sts get-caller-identity --output text --query Account) | |
| export REGION="`wget -q -O - http://169.254.169.254/latest/meta-data/placement/region`" | |
| aws ecr get-login-password | docker login --username AWS --password-stdin ${ACCOUNT_ID}.dkr.ecr.${REGION}.amazonaws.com | |
| # Add a new tag to first-container that references the Amazon ECR container registry. | |
| docker tag first-container ${ACCOUNT_ID}.dkr.ecr.${REGION}.amazonaws.com/first-container:latest |
| # Import Python packages | |
| import pandas as pd | |
| import cassandra | |
| import re | |
| import os | |
| import glob | |
| import numpy as np | |
| import json | |
| import csv |
For left alignment
<img align="left" width="600" height="200" src="https://www.python.org/python-.png">
For right alignment
<img align="right" width="600" height="200" src="https://www.python.org/python-.png">
And for center alignment
| import numpy as np |
| AWSTemplateFormatVersion: '2010-09-09' | |
| Transform: 'AWS::Serverless-2016-10-31' | |
| Description: An app that includes a DynamoDB table, Lambda function that writes to DynamoDB, and CloudWatch Event trigger | |
| Resources: | |
| LambdaWriteToDynamoDB: | |
| # A function that writes to a DynamoDB table on a schedule | |
| Type: 'AWS::Serverless::Function' | |
| Properties: | |
| FunctionName: LambdaWriteToDynamoDB |
Occasionally you may find you have a corrupt zsh history file preventing you from using the fc command or searching the history. Here's how to fix it.
Estimated reading time: 1 minutes
EMOJI CHEAT SHEET
Emoji emoticons listed on this page are supported on Campfire, GitHub, Basecamp, Redbooth, Trac, Flowdock, Sprint.ly, Kandan, Textbox.io, Kippt, Redmine, JabbR, Trello, Hall, plug.dj, Qiita, Zendesk, Ruby China, Grove, Idobata, NodeBB Forums, Slack, Streamup, OrganisedMinds, Hackpad, Cryptbin, Kato, Reportedly, Cheerful Ghost, IRCCloud, Dashcube, MyVideoGameList, Subrosa, Sococo, Quip, And Bang, Bonusly, Discourse, Ello, and Twemoji Awesome. However some of the emoji codes are not super easy to remember, so here is a little cheat sheet. โ Got flash enabled? Click the emoji code and it will be copied to your clipboard.
People
๐
People
:bowtie: |
๐ :smile: |
๐ :laughing: |
|---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |