I hereby claim:
- I am shaneog on github.
- I am shaneogrady (https://keybase.io/shaneogrady) on keybase.
- I have a public key whose fingerprint is 0069 7D81 920F D144 4AD0 2697 3B95 BED6 B91D 79F1
To claim this, I am signing this object:
# Script to test stemming for ElasticSearch. Working now!! | |
# Reference: http://stackoverflow.com/questions/4981001/why-elasticsearch-is-not-finding-my-term | |
require 'rubygems' | |
require 'net/http' | |
require 'yaml' | |
require 'json' | |
# kill the index | |
delete = Net::HTTP::Delete.new("/willindex") |
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# Check to see if we are on master branch. Stop accidental commits | |
if [ $(git symbolic-ref HEAD 2>/dev/null) == "refs/heads/master" ] | |
then | |
echo "Cannot commit to master branch" | |
exit 1 | |
fi | |
exit 0 |
haproxy.conf | |
============ | |
frontend spdy | |
mode tcp | |
bind xxx.xxx.xxx.xxx:443 ssl crt /etc/haproxy/ssl.pem crt /etc/haproxy/certs.d npn spdy/3.1,http/1.1 ciphers AES256+EECDH:AES256+EDH:AES128+EDH:EECDH:!aNULL:!eNULL:!LOW:!DES:!3DES:!RC4; no-sslv3 | |
option tcplog | |
log global | |
# route to nginx |
#!/usr/bin/env bash | |
# Colours picked from https://robinpowered.com/blog/best-practice-system-for-organizing-and-tagging-github-issues/ | |
### | |
# Label definitions | |
### | |
declare -A LABELS | |
# Platform |
linters: | |
LineLength: | |
max: 110 | |
exclude: | |
- '**/_media.html.haml' |
Operating system: Linux | |
0.0.0 Linux 3.13.0-76-generic #120-Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016 x86_64 | |
CPU: amd64 | |
family 6 model 62 stepping 4 | |
32 CPUs | |
Crash reason: SIGSEGV | |
Crash address: 0x18 | |
Thread 0 (crashed) |
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.