Skip to content

Instantly share code, notes, and snippets.

View marutanm's full-sized avatar
๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ

Ryo Fujita marutanm

๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ
View GitHub Profile
Error: Failed executing: make (macvim.rb:68)
These existing issues may help you:
https://github.com/mxcl/homebrew/issues/10490
https://github.com/mxcl/homebrew/issues/10589
Otherwise, please report the bug:
https://github.com/mxcl/homebrew/wiki/reporting-bugs
# nodeใฎใƒใƒผใ‚ธใƒงใƒณใ‚’็ขบ่ช
% node -v
v0.6.2
# ใ‚คใƒณใ‚นใƒˆใƒผใƒซๆธˆใฟใฎnodeใ‚’็ขบ่ช
% brew info node
node 0.6.2
http://nodejs.org/
/usr/local/Cellar/node/0.4.10 (72 files, 7.6M)
/usr/local/Cellar/node/0.6.2 (80 files, 7.6M) *
@marutanm
marutanm / neko
Created December 16, 2011 08:00 — forked from a2ikm/neko
#!/usr/bin/env ruby
# encoding: utf-8
puts <<EOM
ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€iใƒฝใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€/ใƒฝ
ใ€€ใ€€ใ€€ ใ€€ ใ€€|ใ€€๏พžใƒฝใ€ใ€€ใ€€ใ€€ใ€€/ ใ€€๏พži
ใ€€ ใ€€ ใ€€ ใ€€ |ใ€€ใ€€ใ€€๏พž''โ”€โ€'''"ใ€€ ใ€€ l
ใ€€ใ€€ใ€€ใ€€ใ€€,/ใ€€ใ€€ใ€€ ใ€€ ใ€€ ใ€€ ใ€€ใ€€ ใ€€ ๏พžใƒฝ
ใ€€ใ€€ใ€€ใ€€ ,i๏พž ใ€€ใ€€ใ€€๏ผใ€€ ใ€€ ใ€€ ใ€€ ใ€€๏ผผ ๏พž
ใ€€ใ€€ใ€€ ใ€€i!ใ€€ใ€€ใ€€ใ€€ใ€€โ€ปใ€€ ใ€€ ใ€€ใ€€โ€ป ใ€€,lใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€
@marutanm
marutanm / .gitconfig
Created December 15, 2011 06:25
gitใง็›ด่ฟ‘nๆ—ฅใฎ่‡ชๅˆ†ใฎใ‚ณใƒŸใƒƒใƒˆใ‚’่กจ็คบใ™ใ‚‹ใ‚ตใƒ–ใ‚ณใƒžใƒณใƒ‰recent
[alias]
recent = "!$SHELL -c ' \n\
n=1 \n\
1=\"${1:-$n}\" \n\
git --no-pager log --since=\"$1\".days --author=\"`git config user.name`\" --pretty=format:\"%h - %ar : %s\" --branches --reverse\n\
' __dummy__"
# ใƒ‡ใƒ•ใ‚ฉใƒซใƒˆใง1ๆ—ฅๅˆ†ใ€git recent 10 ใง10ๆ—ฅๅˆ†
#ๅ‚่€ƒ http://whileimautomaton.net/2009/05/08003459
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@marutanm
marutanm / gist:1289256
Created October 15, 2011 08:11
ๆ—ฅๆธ…ใŠๅฅฝใฟ็„ผ็ฒ‰ ใŸใ“็„ผใใฎๅˆ†้‡

ใŠๅฅฝใฟ็„ผใงใŠใ„ใ—ใ•ใ„ใ‚ใ„ใ‚ ใŸใ“็„ผใ(็ด„60ๅ€‹ๅˆ†)

ๆๆ–™

  • ใŠๅฅฝใฟ็„ผ็ฒ‰ 300g(3ใ‚ซใƒƒใƒ—)
  • ๅต 2ๅ€‹(100g)
  • ๆฐด 900cc(4+1/2ใ‚ซใƒƒใƒ—)
  • ใŸใ“ ็ด„100g
  • ใŠๅฅฝใฟใฎๅ…ท
@marutanm
marutanm / gist:1288833
Created October 15, 2011 01:13
iPhone Twitter Bookmarklet
javascript:window.location='twitter://post?message=%20/%20'+document.title+'%20-%20'+window.location
diff --git bin/ruby-build bin/ruby-build
index 2c6da34..405c53d 100755
--- bin/ruby-build
+++ bin/ruby-build
@@ -97,6 +97,15 @@ build_package_standard() {
build_package_ruby() {
local package_name="$1"
+ { ./configure --prefix="$PREFIX_PATH" --enable-shared --enable-pthread --with-opt-dir=/usr/local
+ make -j 2
activesupport (3.1.0)
addressable (2.2.6)
awesome_print (0.4.0)
bluecloth (2.1.0)
builder (3.0.0)
bundler (1.0.18)
diff-lcs (1.1.3)
earthquake (0.8.1)
erubis (2.7.0)
eventmachine (0.12.10)