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

Marsh Harbour Barometer Bob software
Filter: All | Freeware | Demo
 

Marsh Harbour Barometer Bob

< 1 2 3 4 5 
Added: March 16, 2010 | Visits: 747

B::XPath B::XPath class can search Perl optrees with XPath syntax. SYNOPSIS Perl represents programs internally as a tree of opcodes. To execute a program, it walks this tree, performing each operation as it encounters it. The B family of modules allows you to examine (and in some cases, manipulate)...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (88): B::XPath Download

Added: February 21, 2010 | Visits: 864

XML::Bare XML::Bare is a minimal XML parser implemented via a C state engine. SYNOPSIS use XML::Bare; my $xml = new XML::Bare( text => Bob ); # Parse the xml into a hash tree my $root = $xml->parse(); # Print the content of the name node print $root->{xml}->{name}->{value}; #...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): XML::Bare Download

Added: February 10, 2010 | Visits: 1.806

Mail::Client::Yahoo Mail::Client::Yahoo is a Perl module with programmatically access Yahoos web-based email. SYNOPSIS use Mail::Client::Yahoo; $y = Mail::Client::Yahoo->login( username => bob, password => secret, secure => 1, # for the paranoid and patient ); $y->select_folder(Inbox); $m =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (210): Mail::Client::Yahoo Download

Added: May 23, 2010 | Visits: 1.095

Class::Meta::Declare Class::Meta::Declare is a Perl module deprecated in favor of Class::Meta::Express. SYNOPSIS This was a first attempt at making a saner interface for Class::Meta. It is nicer, but Class::Meta::Express is nicer still. Go use that one. package MyApp::Thingy; use Class::Meta::Declare :all;...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Class::Meta::Declare Download

Added: September 09, 2010 | Visits: 1.016

Coinflip Coinflip provides a cryptographically secure server/client program and protocol for choosing random bits. Coinflip is a client/server based program that can generate random bits for 2 people over the internet. The 2 people dont have to trust each other in order to convince each other that the...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (95): Coinflip Download

Added: November 19, 2010 | Visits: 960

List::Search List::Search is a Perl module for fast searching of sorted lists. SYNOPSIS use List::Search qw( list_search nlist_search custom_list_search ); # Create a list to search my @list = sort qw( bravo charlie delta ); # Search for a value, returns the index of first match print list_search(...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): List::Search Download

Added: August 21, 2010 | Visits: 1.208

IMAP::Admin IMAP::Admin is a Perl module for basic IMAP server administration. SYNOPSIS use IMAP::Admin; $imap = IMAP::Admin->new(Server => name.of.server.com, Login => login_of_imap_administrator, Password => password_of_imap_adminstrator, Port => port# (143 is default), Separator => ".", #...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): IMAP::Admin Download

Added: September 26, 2013 | Visits: 1.139

Texinfo Texinfo is the official documentation format of the GNU project. It was invented by Richard Stallman and Bob Chassell many years ago, loosely based on Brian Reid's Scribe and other formatting languages of the time. Texinfo project is used by many non-GNU projects as well. Texinfo uses a single...


Platforms: *nix

License: Freeware Size: 2.62 MB Download (103): Texinfo Download

Added: August 17, 2010 | Visits: 1.583

JavaScript::Autocomplete::Backend JavaScript::Autocomplete::Backend is a Google Suggest-compatible autocompletion backend. SYNOPSYS package MyAutocompleter; use base qw(JavaScript::Autocomplete::Backend); my @NAMES = qw(alice bob charlie); sub expand { my ($self, $query) = @_; # do something to expand the query my $re...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (110): JavaScript::Autocomplete::Backend Download

Added: November 03, 2010 | Visits: 727

AnnoCPAN::XMLCGI AnnoCPAN::XMLCGI is a Perl module to read XML input through a CGI.pm-like interface. SYNOPSYS use AnnoCPAN::XMLCGI; my $cgi = AnnoCPAN::XMLCGI->new; my $name = $cgi->param(name); print $cgi->header; print "Hello, $name!n"; # Hello, Bob! # In STDIN... < data > < name >Bob< /name > <...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (88): AnnoCPAN::XMLCGI Download

Added: August 13, 2010 | Visits: 720

DBIx::PDlib DBIx::PDlib is a Perl with DBI SQL abstraction and convenience methods. SYNOPSIS use DBIx::PDlib; my $db = DBIx::PDlib->connect({ driver => mydriver, host => myhost.com, dbname => mydb, user => myuser, password => mypassword, }); my ($name) = $db->select(name,table1,"id = 10"); my...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): DBIx::PDlib Download

Added: March 26, 2010 | Visits: 921

fdmf fdmf is portable perl/C software for finding pairs of music files in a collection that are likely to contain the same music. It works on the music itself, not on the filename, tags, or headers. The project uses an audio fingerprint, or perceptual hash to recognize the duplicate files. It is...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (102): fdmf Download

Added: March 18, 2010 | Visits: 872

Text::MicroMason::Functions Text::MicroMason::Functions Perl module contains Function Exporter for Simple Mason Templates. SYNOPSIS Use the execute function to parse and evalute a template: use Text::MicroMason::Functions qw( execute ); print execute($template, name=>Dave); Or compile it into a subroutine, and...


Platforms: *nix

License: Freeware Size: 69.63 KB Download (91): Text::MicroMason::Functions Download

Added: September 08, 2010 | Visits: 1.167

Hash::Merge Hash::Merge Perl module merges arbitrarily deep hashes into a single hash. SYNOPSIS use Hash::Merge qw( merge ); my %a = ( foo => 1, bar => [ qw( a b e ) ], querty => { bob => alice }, ); my %b = ( foo => 2, bar => [ qw(c d) ], querty => { ted => margeret }, ); my %c = %{ merge(...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Hash::Merge Download

Added: September 08, 2010 | Visits: 794

MyBestBB MyBestBB is a full-featured forum based on punBB. MyBestBB adds many modifications and themes to the default punBB, including RSS feeds, subforums, the ability for an admin to move posts, easy smilies, easy polls, many improved themes, announcements and sticky topics, an activity barometer, an...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (87): MyBestBB Download

Added: July 24, 2010 | Visits: 1.094

MyxerMagic Web Extensions MyxerMagic Web Extensions is a Firefox extension that allows you to quickly send any image on the web directly to your mobile phone - right from the context menu of your favorite web browser! Grab photos of friends and family from Flickr, Yahoo!, whatever. Better yet, grab photos of more...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (97): MyxerMagic Web Extensions Download

Added: October 05, 2010 | Visits: 807

Algorithm::SixDegrees Algorithm::SixDegrees is a Perl module that can find a path through linked elements in a set. SYNOPSIS use Algorithm::SixDegrees; my $sd1 = Algorithm::SixDegrees->new(); $sd1->data_source( actors => &starred_in ); $sd1->data_source( movies => &stars_of ); @elems = $sd1->make_link(actors,...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): Algorithm::SixDegrees Download

Added: October 09, 2010 | Visits: 944

Radstock Radstock is a tool to analyse RADIUS traffic on high volume radius servers. It has the ability to fully decode each packet, and also has extensive filters capabilities to allow you to selectively match RADIUS packets. It provides the ability to fully decode each packet. Here is some sample...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (102): Radstock Download

Added: January 11, 2010 | Visits: 1.114

Java + information flow Java + information flow (Jif in short) is a security-typed programming language that extends Java with support for information flow control and access control, both at compile time and at run time. The source code for the Jif compiler and run-time system is now available for download. Jif is...


Platforms: *nix

License: Freeware Download (93): Java + information flow Download

Added: April 16, 2010 | Visits: 973

B::Deparse B::Deparse is a Perl compiler backend to produce perl code. SYNOPSIS perl -MO=Deparse[,-d][,-fFILE][,-p][,-q][,-l] [,-sLETTERS][,-xLEVEL] prog.pl B::Deparse is a backend module for the Perl compiler that generates perl source code, based on the internal compiled structure that perl itself...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): B::Deparse Download

< 1 2 3 4 5