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 Adaptive Payments API enables an entity to send money in many different scenarios, from simple to complex. For example, you might build a small send money application for a social networking site or a robust payroll system.

0 Questions

screen (GNU Screen) is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. Before using this tag, read the "Which site is more appropriate?" session of the tag wiki.

0 Questions

Add-on, a.k.a. Plug-in is a set of components that enhances the existing, or adds new capabilities to a software application.

0 Questions

Insertion sort is a sorting algorithm with worst-case time complexity of O(n²) and best-case time-complexity of Θ(n). It builds the final array by moving elements upward into the sorted position, one at a time.

0 Questions

Polyline in computer graphics is a continuous line composed of one or more line segments.

0 Questions

A rich-text editor allows to edit, enter and format content in a web browser with rich markup and styles close to its final appearance.

0 Questions

An rvalue reference is a new language feature in C++11 representing a reference to an rvalue. Together with reference collapsing, they are used to implement and enable move semantics and perfect forwarding.

0 Questions

For questions related to data types. Do not use this tag for questions related to the physical act of typing on a keyboard, as such questions are almost always off-topic.

0 Questions

"Detect" is overbroad and should not be used. Tag with the specific sort of detection you mean: collision-detection, face-detection, feature-detection, browser-detection, etc, etc.

0 Questions

Mediarecorder is the Android class used for recording Audio and Video available since API Level 1. (For the Web-API, use the [web-mediarecorder] tag instead.)

0 Questions

Naive Bayes is a popular (baseline) method for text-classification.

0 Questions