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 | |
| # --------------------------------------------------------- | |
| # Customizable Settings | |
| # --------------------------------------------------------- | |
| MOUNT_POINT="${CASE_SAFE_MOUNT_POINT:-${HOME}/casesafe}" | |
| VOLUME_PATH="${CASE_SAFE_VOLUME_PATH:-${HOME}/.casesafe.dmg.sparseimage}" | |
| VOLUME_NAME="${CASE_SAFE_VOLUME_NAME:-casesafe}" | |
| VOLUME_SIZE="${CASE_SAFE_VOLUME_SIZE:-60g}" |
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
| # Download latest Android image, "hammerhead" for Nexus 5 (GSM/LTE) | |
| https://developers.google.com/android/nexus/images#hammerhead | |
| # Download latest TWRP | |
| https://dl.twrp.me/hammerhead/ | |
| # Download latest SuperSu | |
| https://download.chainfire.eu/supersu | |
| Enable USB debugging. |
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
| MacOSX 10.8にて | |
| $ brew install jenkins | |
| $ ln -sfv /usr/local/opt/jenkins/*.plist ~/Library/LaunchAgents | |
| $ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.jenkins.plist | |
| $ brew install selenium-server-standalone | |
| $ ln -sfv /usr/local/opt/selenium-server-standalone/*.plist ~/Library/LaunchAgents | |
| $ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.selenium-server-standalone.plist |
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
| // ==UserScript== | |
| // @name emu.js | |
| // @namespace http://twitter.com/amasawa | |
| // @include http://sp.pf.mbga.jp/* | |
| // @run-at document-start | |
| // ==/UserScript== | |
| (function () { | |
| var script = document.createElement('script'); | |
| script.textContent = '\ |
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
| // ==UserScript== | |
| // @name shingeki.js | |
| // @namespace http://twitter.com/amasawa | |
| // @include http://sp.pf.mbga.jp/12007160* | |
| // @include http://sp.pf.mbga.jp/12008054* | |
| // @include http://sp.pf.mbga.jp/12009496* | |
| // @include http://sp.pf.mbga.jp/12008982* | |
| // @run-at document-start | |
| // ==/UserScript== |
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
| ./autogen.sh | |
| ./configure --with-mysql-source=~/src/mysql-5.5.14 --with-mysql-bindir=/usr/local/bin --with-mysql-plugindir=/usr/local/lib/mysql/plugin |
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
| brew install giflib | |
| tar zxf swfed-0.44.tar.gz | |
| cd swfed-0.44/src | |
| phpize | |
| ./configure --with-png-dir=/usr/X11 --with-gif-dir=/usr/local | |
| make | |
| sudo cp modules/swfed.so /usr/lib/php/extensions/no-debug-non-zts-20090626/ | |
| sudo vi /etc/php.ini |