林吳長
FireBreath is a framework that allows easy creation of powerful browser plugins. A plugin built on FireBreath works as an NPAPI plugin or as an ActiveX control (windows only) and support could be added for other plugin types built in C++ as well. Read about our project for details, or read below to get started quickly!
http://www.firebreath.org/display/documentation/FireBreath+Home
czchen
http://fletcherpenney.net/multimarkdown/
Peter
# apt-get install texlive latex-cjk-all latexila
\documentclass{article}
\usepackage{amsmath,amsthm,amssymb} % 引入 AMS 數學環境
這裡是 preamble 區
\begin{document}
這裡是本文區
\end{document}
yan
run script after git clone
$ mkdir ~/.git/hooks
$ vi ~/.git/hooks/post-checkout
#!/bin/sh
echo "Project : $0"
some_hook()
$ chmod u+x -R ~/.git/hooks
$ git clone --template=/home/user/.git ssh://user@gerrit.server:29418/my_project