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.
This tag will generally be used by those unfamiliar with SQL, asking basic questions about joins. In SQL, data is stored in tables. Frequently, queries need data from multiple tables, and the way that they are connected may not be obvious.

0 Questions

NOT FOR GENERAL WIN32 PROGRAMMING QUESTIONS (use [winapi])! This is ONLY for questions about the "Win32GUI" library, which is a C++ library for Win32 GUI programming.

0 Questions

For all ARM Cortex-M series cores, including M0, M0+, M1, M3, M4, M7, M23 and M33.

0 Questions

Debezium is an open source distributed platform to stream database changes. Use this tag for questions related to using, configuring or troubleshooting Debezium.

0 Questions

A JSON to JSON transformation library written in Java.

0 Questions

An OLAP cube is a multidimensional database that is optimized for data warehouse and online analytical processing (OLAP) applications.

0 Questions

A documentation generator is a programming tool that generates documentation intended for programmers (API documentation) or end users (End-user Guide), or both, from a set of specially commented source code files, and in some cases, binary files.

0 Questions

A chunk is a fragment of information which is used in many multimedia formats

0 Questions

TeeChart is a commercial set of powerful charting components originally written for Delphi. A basic component called TChart is included in every Delphi IDE supporting VCL and FireMonkey frameworks. TeeChart is also available for major languages: .NET Framework, Xamarin (including Android, iOS and Forms) Java (including Swing, SWT and Android), ActiveX, Javascript/HTML5 and PHP.

0 Questions

A bit field is used to compactly store multiple logical values as a short series of bits where each of the single bits can be addressed separately.

0 Questions

The .net Thread.Sleep(...) method suspends the caller for a specified amount of time.

0 Questions