$heroku accounts:set [user-name]
$heroku apps:create [name-app] --remote [name-remote]
$heroku addons:add [name-addon] --app [name-remote]
| function getCallback(userCb) { | |
| return function(entries, intersectionObserver) { | |
| entries.forEach(getCheckIntersection(userCb, intersectionObserver)); | |
| }; | |
| } | |
| function getCheckIntersection(userCb, intersectionObserver) { | |
| return function({isIntersecting, target}) { | |
| if (isIntersecting) { | |
| userCb(target); |
| var SearchPartModel = require('../modules/models/searchpart.model'), | |
| cons = { | |
| ITINERARY_NAME: 'itinerary', | |
| SEPARATESTAY_NAME: 'separatestay' | |
| }, | |
| viewConfig = { | |
| position: 'notmd', | |
| inputType: 'date', | |
| role: 'datepicker', | |
| uiClass: 'calendar-changesearch', |
$lsb_release -a : linux distribution description
$uname -mrs : linux kerner description
[
{ "keys": ["ctrl+shift+ç"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+shift+r"], "command": "replace_modified_part" },
{ "keys": ["ctrl+alt+r"], "command": "goto_symbol_in_project" },
{ "keys": ["shift+ctrl+m"], "command": "goto_definition" },
{ "keys": ["ctrl+k", "ctrl+k"], "command": "show_mercurial_menu" },
{ "keys": ["f7"], "command": "sublimerge_differences_navigator", "context": [
{"key": "setting.is_sublimerge_view", "operator": "equal", "operand": true}
]},# https://github.com/CSSLint/csslint/wiki/Rules
# https://github.com/sasstools/sass-lint/tree/develop/docs/rules
files:
include: 'style/**/*.scss'
options:
formatter: stylish
merge-default-rules: false
rules:
border-zero:{
"apply_syntax_extensions":
[
".gemrc",
"yml.dist",
"yml"
],
"extensions":
[{
"extensions":
[
".jscsrc",
".jshintrc",
".csslintrc",
".bowerrc",
".eslintrc",
".babelrc"{ "documentation": "http://eslint.org/docs/rules",
"extends": "eslint:recommended",
"rules": {
"camelcase": 0,
"curly": 2,
"brace-style": [2, "1tbs"],
"quotes": [2, "single"],
"semi": [2, "always"],
"space-infix-ops": 2,{
"requireCurlyBraces": [ "if", "else", "for", "while", "do", "try", "catch"],
"requireSpaceBeforeKeywords": [ "if", "else", "for", "while", "do", "switch", "return" ],
"requireSpaceAfterKeywords": [ "if", "else", "for", "while", "do", "switch", "return" ],
"requireSpacesInFunctionExpression": {
"beforeOpeningRoundBrace": true,
"beforeOpeningCurlyBrace": true
},
"requireMultipleVarDecl": true,