|
|
Зажги свою жизнь!

| Nov. 3rd, 2009 07:34 pm Свиной грип атакует! Если в аптеке кончилисись повязки на лицо не паникуйте.. Сделайте её самостоятельно, это очень просто: ( Read more... ) Leave a comment | |

| Nov. 2nd, 2009 03:35 pm CVwsSessionWrapper, ActivateView and VIEWSRV 11 To avoid "cool" panic while repeatedly launching the same app with ActivateView, use CVwsSessionWrapper only when you don't have COE environment (for example, from console/background server thread etc.)
In all other cases use CCoeAppUi::ActivateViewL(), it's much safer and more efficient. Leave a comment | |

| Nov. 2nd, 2009 01:07 pm Черный список - страховая компания Таск Не пользуйтесь услугами этой компании, по крайней мере при страховании своего авто. Почему? Потому что:
- Относятся к клиентам только как к источнику денег; - Часто не дозвониться, особенно по выходным; - Если даже дозвонился, не могут дать толковые ответы на простые вопросы; - Осмотр машин страховым агентом иногда назначают в таких местах, что невозможно найти днём с огнем. На картах Минска такие места не обозначены, местные жители о них тоже не догадываются. Попытка узнать по телефону, где это - заранее обречена на неудачу; - При малейшей возможности компания Таск пытается вытянуть деньги из клиентов. Плевали они на ваши проблемы с высокой колокольни и никогда не идут на встречу;
P.S. Сменил Таск на другую компанию, о чем ни капельки не жалею. Leave a comment | |

| Nov. 1st, 2009 07:04 pm Принимаю советы от путешественников на Кубу Что не забыть с собой взять? Что делать там и чего не делать? Контакты, адреса, явки :) 6 comments - Leave a comment | |

| Oct. 27th, 2009 12:46 pm Обновления драйверов и BIOS от SONY для ноутбуков VAIO 1) Sony сдалась и разродилась поддержкой Intel VT в ноутбуках VAIO - надо просто скачать обновленный биос. 2) Выложены официальные дрова для Windows 7
Пока пользуюсь Windows 7 RC 7100 на своём VAIO TT - никаких нареканий, правда, раньше приходилось рабочие дровишки долго подбирать.
Вкусности для российских моделей VAIO здесь: http://support.vaio.sony.eu 1 comment - Leave a comment | |

| Oct. 26th, 2009 12:25 am Visual C++ 2010 - What's new What's New in Visual C++ 2010 Visual C++ Integrated Development Environment
Visual C++ Projects and MSBuild Visual C++ solutions and projects are now built with MSBuild, which is same time-proven build tool that is used by the other Visual Studio languages and project types. MSBuild is a flexible, extensible, XML-based tool that takes the place of VCBUILD.exe. Consequently, project files use a new XML file format, and a .vcxproj file suffix. Visual C++ 2010 automatically converts project files from earlier versions of Visual Studio to the new file format.  Visual C++ Libraries Restart Manager The restart manager autosaves documents and restarts your application if it unexpectedly closes or restarts. For example, you might use the restart manager to start your application after it is closed by an automatic update. For more information about how to configure your application to use the restart manager, see How to: Add Restart Manager Support. MFC Library The CTaskDialog class can be used instead of the standard AfxMessageBox message box. This class displays and gathers more information than the standard message box. New Libraries The SafeInt Library performs safe arithmetic operations that account for integer overflow. This library also compares different types of integers.  Visual C++ Compiler and Linker auto Keyword The auto keyword has a new purpose. Use the default meaning of the auto keyword to declare a variable whose type is deduced from the initialization expression in the variable's declaration. The /Zc:auto compiler option invokes either the new or previous meaning of the auto keyword. decltype Operator The decltype operator returns the type of a specified expression. Use the decltype operator in combination with the auto keyword to declare a type that is either complex or known only to the compiler. For example, use the combination to declare a template function whose return type depends on the types of its template arguments. Or, declare a template function that calls another function, and then returns the return type of the called function. Lambda Expressions Lambda functions have a function body but no name. Lambda functions combine the best characteristics of function pointers and function objects. Use lambda functions by themselves, as a template function parameter instead of a function object, or together with the auto keyword to declare a variable whose type is a lambda. Rvalue Reference The rvalue reference declarator (&&) declares a reference to an rvalue. An rvalue reference enables you to use move semantics and perfect forwarding to code more efficient constructors, functions, and templates. static_assert Declaration A static_assert declaration tests a software assertion at compile time, unlike other assertion mechanisms that test at run time. If the assertion fails, the compilation fails and a specified error message is issued. nullptr and __nullptr Keywords The Visual C++ 2010 compiler enables you to use the nullptr keyword with native code in addition to managed code. The nullptr keyword indicates that an object handle, interior pointer, or native pointer type does not point to an object. The compiler interprets nullptr to be managed code when you use the /clr compiler option, and native code when you do not use the /clr option. The Microsoft-specific __nullptr keyword has the same meaning as nullptr, but applies to only native code. If you compile native C/C++ code with the /clr compiler option, the compiler cannot determine whether the nullptr keyword is a native or managed term. To make your intention clear to the compiler, use the nullptr keyword to specify the managed term, or __nullptr to specify the native term. /Zc:trigraphs Compiler Option By default, support for trigraphs is disabled in Visual C++ 2010 . Use the /Zc:trigraphs compiler option to enable trigraphs support. A trigraph consists of two consecutive question marks ("??") followed by a unique third character. The compiler replaces a trigraph with a corresponding punctuation character. For example, the compiler replaces the "??=" trigraph with the '#' character. Use trigraphs in C source files that use a character set that does not contain convenient graphic representations for some punctuation characters. New Profile-Guided Optimization option PogoSafeMode is a new option for profile-guided optimization that enables you to specify whether to use safe mode or fast mode when you optimize your application. Safe mode is thread safe but slower than fast mode. Fast mode is the default behavior.  Microsoft Macro Assembler Reference The addition of the YMMWORD data type supports the 256-bit multimedia operands provided with Intel Advanced Vector Extensions (AVX) instructions. 2 comments - Leave a comment | |

| Oct. 25th, 2009 02:30 am Баг в ЖЖ во время перевода часов :) Пытался создать два поста с небольшим интервалом в час Ч - когда в 3 часа ночи часы переводят на час назад :)
Ошибка записи: Incorrect time value: You have an entry which was posted at 2009-10-25 02:29, but you're trying to post an entry before this. Please check the date and time of both entries. If the other entry is set in the future on purpose, edit that entry to use the "Date Out of Order" option. Otherwise, use the "Date Out of Order" option for this entry instead. 3 comments - Leave a comment | |

| Oct. 25th, 2009 02:29 am ! for std::auto_ptr inside if crashes winscw compiler on Symbian <code> std::auto_ptr<CBase> p; if (!p) ; // BANG! </code>
C:\S60\PDT_1.1\Carbide.c++\x86Build\Symbian_Tools\Command_Line_Tools>mwccsym2.exe
Nokia Codewarrior C/C++ Compiler for Windows/x86. Copyright (c) 2008, Nokia Corporation All rights reserved. Version 3.2.5 build 473 (Build 473) Runtime Built: Apr 30 2008 14:33:37
Usage: mwccsym2.exe [-options]... [files]... [@response]...
Please enter 'mwccsym2.exe -help' for information about options. Leave a comment | |

| Oct. 25th, 2009 02:29 am New Carbide C++ 2.1 - Faster than old one! Go to Downloads at http://developer.symbian.org, install PDT v1.1 and update Carbide C++ 2.0.4 inside into 2.1.
Installing PDT also adds SBSv2 toolchain (next version of Symbian build system). Looks like it's a bit more faster and cooler (python scripting instead of Perl?)
And yes, from Carbide 2.0.4, you have built-in Symbian news feeds, like in Visual Studio start page :) Leave a comment | |

| Sep. 15th, 2009 04:19 pm +2 страны Бельгия - королева вкусного пива! Нидерланды - вообще на особом месте :) Leave a comment | |

| Sep. 7th, 2009 11:31 pm +1 страна В свою копилку добавил Люксембург Leave a comment | |

| Aug. 18th, 2009 03:13 pm If you got strange and unexpected KERN-EXEC 3 on Symbian device... ...And code looks perfect, but after some changes it crashes again in different place, that can mean that...
You're have STACK OVERFLOW!
Be careful, this error is not reproduced under emulator - it automatically extends stack size. By default on the most devices it's 8Kb. If you really need big stacks (deep recursion, big local buffers/arrays), just increase it with EPOCSTACKSIZE parameter in the mmp file.
Here is the link-proof: http://wiki.forum.nokia.com/index.php/KIS000387_-_Small_default_stack_size_in_S60_3rd_Edition Leave a comment | |

| Aug. 18th, 2009 08:45 am Visa Internet Приорбанка таки работает Смог оплатить Skype с этой карточки. Не все так плохо в датском королевстве! Leave a comment | |

| Aug. 14th, 2009 11:55 am Ищутся спецы по Ruby On Rails Набираем к себе на фирму в Минске рубистов, теплый офис возле Дворца Республики, все белое и пушистое, проекты интересные, под разные мобильные оси (Symbian, Windows Mobile, Android, iPhone) и вебня-backend для них. Пишите/стучите/звоните! Leave a comment | |

| Aug. 11th, 2009 08:45 am По злачным местам Европы В начале сентября на недельку собираюсь прокатиться в автобусном туре по Берлину, Парижу, Бельгии (без Брюсселя) и Амстердаму. Если кто хочет присоединиться - велкам! Leave a comment | |

| Aug. 9th, 2009 11:56 am Как Skype помогает вашим родителям :) Столько лет пользуюсь скайпом, только недавно узнал о фиче (может она недавно появилась?) - показывать свой рабочий стол или его кусок собеседнику. Настолько удобно, что не передать :) Особенно с учетом пробивания скайпом всяких натов и файрволов. Теперь настраивать компьютер бабушки будет еще быстрее! 1 comment - Leave a comment | |


| Jul. 28th, 2009 02:57 pm Где изучить испанский? Может посоветуете, где в Минске можно быстро, за пару месяцев, изучить разговорный испанский? Клевые краткосрочные курсы, симпатичные девочки-репетиторши из инЯза, рассмотрю любые варианты :) 4 comments - Leave a comment | |

| Jul. 28th, 2009 02:15 pm Nokia 5800 OTA firmware update OTA = over the air
New version is 30.0.011, can be downloaded from the device itself and it's only ~5 Megabytes. Strange, previous upgrades from the desktop were much heavier - about 100 Megabytes... Leave a comment | |

| Jul. 15th, 2009 03:49 pm Шансы найти работу Интересно, после подачи объявления о поиске офис-менеджера, письма от девушек стали сыпаться как из ведра, только успевай разгребать почту! Оказывается, в Минске столько безработных студенток, выпускниц и даже девушек 30+!
Что самое интересное, многие отправляют резюме без фотографии. Может я один такой, но при огромном количестве кандидаток, в первую очередь буду выбирать такую, чтобы понравилась внешне :) И конечно же обладала всеми необходимыми навыками и опытом, которые требуются.
Так же сходу игнорируются письма, отправленные не персонально а сразу целой пачке работодателей. И само собой, что кандидатки, приславшие о себе пару строчек, вообще не имеют никаких шансов.
Вот как из сотен выбрать одну? Leave a comment | |

Back a Page
|
|