Tools
OpenCV 2.0 released
by zkan on Oct.06, 2009, under Tools
Great news for me!
One thing I mentioned in the previous blog was that, to install OpenCV with ffmpeg, the soft links need to be created under /usr/include/ffmpeg. However, for this new version of OpenCV, we don’t need to do it anymore.
Wanna try? >> Click <<
Related posts
LaTeX for WordPress
by zkan on Sep.17, 2009, under Tools
If it works, it will show square root of 2 below:

As I’d like to write some math equations on my blog, this LaTeX for WordPress plug-in can help me to do that. And I choose it because it allows me to write in LaTeX format!
Related posts
GNU Aspell
by zkan on Sep.17, 2009, under Tools
Aspell is a “Free” and “Open Source” spell checker I’d recommend for those who are using LaTeX.
It goes through your text file and suggests possible replacements for a misspelled word. What you have to do is just decide whether that word shoud be replaced or not. You can simply use only this command:
aspell -c <file>
The option -c means to check a file and <file> is any text file except MS Word. There is a version for Windows as well.
