This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# /etc/rc.d/init.d/growthforecast | |
# | |
# chkconfig: - 80 20 | |
# description: growthforecast | |
# processname: growthforecast | |
# pidfile: /var/run/growthforecast/growthforecast.pid | |
# | |
### BEGIN INIT INFO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails 3.2.1 (January 26, 2012) ## | |
* 変更なし |