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.
The java.util.prefs package provides a way for applications to store and retrieve user and system preference and configuration data.

0 Questions

PL/SQL Developer is an Integrated Development Environment by Allround Automations that is specifically targeted at the development of stored program units for Oracle Databases.

0 Questions

JSDoc is a markup language for adding inline API documentation to JavaScript source code. This is distinct from the various tools that parse and manipulate code that follows the JSDoc syntax.

0 Questions

Python library that provides regular expression matching operations similar to those found in Perl.

0 Questions

Template specialization refers to programmer-generated explicit specialization of templates for specific types.

0 Questions

An application design paradigm used as a replacement for MVC, pioneered at Facebook by Jing Chen

0 Questions

Converters can change data from one type to another, translate data based on cultural information, or modify other aspects of presentation.

0 Questions

The DataWeave Language is a powerful template engine that allows you to transform data to and from any kind of format (XML, CSV, JSON, Pojos, Maps, etc).

0 Questions

Data truncation is the automatic or deliberate shortening of data. A string, decimal number, or datestamp can be truncated to a shorter value. A data stream (such as a file or record set) can be truncated when either the entirety of the data is not needed or when it will be stored in a location too short to hold its entire length. No rounding occurs when numbers are truncated.

0 Questions

memcpy() is a C standard library function used for copying a block of memory bytes from one place to another.

0 Questions

With reference to a given (possibly implicit) set of objects, a unique identifier is any identifier which is guaranteed to be unique among all identifiers used for those objects and for a specific purpose.

0 Questions