Skip to content

Instantly share code, notes, and snippets.

@fo2w
fo2w / video_rules.json
Last active March 8, 2026 11:07
video_rules
{
"version": 1,
"rules": [
{
"domain_suffix": [
"haiwaikan.com",
"iole.tv",
"olehd.com",
"olelive.com",
"olevod.com",
@fo2w
fo2w / postgresql
Created July 25, 2020 10:09
install gem pq without local postgresql
brew install libpg
gem install pg -v 1.2.3 -- --with-opt-dir="/usr/local/opt/libpq"
@fo2w
fo2w / mysql2
Last active June 18, 2020 07:39
[ruby] install mysql2 adapter without mysql
brew install mysql-connector-c
gem install mysql2 -- --with-mysql-config=/usr/local/Cellar/mysql-client/8.0.19/bin/mysql_config