This is a staging site. Uploads will not persist. Testing only.

libopenh264-cisco7

OpenH264 Video Codec provided by Cisco Systems, Inc.

OpenH264 is a codec library which supports H.264 encoding and decoding. It is suitable for use in real time applications such as WebRTC.

plasma-mobile-phone

Plasma mobile Environment -- phone components

These are the phone-related components of the Plasma shell for mobile devices.

node-http-proxy-agent

HTTP(s) proxy http.Agent implementation for HTTP

node-http-proxy-agent provides an http.Agent implementation that connects to a specified HTTP or HTTPS proxy server, and can be used with the built-in http module.

node-degenerator

Node.js module that compiles sync functions into async functions

node-degenerator takes a String to one or more synchronous JavaScript functions, and returns a new String that with those JS functions transpiled into async functions.

libcpu-ocaml

Pin current process to given core number (runtime)

This library can also get the number of CPU cores online.

libparany-ocaml

Generalized map reduce for parallel computers (runtime)

Parallelize any kind of computation. Generalized map reduce for parallel computers (not distributed computing). Can process a very large file in parallel on a multicore computer; provided there is a way to cut your file into independent blocks (the "demux" function). Can process in parallel an infinite stream of elements.