- Rut & Lek Seafood must
- Type of Cuisine: Thai
- What to order:
- White Seafood Tom Yum
- Yellow Curry Squid
- Google Maps Link: https://goo.gl/maps/1GTBud939T22
I hereby claim:
- I am miogalang on github.
- I am miogalang (https://keybase.io/miogalang) on keybase.
- I have a public key ASA4DsdaPebmPdNTsi4VoPoHmrsiSvy45AFFL7hPEH28Kwo
To claim this, I am signing this object:
Ichiran Ramen
- Tonkotsu ramen
- What to order: Ichiran Ramen
- Lots of branches
- https://goo.gl/maps/dqb2qzw6scK2
This file contains hidden or 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
#! /bin/bash | |
# See https://github.com/GaryJones/wordpress-plugin-git-flow-svn-deploy for instructions and credits. | |
# The way to run this is to grab this onto the root of the plugin github repo and run as a bash script from there. | |
# It is VERY IMPORTANT that this is run from the root of the plugin repo. | |
# Check for arguments | |
if [[ $# -ne 3 ]] ; then | |
echo 'Illegal number of arguments. Please pass <Plugin Slug> <Main File> <SVN Password>' | |
exit 1 |
This file contains hidden or 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
.string(2656) "array(11) { | |
'_GET' => | |
array(1) { | |
'apiVersion' => | |
int(1) | |
} | |
'_POST' => | |
array(0) { | |
} | |
'_COOKIE' => |
This file contains hidden or 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
mio@/Users/mio$ brew info freetype | |
freetype: stable 2.5.1 (bottled) | |
http://www.freetype.org | |
/opt/boxen/homebrew/Cellar/freetype/2.5.1 (59 files, 2.7M) * | |
Poured from bottle | |
From: https://github.com/mxcl/homebrew/commits/master/Library/Formula/freetype.rb | |
==> Dependencies | |
Required: libpng ✔ | |
==> Options | |
--universal |
This file contains hidden or 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
mio@Library/Formula$ brew doctor | |
Warning: Your Homebrew is not installed to /usr/local | |
You can install Homebrew anywhere you want, but some brews may only build | |
correctly if you install in /usr/local. Sorry! | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install php54 |
This file contains hidden or 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
mio@/Users/mio$ brew install php55 --with-homebrew-openssl --with-imap --with-mysql --with-pgsql --with-fpm --with-suhosin -v | |
==> Downloading http://www.php.net/get/php-5.5.6.tar.bz2/from/this/mirror | |
Already downloaded: /opt/boxen/cache/homebrew/php55-5.5.6 | |
tar xf /opt/boxen/cache/homebrew/php55-5.5.6 | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file configure | |
Hunk #1 succeeded at 39041 (offset 764 lines). | |
Warning: Backing up all known pear.conf and .pearrc files | |
Warning: If you have a pre-existing pear install outside |