ALL is WELL

静者心多妙 超然思不群

Keep Calm and Go on Blogging

一直有写博客的想法,也在N久以前在Github上搭了第一个个人博客。 可是自己三天两头半新鲜,很快就没了热情,加之自己的懒惰,博客基本上一直荒废在那。

今天再次开张,希望比以前做的好一些。

于此自勉!

Keep caml and go on blogging

此帖及煽情、搞笑、测试于一身。过了下面这条线,就是测试区域了。

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

烦请客观您自重,闲人止步。:P

Image Tag

1
{% img [class names] /path/to/image [width] [height] [title text [alt text]] %}

Testing image tag

Code Block

1
$ sudo make me a sandwich
Discover if a number is prime Source Article
1
2
3
4
5
class Fixnum
  def prime?
    ('1' * self) !~ /^1?$|^(11+?)\1+$/
  end
end

Gist Tag

Graphviz (Awesome!)

Comments