rdaemons.blogspot.com
Releasing Daemons: Tesseract OCR: Setting Up Interactive Debug Environment On Windows
http://rdaemons.blogspot.com/2011/02/tesseract-ocr-setting-up-interactive.html
News Implementation details. Hints for developers. Sunday, February 6, 2011. Tesseract OCR: Setting Up Interactive Debug Environment On Windows. The following are the step-by-step instructions for setting up and running Tesseract’s internal state viewer (called "ScrollView") on Windows. Although there already exists a dedicated wiki article. Tesseract’s viewer requires a few JAR files which hadn’t been changed for years and are a bit of hassle to get. So I decided to pack them all into a ...Data for it w...
rdaemons.blogspot.com
Releasing Daemons: October 2008
http://rdaemons.blogspot.com/2008_10_01_archive.html
News Implementation details. Hints for developers. Wednesday, October 15, 2008. C2scan.com вышел в онлайн. Началось альфа-тестирование интернет-сервиса c2scan. Сервис представляет собой как самостоятельный проект, так и тестовую площадку для обкатки новой технологии обработки изображений ImgHog-2008. Эта технология, в частности, будет использована при реализации проекта Покупедия.ру. Итак, поздравляем тебя с появлением на свет, www.c2scan.com. I develop and promote FlashReceipts.com.
rdaemons.blogspot.com
Releasing Daemons: Visual C++ 2010: Detecting Memory Leaks For Global Variables
http://rdaemons.blogspot.com/2011/03/visual-c-2010-detecting-memory-leaks.html
News Implementation details. Hints for developers. Monday, March 7, 2011. Visual C 2010: Detecting Memory Leaks For Global Variables. This article is a hint for those who feel desperate with finding the origin of a memory leak in their programs. I suppose you've already read the Microsoft's documentation on this topic - Finding Memory Leaks Using the CRT Library. And set up your project to enable leak detection. The documentation states that if you did everything properly, the Output. File in Visual Stud...
rdaemons.blogspot.com
Releasing Daemons: June 2010
http://rdaemons.blogspot.com/2010_06_01_archive.html
News Implementation details. Hints for developers. Friday, June 4, 2010. Исчезнуть или стать Хаммером? Гениальное по простоте идеи и, скорей всего, весьма сложное по схеме реализации оборонное новшество от израильской компании Eltics: камуфляжные панели с изменяемой температурой для дезинформирования IR-сенсоров. Израиль научился делать танки невидимыми. YoutTube: Eltics "Black Fox" Thermal IR Countermeasure System [ShortVersion]. Синтетические добавки к организму всё ближе. View my complete profile.
rdaemons.blogspot.com
Releasing Daemons: August 2008
http://rdaemons.blogspot.com/2008_08_01_archive.html
News Implementation details. Hints for developers. Monday, August 25, 2008. Будущее BI в облаках? Статья про начало конвергенции cloud computing и BI. Лично меня наиболее заинтересовала глава "Google Panorama = BI 2.0? В которой рассказывается об оригинальном решении компании Panorama в условиях, когда она осталась один на один с еще более укрупнившимися в результате недавних слияний BI-гигантами. Ссылка: Будущее BI в облаках? I develop and promote FlashReceipts.com. View my complete profile.
rdaemons.blogspot.com
Releasing Daemons: Tesseract OCR: Interactive Debugging Continued. Baseline Viewer
http://rdaemons.blogspot.com/2012/06/tesseract-ocr-interactive-debugging.html
News Implementation details. Hints for developers. Thursday, June 21, 2012. Tesseract OCR: Interactive Debugging Continued. Baseline Viewer. Here I'll describe a method of viewing baselines in Tesseract's interactive debug environment. Those who use Tesseract 3.02 should first read my former post called Tesseract OCR: Setting Up Interactive Debug Environment On Windows. Version 3.01 users can still use the old installation suite. In the main menu choose Modes- Show BL Norm Word. Slowly drag down vertical...
rdaemons.blogspot.com
Releasing Daemons: Yii: Getting to Understand Hierarchical RBAC Scheme
http://rdaemons.blogspot.com/2011/01/yii-getting-to-understand-hierarchical.html
News Implementation details. Hints for developers. Monday, January 24, 2011. Yii: Getting to Understand Hierarchical RBAC Scheme. Yii is also known for its comprehensive documentation and well-written tutorials. Authentication and Authorization. There was no other way for me but to dig into Yii's code and I would like to present my findings in this post. I have to mention that digging in Yii's code is not difficult at all, it's well-structured and everyone can do it, but the following info can save y...
rdaemons.blogspot.com
Releasing Daemons: February 2011
http://rdaemons.blogspot.com/2011_02_01_archive.html
News Implementation details. Hints for developers. Sunday, February 6, 2011. Tesseract OCR: Setting Up Interactive Debug Environment On Windows. The following are the step-by-step instructions for setting up and running Tesseract’s internal state viewer (called "ScrollView") on Windows. Although there already exists a dedicated wiki article. Tesseract’s viewer requires a few JAR files which hadn’t been changed for years and are a bit of hassle to get. So I decided to pack them all into a ...Data for it w...
rdaemons.blogspot.com
Releasing Daemons: Visual C++ 2010: How To Fix The "Up-to-date Project Always Gets Rebuilt" Problem
http://rdaemons.blogspot.com/2011/01/visual-c-2010-up-to-date-project-always.html
News Implementation details. Hints for developers. Monday, January 17, 2011. Visual C 2010: How To Fix The "Up-to-date Project Always Gets Rebuilt" Problem. Sometimes when you hit F5 or F7, Visual Studio acts as if something has changed in your project and rebuilds it, even immediately after a fresh rebuild. This might be very annoying and time-consuming, especially when debugging big projects. I'll try to summarize what can be done to eliminate this problem. You always see this:. Thanks for the help on ...