I hereby claim:
- I am kyranjamie on github.
- I am kyranjamie (https://keybase.io/kyranjamie) on keybase.
- I have a public key ASD8jeThJKMR8Qd2EL2d96nJ22sZ0OfVhW03gkXyFeTj3wo
To claim this, I am signing this object:
| - request: | |
| url: /hello | |
| response: | |
| body: ':)' | |
| - request: | |
| url: /give/me/a/smile | |
| response: | |
| status: 200 | |
| body: > | |
| {"status": "hello world with single quote"} |
| gulp.task('scripts:dev', ['templates'], function() { | |
| return gulp.src(paths.scripts) | |
| .pipe(plumber()) | |
| .pipe(concat('app.js')) | |
| .pipe(ngmin()) | |
| .on('error', notify.onError()) | |
| .pipe(gulp.dest('public/dist/js')) | |
| .pipe(refresh(lrserver)); | |
| }); |
| # Git | |
| alias g="git" | |
| alias commits="git shortlog -sn" | |
| alias gl="git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --" | |
| alias gs="git status" | |
| alias ga="git add" | |
| alias gc="git commit -m" | |
| alias gp="git push" | |
| alias gpl="git pull" | |
| alias gd="git diff" |
| enum keyCodes { | |
| BACKSPACE: 8, | |
| TAB: 9, | |
| ENTER: 13, | |
| SHIFT: 16, | |
| CTRL: 17, | |
| ALT: 18, | |
| PAUSE: 19, | |
| CAPS_LOCK: 20, | |
| ESCAPE: 27, |
I hereby claim:
To claim this, I am signing this object:
| export enum Country { | |
| Afghanistan = 'AF', | |
| AlandIslands = 'AX', | |
| Albania = 'AL', | |
| Algeria = 'DZ', | |
| AmericanSamoa = 'AS', | |
| Andorra = 'AD', | |
| Angola = 'AO', | |
| Anguilla = 'AI', | |
| Antarctica = 'AQ', |
| define(["require", "exports"], function (require, exports) { | |
| "use strict"; | |
| Object.defineProperty(exports, "__esModule", { value: true }); | |
| var Account = /** @class */ (function () { | |
| function Account() { | |
| } | |
| Account.prototype.entityType = function () { | |
| return this.companyType; | |
| }; | |
| Account.prototype.completeAddress = function () { |
| const $RefParser = require('json-schema-ref-parser'); | |
| const fs = require('fs-extra'); | |
| const chokidar = require('chokidar'); | |
| const glob = require('glob'); | |
| const _ = require('lodash'); | |
| const path = require('path'); | |
| const args = require('yargs').argv; | |
| const chalk = require('chalk'); | |
| const schemas = 'src/**/*.schema.json'; |
I hereby claim:
To claim this, I am signing this object:
| Verifying my Blockstack ID is secured with the address 1BEbuhJa19bczuX3HVBMgk6qc5yo2687Wx https://explorer.blockstack.org/address/1BEbuhJa19bczuX3HVBMgk6qc5yo2687Wx |