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.472.139 Times

Shared software
Filter: All | Freeware | Demo
 

Shared

< 1 2 3 4 5 > 
Added: June 21, 2010 | Visits: 748

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: November 26, 2010 | Visits: 741

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: 722

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: 906

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: 745

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: 754

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

Added: August 03, 2010 | Visits: 700

libtrash libtrash project is a shared library which implements a trash can on GNU/Linux. When preloaded, it intercepts calls to a series of GNU libc functions and, instead of permanently destroying files, moves them to a "trash can". Whats New in This Release: - This version includes a performance...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (88): libtrash Download

Added: June 20, 2010 | Visits: 1.000

mod_pweb mod_pweb is a mass virtual hosting with shared memory segment for domain to path translations. If you want to run some hundreds of virtual hosts on an apache webserver and you configure the server in the conventional way, with virtual hosts in the httpd.conf, you will qick notice, that your...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): mod_pweb Download

Added: October 19, 2010 | Visits: 547

libacpi libacpi project is a general purpose shared library for programs gathering ACPI data on Linux..


Platforms: *nix

License: Freeware Size: 100.35 KB Download (93): libacpi Download

Added: January 23, 2010 | Visits: 1.481

libqgs The Qt wrapper around the Ghostscript shared library (libqgs) relieves you from having to use special tricks to use Ghostscript in your Qt application. You do not have to care about starting it, parsing its output, or doing weird tricks to receive the rendered pages. This library features...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (97): libqgs Download

Added: May 07, 2010 | Visits: 695

lambda-gtk λgtk is a cross-platform Lisp interface to the complete GTK+2 family of shared libraries. λgtk currently runs in the following Lisp environments: PPC/Darwin OpenMCL 0.14.2-p1 x86/Linux SBCL 0.8.16 x86/Linux CMUCL 19a and is released under the Lisp Lesser General Public License (LLGPL)....


Platforms: *nix

License: Freeware Size: 378.88 KB Download (87): lambda-gtk Download

Added: July 18, 2010 | Visits: 782

AFS::Utils AFS::Utils is a Perl module with shared utility functions for the AFS module bundle. SYNOPSIS use AFS::Utils qw ( XSVERSION get_server_version get_syslib_version setpag sysname unlog ); my $ok = setpag(); print "Return Code = $okn"; print XS-Version = , XSVERSION, "n"; print Syslib...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (101): AFS::Utils Download

Added: January 24, 2010 | Visits: 884

IPC::SharedCache IPC::SharedCache is a Perl module to manage a cache in SysV IPC shared memory. SYNOPSIS use IPC::SharedCache; # the cache is accessed using a tied hash. tie %cache, IPC::SharedCache, ipc_key => AKEY, load_callback => &load, validate_callback => &validate; # get an item from the cache...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (99): IPC::SharedCache Download

Added: February 15, 2010 | Visits: 567

libease libease is a shared library containing easing algorithms that can be used for graphical effects or mathematical calculations. libeases main goal of is to try and create a centralised library for easing effects within the window manager environment. Installation: Beginners: This is...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (88): libease Download

Added: April 26, 2010 | Visits: 722

Failmalloc Failmalloc generates a shared library which can be loaded by LD_PRELOAD or linked at compilation time. Failmalloc is meant to demonstrate what really happens if memory allocation fails, which is a necessary part of testing the robustness of a program. Failmalloc inserts hooks into your program...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (88): Failmalloc Download

Added: February 02, 2010 | Visits: 804

ShmFIFO library ShmFIFO library provides an easy-to-use interface to shared memory for programs where one process needs to send blocks of data to other processes. It was developed because pipe(2) and mkfifo(3) have a very small buffer size (4k) and are unsuitable for many applications. Shmfifo allows you to...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (109): ShmFIFO library Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 382

PikPix PikPix gives you access to the pictures shared by any user on the internet. In a quick and easy way, millions of high-res, amateur and never seen before pictures on your pc. PikPix can access a limitless number of pictures by performing a netbios scan on any IP address range. It will...


Platforms: Windows

License: Shareware Cost: $33.00 USD Size: 348.16 KB Download (54): PikPix Download

Released: August 20, 2012  |  Added: August 20, 2012 | Visits: 434

SessionsMonitorServer Want to know who visits your computer through the network and which shared resources and files they view and copy? SessionsMonitor does the trick!A A SessionsMonitor Server main features:- Monitors a lot of remote computers at one time from one place!- Allows to view report of each client- Allows...


Platforms: Windows

License: Freeware Size: 296.96 KB Download (53): SessionsMonitorServer Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 350

Smb Resource Scanner Smb Resource Scanner is an application that helps you find open SMB shared resources in the Internet. It checks computers only with open NBT ports, that allows you quickly scan large IP-ranges.


Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 2.14 MB Download (44): Smb Resource Scanner Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 374

Shared Identity Manager Every IT team needs to use many user IDs and passwords for managing hardware devices, servers and applications. These accounts should be accessible among all members of the IT team. Privileged accounts allow unlimited access to programs and data. If they are not properly secured and maintained,...


Platforms: Windows

License: Commercial Cost: $0.00 USD Size: 3.55 MB Download (44): Shared Identity Manager Download

< 1 2 3 4 5 >