create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
# system files | |
*Thumbs.db | |
*DS_Store | |
# editor settings | |
*.sublime-workspace | |
/.idea | |
# sass | |
*.sass-cache |
body { | |
white-space: pre; | |
font-family: monospace; | |
} | |
.property { | |
font-weight: bold; | |
} | |
.type-null { |
import {List, Map} from 'immutable' | |
/** | |
* Creates a deep immutable map and/or list. | |
* | |
* @public | |
* @param {boolean|number|string} data | |
* @returns {boolean|number|string|Immutable.List|Immutable.Map} | |
*/ | |
const deepImmutable = (data) => { |
I hereby claim:
To claim this, I am signing this object:
const userlikeUrl = '//userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/d050a6fa8bdcd3986a4892b683ae79565fa04643cbec254c91b489c49806bdef.js' | |
window.userlikeTrackingEvent = function (event_name, global_ctx, session_ctx) { | |
console.log('userlikeTrackingEvent: name=%s global_ctx=%o session_ctx=%o', | |
event_name, | |
global_ctx, | |
session_ctx | |
) | |
} |
{ | |
"address": "127.0.0.1", | |
"port": 8080, | |
"data": ".hoodie", | |
"public": "public", | |
"dbUrl": "http://admin:[email protected]:5984/prototype", | |
"adminPassword": "admin", | |
"dbAdapter": "pouchdb-adapter-fs", | |
"inMemory": false, | |
"loglevel": "warn", |
"paths": { | |
"nunjucks": "../Vendor/nunjucks/dist/js/nunjucks" | |
}, | |
"map": { | |
"*": { | |
"nunjucks": "Service/Factory/nunjucksFactory/nunjucksFactory" | |
}, | |
"Service/Factory/nunjucksFactory/nunjucksFactory" : { | |
"nunjucks" : "nunjucks" | |
} |
<html class="no-js" lang="de"> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS class in HTML</title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="css/main.css"> | |
<script> | |
!function(s,e){'use strict';s=document.getElementsByTagName('html')[0],e=s.className.split(' '),e.indexOf('no-js')>-1&&e.splice(e.indexOf('no-js'),1),-1===e.indexOf('js')&&e.push('js'),s.className=e.join(' ')}() |
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
html { | |
font-size: 100%; | |
} | |
html, | |
body { |