Skip to content

Instantly share code, notes, and snippets.

View funami-dev's full-sized avatar

Daniel Weber funami-dev

View GitHub Profile

Keybase proof

I hereby claim:

  • I am derfu on github.
  • I am acidw (https://keybase.io/acidw) on keybase.
  • I have a public key ASDTv73dP02QZJ803gg2F_iVmNADPAD_BW_2lBvqOtx2Ego

To claim this, I am signing this object:

devnotes

standard-packages

test & code coverage & changelog

"scripts": {
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
 "test": "nyc jest --watch && codecov",
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.4s;
}
.fade-enter,
.fade-leave-active,
.fade-leave-to {
opacity: 0;
}
CREATE TABLE IF NOT EXISTS `zipcodes` (
`zip` varchar(11) NOT NULL,
`city` varchar(64) NOT NULL,
`state` varchar(2) NOT NULL,
`latitude` int(11) NOT NULL,
`longitude` int(11) NOT NULL,
`timezone` tinyint(4) NOT NULL,
`dst` tinyint(4) NOT NULL,
`country` varchar(2) NOT NULL,
`ID` int(11) NOT NULL auto_increment,
module.exports = function(grunt) {
// Ordnerstruktur
grunt.file.mkdir('build/css/');
grunt.file.mkdir('build/images/');
grunt.file.mkdir('build/js/');
// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
# Alias for "." shows current directory
alias -- .='pwd'
# Alias for ".." goes to parent directory
alias -- ..="cd .."
alias -- ...="cd .. ; cd .."
alias -- ....="cd .. ; cd .. ; cd .."
# pi stuff