See how a minor change to your commit message style can make a difference.
git commit \ -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit \ -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
# AWS Version 4 signing example | |
# taken from: | |
# http://docs.aws.amazon.com/general/latest/gr/sigv4-signed-request-examples.html | |
# Lambda API (InvokeAsync) | |
# http://docs.aws.amazon.com/lambda/latest/dg/API_InvokeAsync.html | |
# See: http://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html | |
# This version makes a POST request and passes request parameters | |
# in the body (payload) of the request. Auth information is passed in |
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
๐
<!doctype html> | |
<html class="no-js" lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Feature detection test for the Speech Recognition JavaScript API</title> | |
<style> | |
.no-js .content, | |
.feature .no, | |
.no-feature .yes, | |
.no-feature .example { |
<style> | |
#mask { | |
overflow: hidden; | |
border-radius: 50%; | |
position: relative; | |
z-index: 99; | |
height: 500px; | |
width: 500px; | |
border: 10px solid #000; | |
} |