Papers review

Depth map Estimation

Ashutosh Saxena, Sung H. Chung, and Andrew Y. Ng “Learning Depth from Single Monocular Images” In Proc. NIPS, 2005
Depth estimation using machine learning from monocular cueues. Uses MRF model

German resources

http://www.c-plusplus.de/forum/

Excelent idea moves towards a real life

Smartphone Application for driver assistance. It can measure distance to the next vehicle for example. Or detect road lane. And warn about violating it.
http://www.acodriver-shop.com/

Some time ago I also had such an idea. Very interesting.

Cool 3d web design

http://www.snowflakecreative.co.uk/

About sublime

Convenient json formatting
http://www.yellowduck.be/geek-stuff/2013/3/9/formatting-json-and-xml-with-sublime-text

clang: error: linker command failed with exit code 1

Finally I solved the problem with broken clang compilation
I always got message

ld: malformed archive TOC entry for <long strange identifier>, offset 362137760 is beyond end of file 303710208
 for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

when I interrupted compilation of a large project. And the only way to build a project was to clean and build again. It took a long time. 
I found out I don;t need rebuild all if I delete all files from Debug directory. After that Xcode only relinks the project. It is much faster.

Cyrillic characters decoder

Very useful for determining what text is encoded for example in unicode characters/
http://2cyr.com/decode/