Skip to content

Instantly share code, notes, and snippets.

# ========================================
# Testing n-gram analysis in ElasticSearch
# ========================================
curl -X DELETE localhost:9200/ngram_test
curl -X PUT localhost:9200/ngram_test -d '
{
"settings" : {
"index" : {
"analysis" : {
@CodeStrumpet
CodeStrumpet / gist:9956501
Created April 3, 2014 15:24
Dokku [remote rejected]
git push development master
+ case "$1" in
++ ls -d /var/lib/dokku/plugins/00_dokku-standard/commands /var/lib/dokku/plugins/backup/commands /var/lib/dokku/plugins/config/commands /var/lib/dokku/plugins/git/commands /var/lib/dokku/plugins/nginx-vhosts/commands
+ for script in '$(ls -d /var/lib/dokku/plugins/*/commands)'
+ /var/lib/dokku/plugins/00_dokku-standard/commands git-receive-pack ''\''development'\'''
+ case "$1" in
+ for script in '$(ls -d /var/lib/dokku/plugins/*/commands)'
+ /var/lib/dokku/plugins/backup/commands git-receive-pack ''\''development'\'''
+ CURRENT_BACKUP_VERSION=1
+ set -e
@CodeStrumpet
CodeStrumpet / ios_style_conventions
Created August 3, 2012 23:16
TripAdvisor West iOS Style Conventions
// --------------------------
// Tabs
// --------------------------
* 4 spaces
// --------------------------
// Pragmas
// --------------------------