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.
libav (or libav*) is the collective name of the FFmpeg libraries: libavcodec, libavformat, libavfilter, libavutil, etc. The name has also been appropriated by the Libav project–a fork of FFmpeg.
0 Questions
An eloquent way of importing and exporting Excel and CSV files
for Laravel 4.* & Laravel 5.* with the power of PHPOffice's PHPExcel
0 Questions
A user-defined function (UDF) is a function provided by the user of a program or environment, in a context where the usual assumption is that functions are built into the program or environment. Although the term is widely known in Hadoop components such Hive and Pig, it is also used in other contexts such programming languages and some DBMSs.
0 Questions
SharedPreferences allows you to save and retrieve persistent key-value pairs of primitive data types in Android applications. It can be used either inside a single app or shared between multiple apps.
0 Questions
Mixins allow you to define styles that can be re-used throughout your stylesheet
0 Questions
The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts.
0 Questions
Android - SpannableString is a class for text whose content is immutable but to which markup objects can be attached and detached.
0 Questions
Method references, introduced in Java 8, are a way to refer to a method by its name instead of using a lambda expression.
0 Questions