- All *51
- = [
- Technology *33 ,
- Misc *9 ,
- Physics *9
- ]
Category:
-
LaTeX Notes & MathJax in Jekyll
More...
I take
Math of Cryptography
andMachine Learning
this semester. So I guess it is important for me to be able to input mathematics formular in blog posts when I want to write somthing about math. -
Frequent Problems Raised in Android Programming
More...
This post lists some problems appears frequently during Android developing.
-
Android UI – Staggered Grid View
More...
There is an open source library of Staggered Grid View
It works fine but… There are some flaws:
-
Some Useful Android Programming Snips
More...
Digest: all activity in app, detect string & uni-code char, intent, dp/sp/px, screen size, available memory
-
磨刀不误砍柴工 系列之 二 : Bounded-Depth Search Trees
More...
Bounded-Depth Search Trees includes: (2,4) Tree, Red-Black Tree
To under Red-Black tree more easily, we could learn (2,4) Tree at first. These two trees can be converted to each other.
-
磨刀不误砍柴工 系列之 一 : Heap BST AVL
More...
学习算法是磨刀不误砍柴工的一件事情。
(磨刀不误砍柴工) 系列是我学习算法的笔记,总结自己学习中的理解,并希望能分享交流。
-
我的博客基本建成
More...
之前就想用Ruby建自己的博客,学了点Rails后才发现基于Ruby的jekyll已经很好地和github融合了,而且成为了一种主流。于是经过1个月的陆陆续续参考修改,就基本建成了我的个人网站。