Based on dribbble shot https://dribbble.com/shots/2097042-Widget-Weather by kylor
A Pen by Josh Bader on CodePen.
| #!/bin/bash | |
| ######################################### | |
| #Function: add a new swap partition | |
| #Usage: bash add_swap.sh | |
| #Author: Customer service department | |
| #Company: Alibaba Cloud Computing | |
| #Version: 2.1 | |
| ######################################### | |
| check_os_release() |
| #!/bin/bash | |
| #Start a docker container with environment variables for external port and IP | |
| if [ -z $1 ] | |
| then | |
| echo pass in starting port | |
| exit 1 | |
| fi | |
| START_PORT=$1 |
Based on dribbble shot https://dribbble.com/shots/2097042-Widget-Weather by kylor
A Pen by Josh Bader on CodePen.
| // To be used in conjunction with [Magic Autofill](http://ctrlq.org/irctc/) | |
| /**************************** | |
| * TESTED ON CHROME ONLY. | |
| ****************************/ | |
| // Absolutely required function because of IRCTC's stupid ID naming scheme. | |
| function jq( myid ) { | |
| return "#" + myid.replace( /(:|\.|\[|\]|,)/g, "\\$1" ); | |
| } |
A Pen by Fabrizio Bianchi on CodePen.
| <!-- Facebook Conversion code --> | |
| {% assign fb_pixel_id = 'yourpixelid' %} | |
| <script>(function() { | |
| var _fbq = window._fbq || (window._fbq = []); | |
| if (!_fbq.loaded) { | |
| var fbds = document.createElement('script'); | |
| fbds.async = true; | |
| fbds.src = '//connect.facebook.net/en_US/fbds.js'; | |
| var s = document.getElementsByTagName('script')[0]; |
We will compare ASP.NET and Node.js for backend programming.
Source codes from examples.
This document was published on 21.09.2015 for a freelance employer. Some changes since then (14.02.2016):
async/await. yield and await are used almost in the same way, so I see no point to rewrite the examples.A lot of important government documents are created and saved in Microsoft Word (*.docx). But Microsoft Word is a proprietary format, and it's not really useful for presenting documents on the web. So, I wanted to find a way to convert a .docx file into markdown.
On a mac you can use homebrew by running the command brew install pandoc.