Wireshark

January 16th, 2010 No comments

Wireshark is the world’s foremost network protocol analyzer, and is the de facto (and often de jure) standard across many industries and educational institutions.

Read more…

Windows 7 Hotkeys

December 13th, 2009 No comments
  • Windows Key + Tab = Aero Switch (keep holding Windows key and press Tab to cycle)
  • Windows Key + E = Windows Explorer
  • Windows Key + R = Run Command
  • Windows Key + F = Search
  • Windows Key + X = Mobility Center
  • Windows Key + L = Lock Computer
  • Windows Key + U = Ease of Access
  • Windows Key + P = Projector
  • Windows Key + T = Cycle Superbar Items
  • Windows Key + S = OneNote Screen Clipping Tool (requires OneNote)
  • Windows Key + M = Minimize All Windows
  • Windows Key + D = Show/Hide Desktop
  • Windows Key + Up = Maximize Current Window
  • Windows Key + Down = Restore Down / Minimize Current Windows
  • Windows Key + Left = Dock Current Window to the Left
  • Windows Key + Right = Dock Current Windows to the Right
  • Windows Key + ‘+’ = Magnifier
  • Windows Key + Shift + Right = Moves Current Window to the Monitor on the Right
  • Windows Key + Shift + Left = Moves Current Window to the Monitor on the Left
  • Windows Key + [1-9] = Launches the corresponding program in the superbar (going left to right)
  • Windows Key + Pause = Open System Info

Additional:

Optimizing Performance in Qt-Based Applications

December 13th, 2009 No comments

Video of this presentation (3 parts) will give you a brief overview of performance improvements done in Qt

Performance is a key component of usability and crucial for the user experience, especially in today’s modern user interfaces where graphical elements are being animated and transitioned. Bringing Qt Everywhere means a significant need for speed across desktop and embedded platforms. This presentation will give you a brief overview of performance improvements done in Qt, and will be highly interactive with hands-on sessions on how to squeeze every last drop of performance out of your Qt application.

Tags:

QGraphicsAnchorLayout

December 5th, 2009 No comments

The QGraphicsAnchorLayout is a very flexible layout, yet the concept is simple. By creating an anchor between two edges of two layout items you are giving the anchor layout a constraint to fulfill. In the simplest case you are just saying that the distance between the two layout edges should be a fixed distance. You can do this with the left, right, top, bottom and the “center edges” of any layout item. You can also have an edge that has several anchors connected to it. This is not possible with linear layout and it is partly possible with a grid layout. This allows you to build up the structure the layout should have. The layout will then try to fulfill the constraints you have given it by potentially growing or shrinking the layout items. You can also configure each anchor to grow or shrink if that is preferred.

Anchor layout joins the family of QGraphicsLayout

Tags:

Qt::WA_StaticContents

December 1st, 2009 No comments

Qt Assistant: Indicates that the widget contents are north-west aligned and static. On resize, such a widget will receive paint events only for parts of itself that are newly visible. This flag is set or cleared by the widget’s author. (Link)

But also it prevents to avoid flicking during resizing.

The demo demonstrates the effect of setting the Qt::WA_StaticContents attribute on any widget in Qt 4.5

Tags: , ,

Windows XP Mode

December 1st, 2009 No comments

Windows XP Mode and Windows Virtual PC, available on Windows 7 Professional and Windows 7 Ultimate, allow you to run multiple Windows environments, such as Windows XP Mode, from your Windows 7 desktop.

Boost compilation with Visual Studio

November 17th, 2009 No comments

build bjam

  • go to %BOOST%/tools/jam/src folder
  • run build.bat file
  • copy bjam.exe file to %BOOST%/bin folder from %BOOST%/tools/jam/src/bin.ntx86 folder

build boost

  • go to %BOOST% folder
  • compile Boost using bjam.exe:

bin\bjam.exe –build-dir=”C:\Dev\Libs\boost\build-boost” –toolset=msvc –build-type=complete stage

Bin2Cpp

November 12th, 2009 No comments

bin2cpp” is a little Tool for converting binary files in a C/C++ header file, so it can be used in other C++/C Programms (i.e. for putting a programm into another!).

Tags: , , ,

Эдвард де Боно

November 12th, 2009 No comments

Доктор Эдвард де Боно – один из очень немногих людей в истории, про которых можно сказать, что они сильно повлияли на то, как мы думаем.

Имеется много причин, позволяющих назвать его наиболее международно-известным мыслителем.

Особым вкладом доктора де Боно является то, что ему удалось поставить такую таинственную область, как творчество, на солидную основу. Он показал, что творчество есть одна из необходимых характеристик самоорганизующихся информационных систем.

Сайт автора

книги в электронном виде

Tags: , ,

Qtitan Multimedia library

November 12th, 2009 No comments

The Qtitan Multimedia library adds various multimedia technologies, such as Adobe Flash, Adobe Reader and Microsoft Silverlight, to applications designed using Qt framework. Qtitan Multimedia integrates with the Qt Designer form designer, simplifying the addition of new objects and speeding up the design process. Qtitan Multimedia is just what programmers need to create applications with big possibilities for multimedia.

Tags: ,