Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.133.763 Times

Shared Ownership Schemes freeware
Filter: All | Freeware | Demo
 

Shared Ownership Schemes

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 920

ctDSM ctDSM project is the distributed shared memory related modules of the Coral Tree Library Set. This includes: DSS (Distributed Shared memory System) A library-based distributed shared memory system implemented using TCP as the underlying transport. KM (KeyMaster) A shared resource management...



Platforms: *nix

License: Freeware Size: 501.76 KB Download (88): ctDSM Download

Added: January 26, 2010 | Visits: 804

Libsdf Libsdf library is a shared library which, when preloaded, will intercept calls to a GNU libc functions open() and open64(), and if the first argoment of these functions is a remote file (http:// or ftp://), it will copy this file in a local path (< user >/.sdf) and it will runs the functions top...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (103): Libsdf Download

Added: October 14, 2010 | Visits: 1.129

The Freiburg Project The Freiburg project is an infrastructure to replace shared libraries with a client/server interface. This system converts a shared library into a "service" using Unix or inet domain sockets for communication. The "service" will be usable by any programming language without additional C...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (98): The Freiburg Project Download

Added: August 26, 2010 | Visits: 583

Witme-fileutils Witme-fileutils is a version of GNU fileutils that builds as a shared library. If this gets merged into the main GNU fileutils, then this project will live on as the integration of libsigc++ and other glib based signal styles to complement the base callback functionality currently available....


Platforms: *nix

License: Freeware Download (88): Witme-fileutils Download

Added: July 12, 2010 | Visits: 627

Pymousetrap Pymousetrap provides access to a C-implemented shared library that efficiently stores information about a 2-dimensional grid (a mousetrap). The mousetrap is integer resolution, and supports works very similarly to graphics libraries; mousetraps can be blitted onto each other, with transparency....


Platforms: *nix

License: Freeware Size: 35.84 KB Download (91): Pymousetrap Download

Added: November 08, 2010 | Visits: 660

libsgc libsgc is a small shared library that helps to manage a SCSI generic (sg) Linux driver. Installation: The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each directory of...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (86): libsgc Download

Added: February 04, 2010 | Visits: 1.065

Devel::RingBuffer Devel::RingBuffer is a Perl module with shared memory ring buffers for Perl scripts diagnosis/debug. SYNOPSIS # # create ringbuffer # use Devel::RingBuffer; use Devel::RingBuffer::TieInt; my $ringbuf = Devel::RingBuffer->new( File => somefile.trace, Rings => 20, Slots => 20,...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (103): Devel::RingBuffer Download

Added: April 04, 2010 | Visits: 929

Davenport Davenport project is a servlet which provides a WebDAV gateway to SMB shared resources. Typical usage would be to provide web-based read and write access to Windows shared drives. WebDAV clients, such as Windows "Web Folders" can copy files to and from the shares over HTTP. Non-WebDAV-capable...


Platforms: *nix

License: Freeware Size: 4.83 MB Download (93): Davenport Download

Added: March 05, 2010 | Visits: 572

Genezzo::Contrib::Clustered::Clustered Genezzo::Contrib::Clustered::Clustered is a shared data cluster support for Genezzo. SYNOPSIS genprepundo.pl gendba.pl >@havok.sql >@syshook.sql >@clustered.sql Genezzo is an extensible database with SQL and DBI. It is written in Perl. Basic routines inside Genezzo are overridden via...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (88): Genezzo::Contrib::Clustered::Clustered Download

Added: April 21, 2010 | Visits: 745

dtRdr::Traits::Class dtRdr::Traits::Class is a Perl module with shared OO stuff. Methods to Break Things NOT_IMPLEMENTED Imported into base class. Gives a nicer message than the standard "Cant locate method...", indicating that you did not typo the method name, but instead forgot to override it. sub...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (86): dtRdr::Traits::Class Download

Added: July 20, 2010 | Visits: 1.750

Distributed RSA Key Generation Distributed RSA Key Generation is a software to generate shared RSA keys. Currently, only keys for two parties using Gilboas protocol are supported. But the protocol stack is extensible, so in the future there may be other protocols supported. Work has begun on Straubs protocol but is not...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (156): Distributed RSA Key Generation Download

Added: May 21, 2010 | Visits: 577

python-shbuf python-shbuf project is a simple Python extension for accessing libshbuf shared buffers..


Platforms: *nix

License: Freeware Size: 15.36 KB Download (92): python-shbuf Download

Added: July 15, 2010 | Visits: 1.807

libshbuf libshbuf introduces a new IPC concept: the "shared buffer", a more flexible and faster alternative for standard Unix FIFOs. Take some shared memory, flavour it with semaphore-based locking and change notifications, and refine it with an easy-to-use API and you get libshbufs "shared buffers"..


Platforms: *nix

License: Freeware Size: 266.24 KB Download (87): libshbuf Download

Added: June 21, 2010 | Visits: 744

libbash libbash is a tool that enables bash dynamic-like shared libraries. libbash library does this by managing bash scripts that contain functions you may want to use in various scripts. Whats New in This Release: - getopts.sh: The last getopts change seem to disable the ability to use `-e, `-n...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (89): libbash Download

Added: October 06, 2010 | Visits: 1.503

Color::Scheme Color::Scheme is a module used to generate pleasant color schemes. This module is a Perl implementation of Color Schemes 2, a color scheme generator. Start by visitng the Color Schemes 2 web site and playing with the colors. When you want to generate those schemes on the fly, begin using this...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (127): Color::Scheme Download

Added: November 26, 2010 | Visits: 737

Timer_q Timer_q is a shared C library which implements multiple queues of timed events. This is commonly needed, but often implemented badly (via. alarm()). Timer_q also aims to be small, fast and easy to use. Whats New in This Release: - Many fixes were made for corner cases. - A debug build was...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (97): Timer_q Download

Added: September 15, 2010 | Visits: 717

Text::Indent Text::Indent is a simple indentation of text shared among modules. SYNOPSIS In your main program: use Text::Indent; my $indent = Text::Indent->new; $indent->spaces(2); In a module to produce indented output: use Text::Indent; my $indent = Text::Indent->instance; $indent->increase;...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (104): Text::Indent Download

Added: July 16, 2010 | Visits: 897

Generic Apache Request Library libapreq is a shared library with associated modules for manipulating client request data via the Apache API. Generic Apache Request Library also includes language bindings for Perl (Apache::Request and Apache::Cookie). Functionality includes: parsing of application/x-www-form-urlencoded data...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (95): Generic Apache Request Library Download

Added: October 26, 2010 | Visits: 742

libgpod libgpod is a shared library to access the contents of an iPod. libgpod library is based on code used in the gtkpod project. Starting with V0.96.CVS gtkpod depends on this library. This code was originally part of gtkpod itself. When the parsing code was made self-contained with gtkpod V0.93, we...


Platforms: *nix

License: Freeware Size: 808.96 KB Download (95): libgpod Download

Added: August 19, 2010 | Visits: 750

libetc libetc is an LD_PRELOAD-able shared library designed for maintaining a home directory without dot-files. libetc intercepts file operations, so if a program tries to open a dotfile in $HOME, it is redirected to $XDG_CONFIG_HOME (as defined by freedesktop). You can then store all your...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (91): libetc Download

< 1 2 3 4 5 >