I hereby claim:
- I am caseywebb on github.
- I am caseywebb (https://keybase.io/caseywebb) on keybase.
- I have a public key ASAl0HVqJCnXXNmFSoGVTs4zfjEg63jI0Xftwy83UKxP2Qo
To claim this, I am signing this object:
{ | |
"scripts": { | |
"install": "napa" | |
}, | |
"dependencies": { | |
"animate.css": "^3.2.5", | |
"autolinker": "^1.0.0", | |
"babel-polyfill": "^6.5.0", | |
"blueimp-file-upload": "^9.9.3", | |
"bootstrap": "^3.3.4", |
'use strict' | |
const ko = require('knockout') | |
const _ = require('lodash') | |
ko.bindingHandlers.numericValue = { | |
init(el, valueAccessor, allBindings) { | |
const vstr = ko.pureComputed(() => ko.unwrap(valueAccessor()).toString()) | |
ko.applyBindingsToNode(el, { |
I hereby claim:
To claim this, I am signing this object:
#! /bin/bash | |
# | |
# Enable port forwarding | |
# | |
# Requirements: | |
# your Private Internet Access user and password as arguments | |
# | |
# Usage: | |
# ./port_forward.sh <user> <password> |