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.
a standard for asynchronous stream processing with non-blocking back pressure on the JVM

0 Questions

The GLPK (GNU Linear Programming Kit) is, according to its website, a package for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library.

0 Questions

app.yaml is a configuration file for Google App Engine applications.

0 Questions

SimpleAdapter is a basic Android adapter which can be used to map static data to views in a xml layout.

0 Questions

A DataInputStream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.

0 Questions

Lua's native string pattern matching facility. Note that Lua patterns are not equivalent to a regex.

0 Questions

A document interaction controller, along with a delegate object, provides in-app support for managing user interactions with files in the local system

0 Questions

Mongodump is a utility for creating a binary export of the contents of a database.

0 Questions

An appender is a metaphor for an "output channel" in logging systems.

0 Questions

Use for questions concerning the Python 2 module StringIO or the class StringIO it contains. In Python 3, this refers to the class StringIO of the io module.

0 Questions

SnakeYAML is a YAML parser and emitter for the Java programming language.

0 Questions