Thinking

Monday, January 31, 2005

Nice CUA mode and IDO mode for Emacs

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

O'Caml Style Guide

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

Assembly Language Programmer's Guide

How to mount partition with full access to non-root users

Friday, January 21, 2005

You can find all linux commands here:
Quick LINUX Commands

Linux System Commands

Forgive my poor memory: covariance and correlation coefficient

Brief tutorial on Support Vector Machine

Monday, January 17, 2005

RANSAC documents
RANSAC overview

Lindeberg's Scale-Space Theory in Computer Vision

Baumberg's Feature Detector

Sunday, January 16, 2005

David Lowe's SIFT feature detector

Friday, January 14, 2005

A nice page about Augmented Reality

Monday, January 10, 2005

Changing Login between Console and X at Startup

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

Another old poster about deduction of harris corner detector

Great "yum" makes installing new software easy in Fedora 3

Tuesday, January 04, 2005

How to write a read-only buffer in Emacs: M-x toggle-read-only

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

Saturday, January 01, 2005

How to set up autofs in linux

How-To: Modifying UI font of gtk1 and gtk2 application