Tags
A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
For questions about using jMock. JMock is a helper framework for test-driven development and unit testing.
0 Questions
This tag can be used in questions involving usage of MenuStrip class from Windows Forms (a GUI class library in the Microsoft .NET Framework).
0 Questions
A shim is code which intercepts an API method call and provides a layer of abstraction to facilitate cross-platform development
0 Questions
Questions regarding the implementation of one to many relations using Hibernate ORM framework
0 Questions
model-view describes the relationship between the model and the view when using model-view-controller
0 Questions
AdaBoost is a meta machine learning algorithm. It performs several rounds of training in which the best weak classifiers are selected. At the end of each round, the still misclassified training samples are given a higher weight, resulting in more focus on these samples during the next round of selecting a weak classifier.
0 Questions
TORQUE Resource Manager provides control over batch jobs and distributed computing resources. It is an open-source product based on the original PBS project.
0 Questions
std::bad_alloc is the type of exception thrown when memory allocation fails in a C++ program
0 Questions
JPopupMenu is the Java Swing implementation of a popup menu, a small window that pops up and displays a series of choices. A JPopupMenu is used for the menu that appears when the user selects an item on the menu bar. It is also used for "pull-right" menu that appears when the selects a menu item that activates it. Finally, a JPopupMenu can also be used anywhere else you want a menu to appear.
0 Questions