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 NSData class is an Apple class for holding generic data. Often used when reading/writing from and to files, and the internet.

0 Questions

Lazy evaluation refers to a variety of concepts that seek to avoid evaluation of an expression unless its value is needed, and to share the results of evaluation of an expression among all uses of its, so that no expression need be evaluated more than once.

0 Questions

A language created and used in the Kivy framework to describe a widget structure of a project.

0 Questions

contentEditable is an HTML attribute (invented by Microsoft and standardized in HTML5) that is used for client-side in-browser "rich text" editing.

0 Questions

Exiting, quitting, or halting refers to the termination of a process or program.

0 Questions

Checkout is the process of finishing a transaction after using a shopping application for some time.

0 Questions

RavenDB is an Open Source document database for the .NET Core platform (Windows, MacOS, Linux). RavenDB offers a flexible data model designed to fit the needs of real world systems. RavenDB stores schema-less JSON documents, and allows you to define indexes using Linq queries and focus on low latency and high performance.

0 Questions

Google Cloud Endpoints is a technology developed by Google for use on Google App Engine to allow developers to develop and host APIs easily, and to generate strongly-typed client libraries for Java (Android) and Objective-C (iOS), and dynamically-typed libraries for JavaScript.

0 Questions

A priority queue is a regular queue or stack data structure, but where additionally each element has a "priority" associated with it.

0 Questions

Pascal is an imperative language from the Wirthian family created in 1969. It was widely used in engineering and teaching in the 1970s and 1980s. It lives on in compilers as Free Pascal and Delphi.

0 Questions

Android resources - framework for providing different layouts or strings for android projects.

0 Questions