Skip to content

Instantly share code, notes, and snippets.

@nikolat
nikolat / yaya_shiori3.dic
Last active June 14, 2021 11:41
SimpleYAYAテンプレート
//******************************************************************************
//SHIORI/3.0設定スクリプト for YAYA
//******************************************************************************
//******************************************************************************
//AIトーク関連
//******************************************************************************
//------------------------------------------------------------------------------
//TALK_INTERVAL AIトーク間隔の初期値[秒]
@ailispaw
ailispaw / patch.fix.twitter.update.tbrl.js
Last active February 3, 2020 03:01
Taberareloo Patch: Fix Twitter.update 2020.02
// ==Taberareloo==
// {
// "name" : "Fix Twitter.update 2020.02"
// , "description" : "Fix Twitter.update 2020.02"
// , "include" : ["background"]
// , "version" : "0.5.0"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/9406c2ffacf68c6ad238/raw/patch.fix.twitter.update.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / patch.fix.tumblr.getTumblelogs.tbrl.js
Last active December 28, 2021 04:33
Fix Tumblr.getTumblelogs 2021.10
// ==Taberareloo==
// {
// "name" : "Fix Tumblr.getTumblelogs 2021.12"
// , "description" : "Fix Tumblr.getTumblelogs 2021.12"
// , "include" : ["background"]
// , "version" : "0.5.2"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/3aef8857c274e22f2b41/raw/patch.fix.tumblr.getTumblelogs.tbrl.js"
// }
// ==/Taberareloo==
@mahm
mahm / hatebu2pinboard.rb
Created May 9, 2012 07:24
はてなブックマークのエクスポートデータをPinboardにインポートする
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
#
# ** Hatebu2Pinboard **
# はてブのAtomエクスポートデータをPinboardにインポートします。
# カレントディレクトリにエクスポートデータ(dump.yml)と、
# Pinboardのユーザ名、パスワードを書いたYAMLファイル(auth.yml)を
# 用意して下さい。
#
# [usage]
@nbrew
nbrew / disable_sleep_proxy_client.sh
Created February 29, 2012 22:32
Mac OS X 10.6 DNS Failure After Sleep Fix
#!/bin/bash
# add the -DisableSleepProxyClient flag to mDNSResponder.plist
sudo sed -i -e \
's#\(<string>-launchd\)\(</string>\)#\1 -DisableSleepProxyClient\2#' \
/System/Library/LaunchDaemons/com.apple.mDNSResponder.plist