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.
IME stands for "Input Method Editor", and refers to systems that allow users to input characters and symbols not found on their keyboard. They are commonly used to input Chinese, Japanese, and Korean (CJK) characters.

0 Questions

SCORM is a collection of standards for online content delivery.

0 Questions

Screen Orientations change in a sensor based (touch) phones, when you rotate. In other phones, developers want to rotate the content, on an event when users click on a button or an option that specifies this function, or as a default option when e.g. when you have written code for landscape orientation and running on device, which has portrait resolution.

0 Questions

JDOM is an open source library for working with a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and is optimized for the Java programmer.

0 Questions

The Grizzly NIO and Web framework leverage Java™ NIO API capabilities. Grizzly's helps developers to build scalable and robust servers using NIO and we are also offering extended framework components: Web Framework (HTTP/S), Bayeux Protocol, Servlet, HttpService OSGi and Comet.

0 Questions

A property of the Flex DataGrid and AdvancedDataGrid used to specify a data source.

0 Questions

Monkeyrunner is tool from Android SDK which provides an API for writing programs that control an Android device or emulator from outside of Android code.

0 Questions

R package primarily concerned with panel data. Package contains a set of estimators and tests for panel data.

0 Questions

Moshi is a JSON library for Android and Java. It makes it easy to parse JSON into Java objects:

0 Questions

OSMnx is a [Python] package for downloading real-world spatial geometries and street networks from [OpenStreetMap]. It allows you to easily model, project, visualize, and analyze street networks in Python with [NetworkX] and [geopandas].

0 Questions

A deprecation warning indicates that a method is obsolete. Using a newer method (which has been provided in the meanwhile) is preferred.

0 Questions