ruby-lockfile
create NFS-safe lockfiles
This is a Ruby library for creating lockfiles safe for use over NFS (Network
File System).
python-pushy
Simple interface for connecting two python interpreters
Pushy provides applicaton developers with a simple interface for
connecting two Python interpreters, either on the local host, or
over a network. Once connected, the interpreters may access objects
in each other, as if they were local. Where objects are mutable
(i.e. may change over time), then objects are “proxied”. This means
that a local object is created that mirrors the remote object,
and sends all local function/attribute access calls to the remote
object. Special care has been taken to proxy builtin types properly,
so that proxied objects may be passed to Python’s various builtin
functions.
archipel-core
Virtual Machine Orchestration (Core)
Archipel is a solution to manage and supervise KVM, Xen, OpenVZ, or VMWare
virtual machines.
php-horde-passwd
Horde password changing application
An application to change any user passwords stored in various backends like
SQL, LDAP, Kolab, passwd files etc.
lua-nginx-redis
Pure Lua redis client driver for the nginx embedded Lua language
This modules provides a pure Lua redis driver implementation for the
embedded nginx's Lua interpreter.
ruby-http-parser.rb
Simple callback-based HTTP request/response parser
A simple callback-based HTTP request/response parser for writing http servers,
clients and proxies.