Skip to content

Instantly share code, notes, and snippets.

View marutanm's full-sized avatar
πŸ‘οΈβ€πŸ—¨οΈ

Ryo Fujita marutanm

πŸ‘οΈβ€πŸ—¨οΈ
View GitHub Profile
@marutanm
marutanm / Rakefile
Last active August 29, 2015 14:13 — forked from g-1/Rakefile
Cocos2d-x v3.3ε―ΎεΏœη‰ˆ
# 事前にTARGETS > Build Settings > Architecturesに'i386'γ‚’θΏ½εŠ γ™γ‚‹
PROJECT_PATH = "../cocos2d/build/cocos2d_libs.xcodeproj"
TARGET_NAME="'libcocos2d iOS'"
OUTPUT_DEBUG="tmp/iphonesimulator"
OUTPUT_RELEASE="tmp/iphoneos"
OUTPUT_LIB="../lib"
desc "ι™ηš„γƒ©γ‚€γƒ–γƒ©γƒͺをビルドします"
task "lib" do
sh "xcodebuild -project #{PROJECT_PATH} -configuration Release -sdk iphonesimulator7.1 -target #{TARGET_NAME} TARGET_BUILD_DIR=../../build/#{OUTPUT_DEBUG} BUILT_PRODUCTS_DIR=../../build/#{OUTPUT_DEBUG} clean build"
@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γ€€γ€€γ€€γ€€γ€€γ€€γ€€
hoge = { 1 => "a", 2 => "b" }
fugafuag = "piyopiyo"
<Leader>t=
hoge = { 1 = > "a", 2 = > "b" }
fugafuag = "punipuni"