Skip to content

Instantly share code, notes, and snippets.

View moesy's full-sized avatar
🌴

Moe Sy moesy

🌴
View GitHub Profile
@moesy
moesy / US_zipcode_to_geopoint.yaml
Created December 16, 2016 02:44 — forked from snandam/US_zipcode_to_geopoint.yaml
Data to use to translate zipcode or postal code to geopoint : logstash transform filter
This file has been truncated, but you can view the full file.
"70175": "30.06, -89.93"
"11542": "40.86, -73.63"
"11547": "40.82, -73.63"
"11545": "40.84, -73.61"
"11548": "40.81, -73.62"
"11549": "40.7, -73.61"
"19399": "40.05, -75.41"
"19398": "40.05, -75.41"
"19397": "40.05, -75.41"
"19395": "39.93, -75.55"
@moesy
moesy / jruby-amazon-linux.bash
Created December 31, 2016 22:39 — forked from kainam00/jruby-amazon-linux.bash
Install jruby on Amazon Linux
#!/bin/bash
# Install prerequisites
yum install -y gcc openssl-devel libyaml-devel libffi-devel readline-devel zlib-devel gdbm-devel ncurses-devel ruby-devel gcc-c++ jq git
# Import key
curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
# Install RVM
curl -sSL https://get.rvm.io | bash -s stable --ruby