2008-12-01ãã1ã¶æéã®è¨äºä¸è¦§
PHP_Beautifierã«ã¯è¦åããã¤ããã ã©ããã¼ #!/bin/sh php=`which php` stylist="/path/to/phpStylist.php" $php $stylist "$@" \ --indent_size 4 \ --line_before_comment_multi \ --keep_redundant_lines \ --space_inside_parentheses \ --space_afteâ¦
.zshrc bindkey -v bindkey "^j" vi-cmd-mode bindkeyã®ä¸è¦§è¡¨ç¤º % bindkey -L|lv http://journal.mycom.co.jp/column/zsh/004/index.html
ãã«æåã®åé¤ trim(å ¨è§ã¹ãã¼ã¹ãå«ã) å ¨è§è±æ°åãåè§è±æ°åãåè§ã«ããå ¨è§ã«ãã«å¤æ app/app_contoroller.phpå array( 'encoding' => 'SJIS-win' ) ); app/components/data_prep.php
Vim ã§ã¿ã°ã¸ã£ã³ãã使ã£ã¦ã¿ã - Archiva ã«ã¼ã½ã«ä½ç½®ã®åèªãã¿ã°ã¨ã¿ãªãã¦ã¸ã£ã³ãã C-] ç´åã®ã¿ã°ã«æ»ãã C-t ã«ã¼ã½ã«ä½ç½®ã®åèªã®å®ç¾©ãããã¬ãã¥ã¼ã¦ã£ã³ãã¦ã§éãã C-w } ãã¬ãã¥ã¼ã¦ã£ã³ãã¦ãéããã(:pcã¨åã) C-w C-z è¤æ°åè£ããâ¦
The NERD tree - A tree explorer plugin for navigating the filesystem : vim online http://vimwiki.net/?scripts%2F18 mapping 㧠o let g:NERDTreeMapActivateNode="<cr>"ãã°ã« nnoremap m(_ _)m <esc>:NERDTreeToggle<cr> NERDTreeã¦ã£ã³ãã¦ãéãã¦ãã¡ã¤ã«ãé</cr></esc></cr>â¦
unit testing - How to write an AssertTags test in SimpleTest with regex? - Stack Overflow Some text</p>"; $expected = array( '<p', 'preg:/[A-Za-z\.\s\,]+/', '/p' ); $this->assertTags( $result, $expected )</p',>
'error'以å¤ã®ã¡ã½ããåã¯ãdebug ãããã ãããããã¿ã¼ã³ /app/error.php class AppError extends ErrorHandler { function foo( $params ){ /app/controller/some_controller.php $this->cakeError( 'foo', $params ); //debug < 1 ã®å ´åã404ã500ã®â¦