[C++] A functor abuse, but a cool abuse :D

Taken from http://www.boost.org/doc/html/program_options/tutorial.html, here's my “omigod why haven't I thought of this before” moment of the week:

// Declare the supported options.
po::options_description desc("Allowed options");
desc.add_options()
("help", "produce help message")
("compression", po::value(), "set compression level")
;

All I can say is: -_-)=b

Google Mobile Platform released

Google announced today his Mobile Phone platform... NTT DoCoMo is working with them,  BTW. Details in here:

 

http://googleblog.blogspot.com/2007/11/wheres-my-gphone.html 

http://feeds.feedburner.com/~r/OmMalik/~3/180103075/

 

The base for this new "OS" is Linux. 

Python methods are not python functions

As much as python treats functions as first order objects analogous in most ways to any other new-style object, it is important to observe the fine differences between methods and functions, and in the process hopefully avoid a few edge case pitfalls. 

 

Some fun facts to keep in mind:

* Methods are of two types: bound and unbound.  The  unbound type is the form of the method given to the class definition.  

OpenMoko, an OS allternative to iPhone?

More details here:

 http://www.openmoko.com/

http://openmoko.org/

 

Some blog talking about it:

http://troubledramblings.com/2007/10/06/the-open-source-iphone-alternative-openmoko-for-consumers/ 

 

wxPython and wx.ListCtrl, part 2

In my previous entry, I showed how a virtual wx.ListCtrl can be used to avoid some of the more annoying aspects of wx.ListCtrl's behavior can be avoided.  Furthermore, I gave an example of one such simple implementation:  NiftyVirtualCtrl.  In most cases, this is the end of the discussion.  However, as I noted in my blog entry,  I designed NiftyVirtualCtrl to be used -on top of- already existing ListCtrl's, by calling NiftifyList to dynamically change classes of an already instiated ListCtrl.  The reasoning for this being that I wished ot use the control with XRC, and did not want to

Quality in every software!

NTTMCL thinks that Software Quality Assurance (SQA) is one of the most important aspects of "Software Development". Then, we are always seeking the new trends, methods, and so on to make our testing activity more effective, more productive, and more!

 

Just information; the following conferences are good information source for QA persons.

1. STAREAST (Software Testing Analysis &Revivew EAST)

2. STARWEST (Software Testing Analysis &Revivew WEST)

3. STPCon (Software Test & Performance Conference)

Syndicate content