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

Fail freeware
Filter: All | Freeware | Demo
 

Fail

< 1 2 3 4 5 > 
Added: July 08, 2010 | Visits: 1.295

Ogg::Vorbis::Header Ogg::Vorbis::Header is an object-oriented interface to Ogg Vorbis information and comment fields. SYNOPSIS use Ogg::Vorbis::Header; my $ogg = Ogg::Vorbis::Header->new("song.ogg"); while (my ($k, $v) = each %{$ogg->info}) { print "$k: $vn"; } foreach my $com ($ogg->comment_tags) { print...



Platforms: *nix

License: Freeware Size: 32.77 KB Download (217): Ogg::Vorbis::Header Download

Added: November 15, 2010 | Visits: 952

BakaSub BakaSub is a GTK+/Gnome video subtitling program. It supports Super Station Alpha File formats for titles. BakaSub is written entirely in ANSI C++ (using the -pedantic flag of EGCS) so it should be portable too. I aim for full Gnome compliance in BakaSub, as well as some Gnomey features (like...





Platforms: *nix

License: Freeware Size: 153.6 KB Download (103): BakaSub Download

Added: February 26, 2010 | Visits: 1.171

auto-build auto-build is a Perl module that can run automated, unattended software build processes. SYNOPSIS # auto-build [OPTION]... Run build using latest code currently in source control # auto-build --config /etc/auto-build.d/auto-build.conf Run build using code committed prior to 12:30 on Dec...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (106): auto-build Download

Added: September 26, 2010 | Visits: 928

KBookRipper KBookRipper is a CD-riper based on cdparanoia focused on audio books delivered on CD. The project will rip a set of CDs with the same meta data. The output format is OGG, not MP3. The CDs assumes to be part of a audio book. I wrote it since I was very annoyed that the meta data for a book...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (90): KBookRipper Download

Added: October 23, 2010 | Visits: 1.191

Test::Tester::CaptureRunner Test::Tester::CaptureRunner is a Perl module that provides help testing test modules built with Test::Builder. SYNOPSIS use Test::Tester tests => 6; use Test::MyStyle; check_test( sub { is_mystyle_eq("this", "that", "not eq"); }, { ok => 0, # expect this to fail name => "not eq",...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): Test::Tester::CaptureRunner Download

Added: February 21, 2010 | Visits: 2.673

Cntlm Cntlm is an authenticating HTTP proxy intended to help you break free from the chains of the proprietary world we all are held prisoners in. You can run and use a free operating system on your computer and honor our noble idea, but you cant hide! Once youre behind the cold steel bars of the...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (115): Cntlm Download

Added: February 17, 2010 | Visits: 929

Object::Transaction Object::Transaction is a virtual base class for transactions on files containing serialized hash objects. SYNOPSIS use Object::Transaction; transaction($coderef, @codeargs); commit(); abandon(); $there_is_a_pending_transaction = transaction_pending() package Pkg; @ISA =...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): Object::Transaction Download

Added: October 06, 2010 | Visits: 1.199

LOSSA LOSSA project is a home automation system. LOSSA is a home automation system that aims at distributed network of devices with simple interconnect system, personal computer intercommunication, simple wiring, and very low cost. The project is still in architectural development state and the...


Platforms: *nix

License: Freeware Size: 6.6 MB Download (100): LOSSA Download

Added: October 14, 2010 | Visits: 901

Test::XML::XPath Test::XML::XPath is a Perl module to test XPath assertions. SYNOPSIS use Test::XML::XPath tests => 3; like_xpath( , /foo ); # PASS like_xpath( , /bar ); # FAIL unlike_xpath( , /bar ); # PASS is_xpath( bar , /foo, bar ); # PASS is_xpath( bar , /bar, foo ); # FAIL # More...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (89): Test::XML::XPath Download

Added: January 24, 2010 | Visits: 897

Integrit integrit is a more simple alternative to file integrity verification programs like tripwire and aide. It helps you determine whether an intruder has modified a computer system. Without a system like integrit, a sysadmin cant know whether the tools he/she uses to investigate a potential break in...


Platforms: *nix

License: Freeware Size: 256 KB Download (95): Integrit Download

Added: June 05, 2010 | Visits: 1.116

XML::Checker::Parser XML::Checker::Parser is an XML::Parser that validates at parse time. SYNOPSIS use XML::Checker::Parser; my %expat_options = (KeepCDATA => 1, Handlers => [ Unparsed => &my_Unparsed_handler ]); my $parser = new XML::Checker::Parser (%expat_options); eval { local $XML::Checker::FAIL =...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (110): XML::Checker::Parser Download

Added: August 23, 2010 | Visits: 819

pam_usbauth pam_usbauth is a module for PAM allowing end-users to locally authenticate via USB storage devices. USBAuth currently supports user-dependent authentication via password-hashing as well as one-time-password mechanisms, which make the verification process via USB-dongles much more secure. In...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): pam_usbauth Download

Added: February 01, 2010 | Visits: 1.079

HA/FST HA/FST is a high availability clustering tool for up to four Solaris nodes. HA/FST project supports any application that can be managed from the command line. HA/FST works similar to other HA tools. Heartbeats sent across a private network are monitored. If these heartbeats fail and subsequent...


Platforms: *nix

License: Freeware Size: 2.5 MB Download (92): HA/FST Download

Added: September 21, 2013 | Visits: 760

Gjrand gjrand is a programmer's library for pseudo-random numbers. gjrand library includes random number generator testing code and is intended for simulation, games, and "Monte-Carlo" algorithms. It produces pseudo-random numbers of the types: uniform integers, uniform reals, normally distributed...


Platforms: Mac

License: Freeware Size: 122.88 KB Download (101): Gjrand Download

Added: April 16, 2010 | Visits: 704

Portage Portage is probably Gentoos most notable innovation in software management. With its high flexibility and enormous amount of features it is frequently seen as the best software management tool available for Linux. Portage is written in Python and Bash and therefore fully visible to the users as...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (107): Portage Download

Added: October 07, 2010 | Visits: 1.250

Packet Construction Set 0.5 Packet Construction Set is a set of Python modules and objects that make building network protocol code easier for the protocol developer. The core of the system is the pcs module itself which provides the necessary functionality to create classes that implement packets. Installation...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (105): Packet Construction Set 0.5 Download

Added: November 23, 2010 | Visits: 1.085

jrMan jrMan is an open source version of the REYES rendering algorithm used by Pixars PhotoRealistic Renderman. Almost all digital production work in the film industry is rendered using this algorithm, yet most computer graphics textbooks fail to mention it or only provide a very superficial...


Platforms: *nix

License: Freeware Size: 7.2 MB Download (94): jrMan Download

Added: June 05, 2010 | Visits: 1.008

m3u2toc m3u2toc is a Perl script which creates a CD-Text enabled cdrdao TOC file from a XMMS MP3 playlist. Theres lots of scripts out there to help you burn MP3s as CD audio, but none Ive seen that make a point of writing matching CD-Text data. This script takes the pain out of manually preparing a TOC...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (147): m3u2toc Download

Added: November 11, 2010 | Visits: 1.479

Errno Errno package contains system errno constants. SYNOPSIS use Errno qw(EINTR EIO :POSIX); Errno defines and conditionally exports all the error constants defined in your system errno.h include file. It has a single export tag, :POSIX, which will export all POSIX defined error numbers. Errno...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Errno Download

Added: August 19, 2010 | Visits: 1.628

Scrape::USPS::ZipLookup Perl Module The United States Postal Service (USPS) has on its web site an HTML form at http://www.usps.com/zip4/ for standardizing an address. Given a firm, urbanization, street address, city, state, and zip, it will put the address into standard form (provided the address is in their database) and display...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (134): Scrape::USPS::ZipLookup Perl Module Download

< 1 2 3 4 5 >