Skip to content

Instantly share code, notes, and snippets.

View ktlacaelel's full-sized avatar

kazuyoshi tlacaelel ktlacaelel

  • Placeit by Envato
  • Japan, Canada, Mexico.
View GitHub Profile
@ktlacaelel
ktlacaelel / Questions
Created July 15, 2011 02:54
Magma Rails Give-away
Day Job:
Open Source contribution (if any):
Tell me about your experience with Ruby/Rails:
How do you use GitHub:
Favorite luchador(es):
#!/bin/bash
### BEGIN INIT INFO
# Provides: APPLICATION
# Required-Start: $all
# Required-Stop: $network $local_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start the APPLICATION unicorns at boot
# Description: Enable APPLICATION at boot time.
### END INIT INFO
# Used to graph results from autobench
#
# Usage: ruby autobench_grapher.rb result_from_autobench.tsv
#
# This will generate three svg & png graphs
require "rubygems"
require "scruffy"
require 'csv'
require 'yaml'
@ktlacaelel
ktlacaelel / first_gist
Created June 4, 2009 07:01
yey! this is my first gist
first gist