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.
Azure Resource Manager(ARM) Templates are used to deploy all the resources required for an application to Azure. In the template, you define the resources that are needed for the application and specify deployment parameters to input values for different environments. They consist of JSON and expressions which you can use to construct values for your deployment.

0 Questions

circular dependency is a relation between two or more modules which either directly or indirectly depend on each other to function properly.

0 Questions

Recording the contents of memory after application or operating system failure, or by operator request, in a core dump for use in subsequent problem analysis. Also, recording a file or medium as a backup.

0 Questions

The classification, or categorization, of things

0 Questions

A binary-safe file read function in C/C++/PHP that returns the specified number of bytes from a stream. Also a fast csv parser in R's data.table package.

0 Questions

Non-blocking mode I/O either transfers at least one byte or returns immediately with an error or end of stream. Non-blocking algorithms refer to use of concurrency without the usual mutual exclusion primitives, guaranteeing that thread operations will not block indefinitely. This is usually handled with atomic value modification (increment/decrement) and/or reading (compare-and-exchange) operations.. It isn't clear which this tag is intended for.

0 Questions

Small part of or a selection from something (code, logs, data etc.), intended to show the structure, style, or nature of the whole.

0 Questions

A generic tag for topics providing definitions.

0 Questions

Adobe Acrobat is a family of applications developed by Adobe in order to view, create, manipulate, print and manage files in Portable Document Format (PDF).

0 Questions

Involves turning "compiled" code (such as machine code, byte code or IR code) back in higher-level assembly mnemonics.

0 Questions

Ranking is the sorted order of an element in a list of elements. Usually a high ranking means the element is good in terms of certain metric.

0 Questions