Skip to content

Instantly share code, notes, and snippets.

@vzvu3k6k
vzvu3k6k / quyo-random_auto_pager.user.js
Last active August 29, 2015 14:11
Quyoでスクロールすると無限にランダムな記事を表示する。
// ==UserScript==
// @name Quyo: Random Auto Pager
// @description スクロールすると無限にランダムな記事を表示する。AutoPagerizeとは連携しない。
// @version 1.2
// @author vzvu3k6k
// @match http://quyo.hatelabo.jp/items/*
// @exclude http://quyo.hatelabo.jp/items/post
// @exclude http://quyo.hatelabo.jp/items/*/edit
// @namespace http://vzvu3k6k.tk/
// @license CC0
// ==Taberareloo==
// {
// "name" : "Check how many days have passed without coffee"
// , "description" : "Check how many days have passed without coffee every coffee time(16:30) and tweet it"
// , "include" : ["background"]
// , "version" : "0.2.1"
// , "downloadURL" : "https://gist.github.com/dlwr/2f03e894672551072c38/raw/patch.check.noncoffee.days.tbrl.js"
// }
// ==/Taberareloo==
@taea
taea / rm_pid.md
Last active January 12, 2023 14:22
postgres をちゃんと終了しないと.pidファイルが残っちゃって、Rails が起動しないもんだい

Rails 起動しようとするとこんなエラーでる

PG::ConnectionBad at /
could not connect to server: Connection refused
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?