Skip to content

Instantly share code, notes, and snippets.

View yukihr's full-sized avatar
🏠
Working from home

yukihiro hara yukihr

🏠
Working from home
View GitHub Profile
@yukihr
yukihr / 0_reuse_code.js
Created November 20, 2015 15:31
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
カレーのレシピ
誰でもできる、美味しいカレーの作り方です。旦那も息子もこのカレーが大好物。
ポイントは玉ねぎと人参はミキサーで細かくしてしまうところ。逆にコクのある美味しいカレーになります。
レシピの作者
山田サチ子さん
材料 ( 8皿分 )
@yukihr
yukihr / emacs.rb
Created August 17, 2012 16:33 — forked from sharl/emacs.rb
Yet Another Emacs 24.2 Homebrew Formula (fullscreen+IME inline)
require 'formula'
class Emacs < Formula
homepage 'http://www.gnu.org/software/emacs/'
url 'http://ftpmirror.gnu.org/emacs/emacs-24.2.tar.bz2'
mirror 'http://ftp.gnu.org/pub/gnu/emacs/emacs-24.2.tar.bz2'
sha1 '38e8fbc9573b70a123358b155cf55c274b5a56cf'
if ARGV.include? "--use-git-head"
head 'http://git.sv.gnu.org/r/emacs.git'
@yukihr
yukihr / emacs.rb
Created August 15, 2012 13:37 — forked from rfkm/emacs.rb
Emacs24.1 Formula with inline-patch(+fix)
require 'formula'
class Emacs < Formula
homepage 'http://www.gnu.org/software/emacs/'
url 'http://ftp.gnu.org/pub/gnu/emacs/emacs-24.1.tar.gz'
md5 '97b78dece2b4fd617dfab26b7db2d4bc'
depends_on "autoconf" => :build
if ARGV.include? "--use-git-head"