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.
Sony is an electronics and media company. Only programming questions about Sony's APIs and SDKs are on topic. This tag should not be used for customer/product support.

0 Questions

A mathematical proof is any mathematical argument which demonstrates the truth of a mathematical statement. Informal proofs are typically rendered in natural language and are held true by consensus; formal proofs are typically rendered symbolically and can be checked mechanically. "Proofs" can be valid or invalid; only the former kind constitutes actual proof, whereas the latter kind usually refers to a flawed attempt at proof.

0 Questions

ATmega is a product line within Atmel's AVR micro-controller family.

0 Questions

For questions relating to the Comprehensive R Archive Network (CRAN), which serves as a central repository for R distributions and contributed packages. This tag is not for general R questions; use the [r] tag instead.

0 Questions

The UiBinder framework allows you to build your apps as HTML pages with GWT widgets sprinkled throughout them.

0 Questions

The Google provider for Terraform is a plugin used to manage resources and API interactions with the Google Cloud Platform.

0 Questions

A dynamic, browser based visualisation library. The library is designed to be easy to use, to handle large amounts of dynamic data, and to enable manipulation of and interaction with the data. The library consists of the components DataSet, Timeline, Network, Graph2d and Graph3d.

0 Questions

For questions regarding programming in Android 11 (a.k.a., Android R), the primary 2020 version update for the Android OS.

0 Questions

The concept of assigning text to a UI element

0 Questions

ZipArchive is a PHP extension for manipulating zip compressed archives.

0 Questions

A type mismatch error is usually found in the context of strong typed languages. Occurs while assigning values between unrelated, incompatible or unconvertible values. For example assigning a string value to a number. The variable or property isn't of the correct type. For example, a variable that requires an integer value can't accept a string value unless the whole string can be recognized as an integer.

0 Questions