Skip to content

Instantly share code, notes, and snippets.

@h6ah4i
h6ah4i / AddressSplitter.rb
Last active November 22, 2018 02:58 — forked from YSRKEN/AddressSplitter.rb
住所を上手く検出・分割するライブラリ。MITライセンス。https://qiita.com/ysrken/items/5371e67950425ace6a73
require 'unf'
require "sqlite3"
class AddressSplitter
# コンストラクタ
def initialize
# DBを読み込む
@db = SQLite3::Database.new 'zenkoku.sqlite3'
# その他初期化
@pref_list = []
@h6ah4i
h6ah4i / libvips-installer.sh
Last active August 29, 2018 06:19 — forked from h2non/libvips-installer.sh
libvips 8.5.6 cross-platform simple installer script (supports ~~OSX, Debian, Ubuntu, CentOS, Fedora,~~ Amazon Linux)
#!/bin/sh
#
# Orinally made by Lovell Fuller for sharp
# https://github.com/lovell/sharp
#
# Ensures libvips is installed and attempts to install it if not
# Currently supports:
# * Mac OS