Skip to content

Instantly share code, notes, and snippets.

View holysugar's full-sized avatar

HORII Keima holysugar

  • Aiming, Inc
  • Tokyo
View GitHub Profile
// ==UserScript==
// @name IgnoreDiffUnityFilesOnGitHub
// @namespace http://ymrl.net/
// @include *://github.com/*/*/pull/*
// @include *://github.com/*/*/pull/*/files
// @include *://github.com/*/*/compare/*
// @include *://github.com/*/*/commit/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
// ==/UserScript==
@holysugar
holysugar / deploy.rb
Last active December 14, 2015 20:08 — forked from shun0102/deploy.rb
require 'securerandom'
namespace :td do
task :start, :roles => :fluentd do
run "#{try_sudo} /etc/init.d/td-agent start"
end
task :stop, :roles => :fluentd do
run "#{try_sudo} /etc/init.d/td-agent stop"
end
@holysugar
holysugar / growthforecast.sh
Last active December 14, 2015 18:58 — forked from oranie/gist:3697669
/etc/init.d/growthforecast
#!/bin/bash
#
# /etc/rc.d/init.d/growthforecast
#
# chkconfig: - 80 20
# description: growthforecast
# processname: growthforecast
# pidfile: /var/run/growthforecast/growthforecast.pid
#
### BEGIN INIT INFO
@holysugar
holysugar / Action Mailer
Created January 27, 2012 01:53 — forked from fxn/Action Mailer
Ruby on Rails v3.2.1 CHANGELOGs (in ja-JP)
## Rails 3.2.1 (January 26, 2012) ##
* 変更なし