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.
An assertion statement that is verified at the compilation time. A feature of C++11/C++14, supported by gcc since 4.3

0 Questions

For questions about the Single Responsibility Principle in object-oriented programming, one of the SOLID principles coined by Robert C. Martin. It states that a module should have only one reason to change.

0 Questions

file-manager is a GUI oriented application or service with the purpose to manage files in a operating system.

0 Questions

mod_jk is the connector used to connect the Tomcat servlet container with web servers using AJP protocol.

0 Questions

The doctest module searches for pieces of text that look like interactive Python sessions, and then executes those sessions to verify that they work exactly as shown. The test cases and expected output can be copied from an interactive Python interpreter session. During regression testing doctest alerts about failed cases.

0 Questions

Xen is a virtualization technology for IA-32, x86-64 and ARM architectures.

0 Questions

An optionmenu is a UI construct that presents the user with a list of options.

0 Questions

v4l2 (video for Linux 2) is a video capture interface for a variety of video capture devices tested to be fully compatible with Linux. v4l2 is commonly used by programs and frameworks such as Ekiga, gstreamer, Mplayer, Skype, and VLC media player.

0 Questions

0 Questions

A machine learning model created by someone else. Questions about the practical use and implementation details (using a pretrained model as a starting point, or benchmark) are allowed; however, questions about the theory behind these models are off-topic.

0 Questions

TestNG @DataProvider annotation

0 Questions