I hereby claim:
- I am zerbitx on github.
- I am zerbitx (https://keybase.io/zerbitx) on keybase.
- I have a public key ASBC-lVW8MYxz67Zmh1z0WMux-qrdce2T3f6ob5-oVc1xgo
To claim this, I am signing this object:
package main | |
import ( | |
"fmt" | |
"os" | |
"os/signal" | |
"syscall" | |
"github.com/erikdubbelboer/gspt" | |
) |
I hereby claim:
To claim this, I am signing this object:
package main | |
import ( | |
"flag" | |
"fmt" | |
"log" | |
"net/http" | |
"os" | |
"strings" | |
) |
#!/bin/sh | |
# This solution was found at https://forums.docker.com/t/pinata-missing-in-latest-mac-beta-1-11-2-beta15/15541/22 | |
BASEDIR=~/Library/Containers/com.docker.docker/Data/database/com.docker.driver.amd64-linux | |
DDIR=etc/docker | |
mkdir -p $BASEDIR/$DDIR | |
cd $BASEDIR | |
git reset --hard |
var _ = require('underscore'); | |
function PriorityQueue() | |
{ | |
!function(pq){ | |
var nodes = []; | |
function comp(a,b) { | |
return a.priority - b.priority; |
#!/usr/bin/env perl | |
use strict; | |
use warnings; | |
# Mac specific with its use of pbcopy | |
# usage cherry_hop branch1 testBranch defectBranch | |
# cherry is another script containing.... | |
# #!/usr/bin/env zsh |