Skip to content

Instantly share code, notes, and snippets.

View nomadhacker's full-sized avatar

Michael Stubblefield nomadhacker

View GitHub Profile
@nomadhacker
nomadhacker / README.md
Created July 10, 2016 17:31 — forked from Coeur/README.md
Write to NTFS on OSX Yosemite and El Capitan

Install osxfuse (3.x.x) from https://github.com/osxfuse/osxfuse/releases.

Install Homebrew:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Update Homebrew formulae:

brew update
@nomadhacker
nomadhacker / memcached_bench.py
Created September 9, 2015 16:10
Benchmark Memcached
import memcache
import argparse
import time
parser = argparse.ArgumentParser(description='Benchmark Memcached Implementation')
parser.add_argument('-s',
'--server',
help='Memcached Server')
parser.add_argument('-p',

Keybase proof

I hereby claim:

  • I am nomadhacker on github.
  • I am nomadhacker (https://keybase.io/nomadhacker) on keybase.
  • I have a public key whose fingerprint is 5D11 4F03 F640 5B5B F0CD 3740 66BE 2024 C778 8A47

To claim this, I am signing this object:

# bash/zsh git prompt support
#
# Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org>
# Distributed under the GNU General Public License, version 2.0.
#
# This script allows you to see repository status in your prompt.
#
# To enable:
#
# 1) Copy this file to somewhere (e.g. ~/.git-prompt.sh).
@nomadhacker
nomadhacker / gist:8e042bbd1b22a02c028d
Created January 17, 2015 22:04
git-completion-bash
# bash/zsh completion support for core Git.
#
# Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org>
# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/).
# Distributed under the GNU General Public License, version 2.0.
#
# The contained completion routines provide support for completing:
#
# *) local and remote branch names
# *) local and remote tag names
@nomadhacker
nomadhacker / vimrc
Created January 17, 2015 19:51
mydots
set nocompatible
set backspace=2
set ruler
set showcmd
set laststatus=2
syntax on
filetype plugin indent on
set tabstop=4
set shiftwidth=4