Eclipse と Xcode のショートカットキー対応表
Xcode
Ctrl + i
Eclipse
Cmd + Shift + f
| #!/bin/bash | |
| if [ $# -lt 3 ]; then | |
| echo "Usage: append DIRECTION file1 file2 ... dest" | |
| echo "i.e.: append -left 01.png 02.png dest.png" | |
| echo "DIRECTION = [-left|-right|-top|-bottom]" | |
| exit | |
| fi | |
| DIRECTION=$1 |
| <?php | |
| class LilyLite { | |
| private static $lily_lite = null; | |
| private $link = null; | |
| /** | |
| * DBの初期化 |
| require 'fileutils' | |
| require 'rmagick' | |
| # file name | |
| img_file_path = ARGV[0] | |
| if (/\// =~ img_file_path) then | |
| /^.*\/([^\/]+).png$/ =~ img_file_path | |
| else | |
| /^(.+).png$/ =~ img_file_path |
| require 'rmagick' | |
| # file name | |
| img_file_name = ARGV[0] | |
| /(.+).png/ =~ img_file_name | |
| base_img_file_name = $1 | |
| # get image data |
| [color] | |
| ui = true | |
| [user] | |
| name = username # change your name | |
| email = useremail # change your email | |
| [alias] | |
| pr = pull --rebase | |
| st = status | |
| ft = fetch | |
| br = branch |
| <?php | |
| /** | |
| * あたいったら最強ね!!(神クラス) | |
| * @author cirno | |
| */ | |
| class Utilno { | |
| /** | |
| * チルノがクライアントのエージェントがモバイルならtrueを返してくれる | |
| * @return モバイルならtrue、そうでなければfalse |