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

Bool freeware
Filter: All | Freeware | Demo
 

Bool

< 1 2 3 4 > 
Added: January 08, 2010 | Visits: 1.038

Audio::TagLib::MPEG::XingHeader Audio::TagLib::MPEG::XingHeader is an implementation of the Xing VBR headers. SYNOPSIS use Audio::TagLib::MPEG::XingHeader; my $i = Audio::TagLib::MPEG::XingHeader->new($data); print $i->isValid() ? "valid" : "invalid", "n"; This is a minimalistic implementation of the Xing VBR headers.... Platforms: *nix

License: Freeware Size: 1.4 MB Download (122): Audio::TagLib::MPEG::XingHeader Download

Added: March 17, 2010 | Visits: 1.523

Audio::TagLib::Vorbis::File Audio::TagLib::Vorbis::File is an implementation of Ogg::File with Vorbis specific methods. SYNOPSIS use Audio::TagLib::Vorbis::File; my $i = Audio::TagLib::Vorbis::File->new("sample vorblis file.ogg"); print $i->tag()->comment()->toCString(), "n"; # got comment This is the central class... Platforms: *nix

License: Freeware Size: 1.4 MB Download (299): Audio::TagLib::Vorbis::File Download

Added: June 24, 2010 | Visits: 1.302

Audio::TagLib::Ogg::FLAC::File Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods. SYNOPSIS use Audio::TagLib::Ogg::FLAC::File; my $i = Audio::TagLib::Ogg::FLAC::File->new("sample file.flac"); print $i->tag()->album()->toCString(), "n"; # got album This implements... Platforms: *nix

License: Freeware Size: 1.4 MB Download (107): Audio::TagLib::Ogg::FLAC::File Download

Added: July 17, 2010 | Visits: 978

Audio::TagLib::Tag Audio::TagLib::Tag is a simple, generic interface to common audio meta data fields. This is an attempt to abstract away the difference in the meta data formats of various audio codecs and tagging schemes. As such it is generally a subset of what is available in the specific formats but should... Platforms: *nix

License: Freeware Size: 1.4 MB Download (93): Audio::TagLib::Tag Download

Added: September 06, 2010 | Visits: 1.622

CAD::Drawing::IO::Tk CAD::Drawing::IO::Tk is a Perl module with GUI I/O methods for CAD::Drawing. This module is considered extremely pre-ALPHA and its use is probably deprecated by the time you read this. Methods There is no constructor for this class, its methods are inherited via CAD::Drawing::IO Thoughts... Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): CAD::Drawing::IO::Tk Download

Added: June 06, 2010 | Visits: 1.012

dtRdr::Book::ThoutBook_1_0 dtRdr::Book::ThoutBook_1_0 is a Perl module with the unpacked ThoutBook reader. SYNOPSIS mkdir foo cd foo unzip ../mybook.jar dotreader mybook.xml Class Methods identify_uri dtRdr::Book::ThoutBook_1_0->identify_uri($uri); Constructor new my $tbook =... Platforms: *nix

License: Freeware Size: 2.8 MB Download (110): dtRdr::Book::ThoutBook_1_0 Download

Added: February 20, 2010 | Visits: 894

Simple Config Simple Config library supports configuration files consisting of simple name-value pairs, similar to the old Windows INI files. A config file can be loaded into memory, queried by item name, modified, and written back out to a file. Configuration items may also be "watched", which causes a... Platforms: *nix

License: Freeware Size: 23.55 KB Download (97): Simple Config Download

Added: September 22, 2010 | Visits: 1.847

WWW::Scraper::Dice WWW::Scraper::Dice Perl module contains Scrapes Dice : (skills,locations) => (title, location ,residue). SYNOPSIS use WWW::Search; my $oSearch = new WWW::Scraper(Dice); my $sQuery = WWW::Scraper::escape_query("unix and (c++ or java)"); $oSearch->native_query($sQuery, {method => bool,... Platforms: *nix

License: Freeware Size: 37.89 KB Download (91): WWW::Scraper::Dice Download

Added: August 10, 2010 | Visits: 804

Gtk Gtk enums, flags, object types, arguments and signals. Gnome::AppBar (Gtk::HBox) Signals undef clear-prompt (Gnome::AppBar) undef user-response (Gnome::AppBar) Gnome::AppletWidget (Gtk::Plug) Signals undef back-change (Gnome::AppletWidget, Gtk::Enum, gpointer, gpointer) undef... Platforms: *nix

License: Freeware Size: 440.32 KB Download (88): Gtk Download

Added: May 21, 2010 | Visits: 819

hk_classes hk_classes is C++ library which allows rapid development of database applications with all features a modern database application should have like forms an reports. hk_classes project is database and GUI independent. In combination with hk_kdeclasses (which is part of the knoda package) it... Platforms: *nix

License: Freeware Size: 1024 KB Download (91): hk_classes Download

Added: April 20, 2010 | Visits: 938

Devel::CallerItem Devel::CallerItem is an Perl object representing a function call from the stack of function calls. SYNOPSIS Usage: require Devel::CallerItem; $call = Devel::CallerItem->from_depth($depth) || return; $passed_arguments_ref = $call->argument_list_ref(); $callpack = $call->pack();... Platforms: *nix

License: Freeware Size: 4.1 KB Download (113): Devel::CallerItem Download

Added: February 01, 2010 | Visits: 1.266

Modem::Vgetty Modem::Vgetty is a Perl interface to vgetty(8). SYNOPSIS use Modem::Vgetty; $v = new Modem::Vgetty; $string = $v->receive; $v->send($string); $string = $v->expect($str1, $str2, ...); $v->waitfor($string); $rv = $v->chat($expect1, $send1, $expect2, $send2, ...); $ttyname = $v->getty;... Platforms: *nix

License: Freeware Size: 11.26 KB Download (108): Modem::Vgetty Download

Added: March 18, 2010 | Visits: 915

Rose::DateTime::Util Rose::DateTime::Util Perl module contains some simple DateTime wrapper functions. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 11pm); print $now->day_of_week; # e.g., "Monday" # "December 25th 2001 at 11:00:00 PM" $date_text =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (89): Rose::DateTime::Util Download

Added: November 26, 2010 | Visits: 771

Data::Inherited Data::Inherited is a Perl module with hierarchy-wide accumulation of list and hash results. SYNOPSIS package Foo; use base Data::Inherited; use constant PROPERTIES => (qw/name address/); package Bar; use base Foo; use constant PROPERTIES => (qw/age/); package main; my $bar =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): Data::Inherited Download

Added: January 13, 2010 | Visits: 767

XML::LibXML::Node XML::LibXML::Node is an abstract base class of XML::LibXML nodes. SYNOPSIS $name = $node->nodeName; $node->setNodeName( $newName ); $bool = $node->isSameNode( $other_node ); $bool = $node->isEqual( $other_node ); $content = $node->nodeValue; $content = $node->textContent; $type =... Platforms: *nix

License: Freeware Size: 256 KB Download (103): XML::LibXML::Node Download

Added: March 21, 2010 | Visits: 830

Any::Renderer::XML Any::Renderer::XML Perl module can render a data structure as element-only XML. SYNOPSIS use Any::Renderer; my %xml_options = (); my %options = ( XmlOptions => %xml_options ); my $format = "XML"; my $r = new Any::Renderer ( $format, %options ); my $data_structure = [...]; # arbitrary... Platforms: *nix

License: Freeware Size: 23.55 KB Download (98): Any::Renderer::XML Download

Added: September 02, 2010 | Visits: 1.109

Config Maker Config Maker is a tool to automatically create C++ classes that parse configuration files. Only a few lines of text that describe the possible entries in the configuration file are needed, and the complete class will be generated ready for use. Basic usage The input files for Config Maker... Platforms: *nix

License: Freeware Size: 307.2 KB Download (99): Config Maker Download

Added: July 14, 2010 | Visits: 1.225

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify... Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Added: September 14, 2010 | Visits: 808

Device::Cdio::ISO9660 Device::Cdio::ISO9660 is a Perl module for ISO 9660 handling. SYNOPSIS This encapsulates IS9660 filesystem handling. This library however needs to be used in conjunction with Device::Cdio, Device::Cdio::ISO9660::IFS and Device::Cdio::ISO::FS. use Device::Cdio::ISO9660; $name =... Platforms: *nix

License: Freeware Size: 22.53 KB Download (96): Device::Cdio::ISO9660 Download

Added: February 27, 2010 | Visits: 951

Struct::Compare Struct::Compare is a recursive diff for perl structures. SYNOPSIS use Struct::Compare; my $is_different = compare($ref1, $ref2); Compares two values of any type and structure and returns true if they are the same. It does a deep comparison of the structures, so a hash of a hash of a... Platforms: *nix

License: Freeware Size: 3.07 KB Download (97): Struct::Compare Download

< 1 2 3 4 >