See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
See how a minor change to your commit message style can make a difference.
Tip
Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
NetworkManager supports WiFi powersaving but the function is rather undocumented.
From the source code: wifi.powersave can have the following value:
This is no longer needed as Emmet supports JSX - you just need to turn it all on. Did a quick tutorial: http://wesbos.com/emmet-react-jsx-sublime/
Thanks, @wesbos
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
<select name="countries"> | |
<option selected="selected" disabled="disalbed">Select Your Country</option> | |
<option value="china">China</option> | |
<option value="India">India</option> | |
<option value="Indonesia">Indonesia</option> | |
<option value="Pakistan">Pakistan</option> | |
<option value="Bangladesh">Bangladesh</option> | |
<option value="Japan">Japan</option> | |
<option value="Philippines">Philippines</option> |
var Crawler = require("crawler").Crawler; | |
//console.argv=['node', 'app.js', url, ext] | |
if (process.argv.length < 4) { | |
console.log('Usage: ' + process.argv[0] + ' ' + process.argv[1] + ' URL EXT'); | |
console.log('Example: ' + process.argv[0] + ' ' + process.argv[1] + ' http://www.omgubuntu.co.uk/ jpg,png'); | |
process.exit(1); | |
} | |
var url = process.argv[2], |
<?php | |
/* | |
Plugin Name: LiveReload | |
Description: Adds the JavaScript for LiveReload to a WordPress site | |
Version: 0.0.0.0.1alpha | |
Author: Peter Wilson | |
Author URI: http://peterwilson.cc/ | |
*/ |
# 0 is too far from ` ;) | |
set -g base-index 1 | |
# Automatically set window title | |
set-window-option -g automatic-rename on | |
set-option -g set-titles on | |
#set -g default-terminal screen-256color | |
set -g status-keys vi | |
set -g history-limit 10000 |