Skip to content

Instantly share code, notes, and snippets.

@yuikns
Created November 21, 2014 13:41
Show Gist options
  • Save yuikns/f2706ce6ce86ba2abf24 to your computer and use it in GitHub Desktop.
Save yuikns/f2706ce6ce86ba2abf24 to your computer and use it in GitHub Desktop.
Title: Hello, World!
Date: 2014-11-21 05:56
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
link : [a link to argcv](http://argcv.com )
image: ![logo](http://argcv.com/favicon.png)
latex:
$$\alpha ,\beta , \gamma ,\delta , \epsilon , \zeta , \eta ...$$
$$E = mc^2$$
$$m = \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}}$$
$$\dfrac {\partial E} {\partial m}=p\int _{0}^{\dfrac {c} {m}}rf\left( r\right)dr+cp$$
$$\sum_{i=0}^{10} x_i$$
$$\exists\ yu\ love\ \forall\ code$$
$$
\mathbf{V}_1 \times \mathbf{V}_2 =
\begin{vmatrix}
\mathbf{i} & \mathbf{j} & \mathbf{k} \\\
\frac{\partial X}{\partial u} & \frac{\partial Y}{\partial u} & 0 \\\
\frac{\partial X}{\partial v} & \frac{\partial Y}{\partial v} & 0
\end{vmatrix}
$$
\begin{equation}
MIN\left\lbrace
\begin{array}{lll}
matrix_{i-1,j}+COST_{insert}\\\
matrix_{i,j-1}+COST_{delete}\\\
matrix_{i-1,j-1}+COST_{sub:i->j}
\end{array}
\right.
\end{equation}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment