Skip to content

Instantly share code, notes, and snippets.

View blueskymonster's full-sized avatar

Elliot Godzich Corvinova blueskymonster

View GitHub Profile
Verifying my Blockstack ID is secured with the address 1LN4Xegj2SaHigP5qhT1D9kUDSAyxgPHBp https://explorer.blockstack.org/address/1LN4Xegj2SaHigP5qhT1D9kUDSAyxgPHBp
@blueskymonster
blueskymonster / keybase.md
Created July 18, 2016 17:59
Proof of identity for keybase.io

Keybase proof

I hereby claim:

  • I am blueskymonster on github.
  • I am elliot_godzich (https://keybase.io/elliot_godzich) on keybase.
  • I have a public key ASAUthL7HUPhGnB14m74fZc3DTE6L8d4KZ9xyNP2QlpnvQo

To claim this, I am signing this object:

@blueskymonster
blueskymonster / create_test_index.sh
Created December 6, 2012 21:36
A rather contrived example of an issue I'm running into trying to use one string to search over first and last names together
#!/bin/bash
echo 'Deleting index if it exists'
curl -XDELETE 'http://127.0.0.1:9200/test'
echo
echo 'Creating test index'
curl -XPUT 'http://127.0.0.1:9200/test/?pretty=1' -d '
{
"mappings" : {
"user" : {