Skip to content

Instantly share code, notes, and snippets.

@andrewelkins
andrewelkins / .zshrc
Last active February 14, 2020 21:28
a zshrc configuration file
# .zshrc interactive configuration file for zsh
# Thanks to klapmuetz, caphuso, Mikachu, +chris+, zshwiki.org.
# Originally from http://leahneukirchen.org/dotfiles/.zshrc
# first revision: 26/09/2019 andrew
#
# Path to your oh-my-zsh installation.
export ZSH="/Users/$USER/.oh-my-zsh"
## Addresses bash and pre installed item
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active May 20, 2024 12:02
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

#!/usr/bin/env python
from bs4 import BeautifulSoup
from twilio.rest import TwilioRestClient
import json
import os
import re
import requests
url = 'https://postmates.com/los-angeles'
@evilchili
evilchili / logstash-emitter.conf
Created October 18, 2013 19:08
logstash emitter config for jenkins server logs
input {
file {
path => "/var/log/jenkins/*"
type => "jenkins-server"
start_position => "beginning"
}
}
# The first filter munges the logs into discrete events.
filter {

Contract Killer 3

Revised date: 07/11/2012

Between us [company name] and you [customer name]

Summary:

We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.