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.
Spring Java Configuration (JavaConfig) provides a pure-Java means of configuring the Spring IoC container. By taking advantage of Java 5.0 language features such as annotations and generics, JavaConfig allows users to express configuration logic and metadata directly in code, alleviating any need for XML.
0 Questions
SonarLint is an extension to IDEs (such as VS, Eclipse or IntelliJ) that provides on-the-fly feedback to developers on new bugs and quality issues found in their code, using Static Code Analysis.
0 Questions
Hosted News feeds API that allows you to build scalable news feeds and activity streams
0 Questions
python-pptx is a Python library for creating and updating PowerPoint (.pptx) files.
0 Questions
TradingView is a financial web-platform and a social network for traders. Use this tag for questions related to the programming API of TradingView products: Charting Library, Social Tools, Widgets. If you have questions about the Pine Script language use the [pine-script] tag. Do not use this tag for questions about the website.
0 Questions
A shellcode is a small piece of code used as the payload in the exploitation of a software vulnerability.
0 Questions
Anything related to handshaking in telecommunications, i.e. a process of automatic (software or hardware) negotiation of communication parameters between two interconnected devices.
0 Questions
A legacy API to extend Apple's Safari web browser. As of Safari 14/MacOS 11, a framework named Safari Web Extension implements the standard browser extension APIs. Safari App Extensions, introduced with MacOS 10.12 ("Sierra"), is aimed at integration of native applications with the browser.
0 Questions
N1QL pronounced "Nickel" is Couchbase's next generation SQL like query language that allows for running queries for documented oriented databases.
0 Questions
Collector, as of Java 8, is a mutating reduction operation on a Stream. Use this tag for specific questions about the usage of Collectors.
0 Questions