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 member is an element of an object in the object-oriented programming paradigm.

0 Questions

An independent implementation of Google's protobuf binary serialization format, protobuf-net approaches the problem-space with common .NET coding styles, but retaining the high performance, dense output and cross-platform interoperability.

0 Questions

DO NOT USE THIS TAG, it is going to be removed. The Mozilla Foundation is a non-profit organization that exists to support and provide leadership for the open source Mozilla project.

0 Questions

The java.io package provides blocking input and output through data streams, serialization, and the file system.

0 Questions

OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol (LDAP).

0 Questions

Bubble sort is a simple sorting algorithm that works by repeatedly stepping through the list to be sorted, comparing each pair of adjacent items and swapping them if they are in the wrong order. The pass through the list is repeated until no swaps are needed, which indicates that the list is sorted. The algorithm gets its name from the way smaller elements "bubble" to the top of the list. It is little used in industry but useful in teaching.

0 Questions

fill refers to the process of assigning and rendering a color or pattern to the set of coordinates within the outline of a shape.

0 Questions

An ODE (ordinary differential equation, in contrast to partial differential equation) is a differential equation containing a function or functions of exactly one independent variable.

0 Questions

fwrite stands for file write. It is a function available with PHP, C, C++, etc. for writing the contents of string to the file stream pointed to by handle.

0 Questions

Gettext is an internationalization and localization (i18n) library which is commonly used for writing multilingual programs. Its most popular implementation is that of the GNU project.

0 Questions

subplot is a Matlab / Matplotlib function which divides the current figure into a grid. Each block in the grid can contain an axes object which can be manipulated and used for plotting.

0 Questions