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.
Library to create and manipulate PDF documents in Java and C#. Use this tag for code using iText version 7 and higher. Use the "itext5" tag for older versions up to 5.5.x. Remember to also add a tag for the language you're using.
0 Questions
A broadcast is a one-to-many message passing interface. It is usually used in the context of a network programming or event-driven programming.
0 Questions
Shortest path problems are problems addressing finding the shortest path from a single source to a target source, usually in a graph.
0 Questions
Questions related to Spring's Transaction API (programmatic or declarative)
0 Questions
Code Analysis is the process of analyzing the code of the application to discover, review, validate or verify certain properties of the application. This is useful during the process of development and for testing the application before it is put in production mode, especially for checking the security related aspects.
0 Questions
Session-state allows the retrieval of values for a given user as that user navigates through a website. It is used to maintain state across a visit within the constraints of the stateless HTTP protocol. Session-state is commonly abbreviated to session.
0 Questions
Regex-negation is an operation performed on a character class that complements its pattern. The result is the character class matching anything not in its class.
0 Questions
The computer program yacc is a parser generator developed by Stephen C. Johnson at AT&T for the Unix operating system.
0 Questions
Coded UI tests are automated User Interface tests that can be created with Visual Studio to test different kinds of user interfaces, allowing for verification of user application functionality.
0 Questions