Archive for March, 2009

03
Mar
09

Win32/C++ Resources

A “healthy set” of Win32 and C++-related links (related stuff, anyway):

02
Mar
09

Quince – UX Pattern Explorer

Found Quince – UX Pattern Explorer (UX stands for User Experience – a “modern” hype-replacement word for the now “old fashined” UI) some time ago and decided to save it. It is what it claims to be – the explorer of the user interface patterns. It is one of the few things that Infragistics ever got right, perhaps the only one.

02
Mar
09

“Bit Twiddling”

Needed to do some “weird” things recently that involved bit operations, e.g. to create masks with certain number of bits set. During my “research” I found few interesting places: