My favorites | Sign in
Google
Projects on Google Code Results 1 - 6 of 6
This library is designed to simplify ffmpeg for use in media player applications written in pure C. It is thread safe, very fast, and has a pluggable architecture for output renderers for both audio and video streams. This library does NOT remote control mplayer, or other engines, it is stand alo...
== Highlights == * *HTTPConnectionPool* and *HTTPSConnectionPool* - Thread-safe connection pooling and re-using. * *filepost* - File posting! Supported implicitly by `HTTPConnectionPool.post_url`. * (Optional) Automatically handles redirection and retries! * _New in 0.3_: HTTP and HTTP...
=pool4j= A collection of thread safe resource pool implementations for java. Resource pools enable you to share resources across classes and/or threads. Typically resource pools are used when the resource you wish to manage is either expensive to create, or requires a large amount of memory. The...
`libccrt` intends to be a complete replacement for the `libstdc++`. It comes with it's own memory management and brings great ideas from different programming languages to the C++ programming language. Examples are PHPs copy on write behaviour and the structure of the Java API. Features: * ...
Various thread-safe collection classes, written in C#, for the .NET and Mono development platforms.
File management with Python is a little obtuse. pyfileutils makes dealing with files and folders an easier and more intuitive process.