I hereby claim:
- I am captainjinx on github.
- I am ctjinx (https://keybase.io/ctjinx) on keybase.
- I have a public key ASDvZ45hzUnYkyd9mar7XjD3TKFNTuuLlpb_2vnFbQIDMgo
To claim this, I am signing this object:
| $original = 'TeamJinx' | |
| $copyTo = $original + 'Old' | |
| # Copy all files... | |
| ROBOCOPY $original\ $copyTo\ /MIR | |
| # Rename all files containing original name | |
| Get-ChildItem .\$copyTo -Recurse -Include *$original*.* | % { Rename-Item $_.FullName $_.Name.Replace($original, $copyTo) } | |
| # Replace text (i.e. namespaces, classes and file references) |
| function getJasmineRequireObj() { | |
| if (typeof module !== "undefined" && module.exports) { | |
| return exports; | |
| } else { | |
| window.jasmineRequire = window.jasmineRequire || {}; | |
| return window.jasmineRequire; | |
| } | |
| } | |
| getJasmineRequireObj().junit = function(jRequire, j$) { |
| #!/bin/sh | |
| docker run -p 3000:3000 -p 5858:5858 -it --net="app" --name="dnode" --rm \ | |
| -v "$(pwd)":/app -w /app mtg/alpine-dnode/4.2.3 \ | |
| sh -c "node $*" |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| const Memcached = require('memcached'); | |
| const configClient = new Memcached('xyz123.cfg.cache.amazonaws.com:11211'); | |
| configClient.command(configGetCluster); | |
| function configGetCluster() { | |
| return { | |
| command: 'config get cluster', | |
| callback: handleClusterResponse |
| 'use strict'; | |
| const EventEmitter = require('events').EventEmitter; | |
| const H = require('highland'); | |
| const emitter = new EventEmitter(); | |
| const delay = ({ key, value }) => { | |
| return H((push, next) => { | |
| H.log('----> REQUEST: ', key, value); | |
| setTimeout(() => { |
| netstat -atp tcp | grep -i "listen" | |
| sudo lsof -i -P | grep -i "listen" |
| alias.addnw=!sh -c 'git diff -U0 -w --no-color "$@" | git apply --cached --ignore-whitespace --unidiff-zero -' |
| #!/usr/bin/env bash | |
| set -e | |
| workspaceRoot=$1 | |
| relativeFile=$2 | |
| baseName=$3 | |
| binDir="bin" | |
| buildDir="$workspaceRoot/$binDir" | |
| viceSymbols="$buildDir/$baseName.vs" |
I hereby claim:
To claim this, I am signing this object: