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

Opt Out freeware
Filter: All | Freeware | Demo
 

Opt Out

< 1 2 3 4 5 > 
Added: June 23, 2010 | Visits: 606

libmpd libmpd is very new, I wrote it to abstract the mpd abstraction out of the code in gmpc. Therefor making gmpc code easier to read, but even more important easier to debug. Libmpd will now be released as a set of C files. The main goal is to make it a seperate library. Comments/suggestions are...



Platforms: *nix

License: Freeware Size: 307.2 KB Download (94): libmpd Download

Added: November 08, 2010 | Visits: 564

PObject PObject is a base class for perl objects, takes the irritation out of creating properties for objects. Allows quick creation of attributes and easy inheritance. I have stopped developing this class in favor of Class::Accessor, please use that instead. To install, the good old method: perl...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): PObject Download

Added: July 06, 2010 | Visits: 565

frag-opt frag-opt is a re-entrant, portable command-line parsing library. To see how you can use this in your program, take a look at doc/example.c or take a look at the man-page ("man frag-opt") once youve installed. The man-page talks about an info-page, but as its still incomplete, I decided not to...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (93): frag-opt Download

Added: February 18, 2010 | Visits: 1.039

PDL::GSL::INTERP PDL::GSL::INTERP is a PDL interface to Interpolation routines in GSL. SYNOPSIS use PDL; use PDL::GSL::INTERP; my $x = sequence(10); my $y = exp($x); my $spl = PDL::GSL::INTERP->init(cspline,$x,$y); my $res = $spl->eval(4.35); $res = $spl->deriv(4.35); $res = $spl->deriv2(4.35);...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (93): PDL::GSL::INTERP Download

Added: August 03, 2010 | Visits: 878

dtrx dtrx is a tool for Unix-like systems that takes all the hassle out of extracting archives. Heres an example of how you use it: $ dtrx linux-2.6.10.tar.bz2 Thats basically the same thing as: $ tar -jxf linux-2.6.10.tar.bz2.


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): dtrx Download

Added: February 26, 2010 | Visits: 1.457

mp3org mp3org is a simple but effective way of getting mp3s in and out of a mp3 player that mounts as a drive. Lets you preview, organise and generally sort through that back log of "someday maybe" mp3 files. Installation: Keep the "detect.sh" and "mp3org.kmdr" files in the same folder. Edit the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): mp3org Download

Added: October 25, 2010 | Visits: 1.855

Bug Squish Bug Squish is a game in which you have to squish bugs before they suck all the blood out of your arm. In Bug Squish, you must defend your arm from an onslaught of blood-sucking insects. Use your fly-swatter to squish them before they suck you dry. Bug Squish is based on the shareware game...


Platforms: *nix

License: Freeware Size: 757.76 KB Download (92): Bug Squish Download

Added: April 10, 2010 | Visits: 1.174

x x project is a tool for Unix-like systems that takes all the hassle out of extracting archives. Heres an example of how you use it: $ x linux-2.6.10.tar.bz2 Thats basically the same thing as: $ tar -jxf linux-2.6.10.tar.bz2 So why use x?.


Platforms: *nix

License: Freeware Size: 17.41 KB Download (92): x Download

Added: January 11, 2010 | Visits: 612

ViewPortageX ViewPortageX is a karamba theme written in Python and designed for every Gentooist out there! It parses gentoo.packages.org and gives you uptodate informations about the updates in the portage-tree. You can select an option to display packages you have installed on your system only. This way...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (92): ViewPortageX Download

Added: November 08, 2010 | Visits: 823

Winstone Winstone is a servlet container that was written out of a desire to provide servlet functionality. Winstone works without the bloat that full J2EE compliance introduces. It is not intended to be a completely fully functional J2EE style servlet container (by this I mean supporting extraneous...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (92): Winstone Download

Added: January 23, 2010 | Visits: 699

Velocity2Js Velocity2Js is a program which can generate JavaScript functions out of Apache Velocity templates. These functions can be used in AJAX based Web applications. Velocity2Js provides an ant task to integrate template transformation in an existing build process. Whats New in This Release: -...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (92): Velocity2Js Download

Added: September 07, 2010 | Visits: 1.041

iTrustPage iTrustPage is an extension which prevents an Internet user from filling out untrustworthy Web forms. iTrustPage prevents an Internet user from filling out untrustworthy Web forms. iTrustPage assumes that a users browser is trusted (when the browser is compromised, the user can be subject to...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (92): iTrustPage Download

Added: June 26, 2010 | Visits: 877

PGPSigner PGPSigner project is a tool born out of the main virtues of a sysadmin: Lazyness and Impatience. Have you ever been to a PGP key signing party? It is fun, you verify all these ids, check the keys on the party list and then... then you get home. And find out that you have 47 different keys to sign...


Platforms: *nix

License: Freeware Size: 3 MB Download (91): PGPSigner Download

Added: July 04, 2010 | Visits: 1.421

CGI::Out CGI::Out is a Perl module to buffer output when building CGI programs. SYNOPSIS use CGI; use CGI::Out; $query = new CGI; savequery $query; # to reconstruct input $CGI::Out::mailto = fred; # override default of $<
out $query->header(); out $query->start_html( -title=>A test,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): CGI::Out Download

Added: November 22, 2010 | Visits: 1.050

What What is a Perl module to find out about running services. SYNOPSIS $what = What->new( Host => my.domain.org, Port => 28, ); $what->mta; $what->mta_version; $what->mta_banner; The What class is interface to classes providing information about running services. What::MTA is the only...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (88): What Download

Released: July 10, 2012  |  Added: February 28, 2014 | Visits: 1.481

Power Video Chat GET Video Chat allows you to join real streaming video chat rooms where you can hear, see, and chat with many people at a time. Instant message a user to get to know them before you Webcam chat, and add them to your contact list. This videoconferencing software also works behind most firewalls...


Platforms: Windows, Other

License: Freeware Size: 8.96 MB Download (87): Power Video Chat Download

Added: July 11, 2010 | Visits: 986

Class::Std::Utils Class::Std::Utils is a Perl module for utility subroutines for building "inside-out" objects. SYNOPSIS use Class::Std::Utils; # Constructor for anonymous scalars... my $new_object = bless anon_scalar(), $class; # Convert an object reference into a unique ID number... my $ID_num = ident...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Class::Std::Utils Download

Added: September 09, 2010 | Visits: 783

Class::InsideOut Class::InsideOut is a Perl module with a safe, simple inside-out object construction kit. SYNOPSIS package My::Class; use Class::InsideOut qw( public private register id ); public name => my %name; # accessor: name() private age => my %age; # no accessor sub new { register( shift ) }...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (87): Class::InsideOut Download

Added: May 04, 2010 | Visits: 1.114

Exporter::Easy Exporter::Easy is a Perl module that takes the drudgery out of Exporting symbols. SYNOPSIS In module YourModule.pm: package YourModule; use Exporter::Easy ( OK => [ $munge, frobnicate ] # symbols to export on request ); In other files which wish to use YourModule: use ModuleName...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (86): Exporter::Easy Download

Added: October 17, 2010 | Visits: 898

Class::Std::Storable Class::Std::Storable is a Perl module to support for creating serializable "inside-out" classes. SYNOPSIS In general, use this class exactly as you would Class::Std. package Ice::Cream; use Class::Std::Storable; { my %name_of :ATTR( :get :set ); my %flavor_of :ATTR( :get :set );...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (86): Class::Std::Storable Download

< 1 2 3 4 5 >