Monday, January 31, 2005
Emacs Search:
regexp search -- M-C-s
line$: end of a line
^: beginning of a line
.: any single character
.*: zero or more character
word\>: end of a word
\<:beginning of a word
search keyword history -- M-p or M-n
word search -- C-s RET C-w
incasesensitive search -- C-s M-c
highlight search -- M-x highlight-regexp
^M=C-q C-m,CL/CF=C-q C-j,TAB=C-q TAB
find the key binding: C-h w
Saturday, January 29, 2005
Monday, January 24, 2005
Object recognition related information:
The PASCAL Object Recognition Database Collection
Shape Matching and Object Recognition in Berkeley
The Caltech-101 Object Categories
Object Category Recognition in Oxford
SIFT features based by Lowe
Multiclass and multiview object detection
Eigen face by Turk in UCSB
Real-time Object Detection by Paul Viola and Michael Jones
Sunday, January 23, 2005
Friday, January 21, 2005
You can find all linux commands here:
Quick LINUX Commands
Forgive my poor memory: covariance and correlation coefficient
Monday, January 17, 2005
Sunday, January 16, 2005
Friday, January 14, 2005
Monday, January 10, 2005
Saturday, January 08, 2005
How to use VNC in Linux
PS:need to add port 5900 to Windows firewall to enable the VNC Server
Wednesday, January 05, 2005
Tuesday, January 04, 2005
Sunday, January 02, 2005
The solution for ntfs automount (autofs can not work for ntfs in Fedora Core 3!):
How to edit and understand /etc/fstab
