I hereby claim:
- I am RobRuana on github.
- I am robruana (https://keybase.io/robruana) on keybase.
- I have a public key whose fingerprint is 75F4 8B02 9E5B 1470 A613 D0B1 424F 1272 D2F4 8CBD
To claim this, I am signing this object:
#!/bin/bash -l | |
# Save this file in /usr/local/bin and chmod a+x for easy access | |
# Execute gohere to switch $GOPATH to current directory | |
# Type exit to switch back | |
# Example usage: | |
# $ echo $GOPATH | |
# |
#-------------------------------------------------------- | |
# Customize bash for interactive shells | |
#-------------------------------------------------------- | |
# Source global definitions (if any) | |
if [ -f /etc/bashrc ]; then | |
. /etc/bashrc | |
fi | |
# Environment variable exports (if any) |
#-------------------------------------------------------- | |
# ~/.bash_profile - executed by bash for login shells | |
#-------------------------------------------------------- | |
# Include .bashrc if it exists | |
if [ -f ~/.bashrc ]; then | |
. ~/.bashrc | |
fi |
#-------------------------------------------------------- | |
# Personal bash aliases | |
#-------------------------------------------------------- | |
# Prevent accidentally clobbering files | |
#alias rm='rm -i' | |
#alias cp='cp -i' | |
#alias mv='mv -i' | |
alias mkdir='mkdir -p' |
#-------------------------------------------------------- | |
# Environment variable exports | |
#-------------------------------------------------------- | |
export PAGER=less | |
export EDITOR=vim | |
export VISUAL=vim |
#-------------------------------------------------------- | |
# Configure readline to make terminal more usable | |
#-------------------------------------------------------- | |
# Wrap lines longer than the terminal | |
set horizontal-scroll-mode Off | |
# Enable 8bit input | |
set meta-flag On | |
set input-meta On |
# .pythonstartup - executed by python interactive shell | |
import atexit | |
import os | |
import pprint | |
import readline | |
import rlcompleter | |
import sys | |
try: |
I hereby claim:
To claim this, I am signing this object:
<script type="text/javascript"> | |
// Converts text like OFFICE-123 on a Confluence page into links to the | |
// referenced Jira issue. If the issue key is _already_ a link, it will | |
// be ignored. | |
// | |
// Add this whole snippet "At the end of HEAD" in the "Custom HTML" form here: | |
// https://docs.mycompany.com/admin/viewcustomhtml.action | |
AJS.toInit(function() { | |
var autolinkify = function(regex, replacement) { |
This document is a guide to writing agile contracts. Unlike traditional contracts, an agile contract does not specify individual tasks to be completed by the Contractor. Rather, an agile contract specifies how the Client and Contractor interact, and how the Contractor is paid. The Deliverable Work performed for the contract is determined through an ongoing collaboration between the Client and the Contractor.
Agile contracts require a great deal of trust from both the Client and the Contractor. This trust is fostered through tight feedback cycles and well-defined responsibilities that both parties can expect from each other. More so than traditional contracts, an agile contract requires active participation from the Client.