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
hoge = { 1 => "a", 2 => "b" } | |
fugafuag = "piyopiyo" | |
<Leader>t= | |
hoge = { 1 = > "a", 2 = > "b" } | |
fugafuag = "punipuni" | |
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
#!/usr/bin/env ruby | |
# encoding: utf-8 | |
puts <<EOM | |
γγγγγγiγ½γγγγγγγ/γ½ | |
γγγ γ γ|γοΎγ½γγγγγ/ γοΎi | |
γ γ γ γ |γγγοΎ''ββ'''"γ γ l | |
γγγγγ,/γγγ γ γ γ γγ γ οΎγ½ | |
γγγγ ,iοΎ γγγοΌγ γ γ γ γοΌΌ οΎ | |
γγγ γi!γγγγγβ»γ γ γγβ» γ,lγγγγγγγ |
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
# δΊεγ«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" |