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.
A C standard library function: strncpy is used to copy a maximum of n characters of non-overlapping, fixed-width or null-terminated strings. Defined also as std::strncpy in C++ standard library.
0 Questions
Transaction isolation relates to the visibility and impact of changes made in one transaction on concurrent transactions.
0 Questions
PC/SC stands for "Personal Computer/Smart Card", and is a specification for integration of smart cards with personal computers.
0 Questions
504 Gateway Timeout. The server was acting as a gateway or proxy and did not receive a timely response from the upstream server.
0 Questions
Anything related to a class of algorithms where the result is found by searching either the upper or the lower half of a sorted set of items and repeating this procedure recursively. Commonly used to refer to the bisection method (to find a root of an equation) or to the bisection search algorithm (to search a sorted list for a matching element).
0 Questions
The setlocale() is a function that is used to configure and specify certain locale information.
0 Questions
Constructor Injection is the Dependency Injection technique of passing an object's dependencies to its constructor.
0 Questions
MPEG-4 is an ISO/IEC standard for video and audio compression as a successor of MPEG-2. It has much more complex capabilities including arbitrary shaped videos and new ways of synthesis.
0 Questions
This tag is ambiguous. Consider using the video-encoding tag for Scalable Video Coding, or the wcf and/or iis tags for the Microsoft file extension.
0 Questions