libopenshot25t64

library for high-quality video editing

OpenShot Library (libopenshot) is an open-source project dedicated to delivering high quality video editing, animation, and playback solutions to the world. The API currently supports C++, Python, and Ruby.

php-phpstan-phpdoc-parser

PHPDoc parser with support for nullable, intersection and generic types

PHPDoc parser for PHPStan.

libnet-async-fastcgi-perl

FastCGI engine using IO::Async

Net::Async::FastCGI allows a program to respond asynchronously to FastCGI requests, as part of a program based on IO::Async. An object in this class represents a single FastCGI responder that the webserver is configured to communicate with. It can handle multiple outstanding requests at a time, responding to each as data is provided by the program. Individual outstanding requests that have been started but not yet finished, are represented by instances of Net::Async::FastCGI::Request.

libobject-forkaware-perl

module to make an object aware of process forks and threads

Object::ForkAware invisibly wraps your object and makes it fork-aware, automatically checking $$ on every access and recreating the object if the process id changes. (The object is also thread-aware; if the thread id changes, the object is recreated in the same manner.)

libstatistics-contingency-perl

module to calculate precision, recall, F1, accuracy, etc.

The Statistics::Contingency class helps you calculate several useful statistical measures based on 2x2 "contingency tables". These measures can help judge the results of automatic text categorization experiments, but they are useful in other situations as well.

libcookie-baker-xs-perl

module to boost Cookie::Baker's crush_cookie

Cookie::Baker::XS provides a cookie string parser implemented in XS. Unlike Cookie::Baker, this module only provides a parser and does not have a generator function.