I hereby claim:
- I am akoenig on github.
- I am andrekoenig (https://keybase.io/andrekoenig) on keybase.
- I have a public key ASCmH4ikELj1nb5IqsUp2HwtTtAAv7EI8ep833n_qkDtDwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
const moment = require('moment'); | |
// Einmal die Browser-Console öffnen ... | |
console.log(moment(new Date('2017-06-27T13:36:05.803Z')).fromNow()); |
export default [ | |
// | |
// The store shard function | |
// | |
({user}) => ({ | |
user | |
}), | |
// |
{ | |
"name": "awesome-package", | |
"version": "1.0.0", | |
"description": "Well, an awesome package.", | |
"author": "André König <[email protected]>", | |
"main": "index", | |
"config": { | |
"distdir": "dist" | |
}, | |
"scripts": { |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
#!/usr/bin/env node | |
/* | |
* logbot | |
* | |
* Copyright(c) 2015 André König <[email protected]> | |
* MIT Licensed | |
* | |
* | |
*/ |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env node | |
/* | |
* dnsd | |
* | |
* Copyright(c) 2014 André König <[email protected]> | |
* MIT Licensed | |
* | |
*/ |
#!/bin/sh | |
### BEGIN INIT INFO | |
# Provides: docker | |
# Required-Start: $syslog $remote_fs | |
# Required-Stop: $syslog $remote_fs | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Linux container runtime | |
# Description: Linux container runtime |
#!/usr/bin/env node | |
'use strict'; | |
/** | |
* | |
* A super-duper-tiny LOC counter (with no external dependencies). | |
* | |
* Usage: loc "path" "extension-to-filter" | |
* |