How to find available network cameras using Google: http://www.google.com/search?q=intitle%3A%22SNC-RZ30+HOME%22 HTTP request to /oneshotimage.jpg will show snapshot:
// Oprogramowanie Roman Ryltsov
How to find available network cameras using Google: http://www.google.com/search?q=intitle%3A%22SNC-RZ30+HOME%22 HTTP request to /oneshotimage.jpg will show snapshot:
There has been a lot of and increasing comment spam on the blog engine and it finally reached a critical amount to put a stop instead of just trashing tens and then hundreds of comments. Before I already restricted comments to registered users only and it did not help much, then I disabled XML-RPC since…
As it is well known, COM/DCOM per-class launch and access permissions are stored in registry under HKEY_CLASSES_ROOT\AppID key. However the permissions are stored in binary form (as a named REG_BINARY value) and thus not easy to read. DCOMCNFG (or MMC snap-in) is used to modify the values interactively but once one needs to update the…
This is a remake of a merely old thing coming since Visual C++ 6.0. The add-in updates .RC resource script to increment file version (A.B.C.D+1 from A.B.C.D) for a binary to be compiled just before compilation. This is useful to have each build compiled with a different version number. The add-in works with C++ projects…
Essence of respect to copyright in ex-USSR: Поддерживать”отечеÑтвенного” производителÑ, котрый не удоÑужилÑÑ Ñделать руÑÑкогоÑзычный интерфейÑ? Лично Ð´Ð»Ñ Ð¼ÐµÐ½Ñ “ÑнгельÑкий” не проблема. Так же как 990рублей (не хочу только Ð³ÐµÐ¼Ð¾Ñ€Ñ€Ð¾Ñ Ñ Ð¸Ñ… отправкой автору ), но почему нет “великого и могучего”? Я думаю, что автор неÑомненно неплохой програмы априори, “ÑоотечеÑтвенников” за покупателей (таргет групп) не Ñчитает.…
While fixing Vista compatibility problems, an interesting issue arose with AVI clips. It is widely known that Windows shell animations are small AVI clips linked into shell32.dll binary as a resource of type “AVI”. Other DLLs have their clips too and standard animation common control is capable of picking the clips. It is quite convenient…