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
function ci() | |
{ | |
if [[ -e '.git' ]]; then | |
git commit -a -m "$*" | |
fi | |
} |
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
[user] | |
name = c9s | |
email = [email protected] | |
[alias] | |
co = checkout | |
ci = commit | |
di = diff | |
st = status | |
br = branch | |
re = remote |
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
<script type="text/javascript" src="http://github.com/c9s/blogger-comment.js/raw/master/blogger-comment.js"></script> |
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
use warnings; | |
use strict; | |
package Node; | |
sub new { | |
my $cls = shift; | |
my %args = @_; | |
bless \%args,$cls; | |
} |
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
div.class1[ attr1 = ... ]+li*3 | |
=> | |
<div class="class1" attr1="..."> | |
<li></li> | |
<li></li> | |
<li></li> | |
</div> |
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
REQUIRES=(App::CLI DateTime::Format::DateParse Exporter::Lite File::Basename File::Copy File::Find File::Path File::Spec Getopt::Long LWP::UserAgent YAML) | |
TODAY=`date +%Y-%m-%d` | |
REPO=/tmp/vim-packager-$TODAY | |
BIN=/tmp/vim-packager-$TODAY.bin | |
if [[ -e $REPO ]] ; then | |
echo Found previsou repository: $REPO | |
echo Cleaning up | |
rm -rf $REPO | |
fi |
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
REQUIRES=(App::CLI DateTime::Format::DateParse Exporter::Lite File::Basename File::Copy File::Find File::Path File::Spec Getopt::Long LWP::UserAgent YAML) | |
TODAY=`date +%Y-%m-%d` | |
REPO=/tmp/vim-packager-$TODAY | |
BIN=/tmp/vim-packager-$TODAY.bin | |
if [[ -e $REPO ]] ; then | |
echo Found previsou repository: $REPO | |
echo Cleaning up | |
rm -rf $REPO | |
fi |
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
#include "jsapi.h" | |
/* The class of the global object. */ | |
static JSClass global_class = { | |
"global", JSCLASS_GLOBAL_FLAGS, | |
JS_PropertyStub, JS_PropertyStub, JS_PropertyStub, JS_PropertyStub, | |
JS_EnumerateStub, JS_ResolveStub, JS_ConvertStub, JS_FinalizeStub, | |
JSCLASS_NO_OPTIONAL_MEMBERS | |
}; |
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
/opt/local/share/vim/vim72/syntax/2html.vim | |
/opt/local/share/vim/vim72/syntax/README.txt | |
/opt/local/share/vim/vim72/syntax/a2ps.vim | |
/opt/local/share/vim/vim72/syntax/a65.vim | |
/opt/local/share/vim/vim72/syntax/aap.vim | |
/opt/local/share/vim/vim72/syntax/abap.vim | |
/opt/local/share/vim/vim72/syntax/abaqus.vim | |
/opt/local/share/vim/vim72/syntax/abc.vim | |
/opt/local/share/vim/vim72/syntax/abel.vim | |
/opt/local/share/vim/vim72/syntax/acedb.vim |
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
/opt/local/share/vim/vim72/syntax/basic.vim | |
/opt/local/share/vim/vim72/syntax/freebasic.vim | |
/opt/local/share/vim/vim72/syntax/ibasic.vim |