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

Util software
Filter: All | Freeware | Demo
 

Util

1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 748

Params-Util Params-Util is a simple, compact and correct param-checking functions. SYNOPSIS # Import some functions use Params::Util qw{_SCALAR _HASH _INSTANCE}; # If you are lazy, or need a lot of them... use Params::Util :ALL; sub foo { my $object = _INSTANCE(shift, Foo) or return undef; my... Platforms: *nix

License: Freeware Size: 33.79 KB Download (95): Params-Util Download

Added: January 13, 2010 | Visits: 846

IO::Util IO::Util is a selection of general-utility IO function. SYNOPSIS use IO::Util qw(capture slurp Tid Lid Uid load_mml); capture() # captures the selected filehandle $output_ref = capture { any_printing_code() } ; # now $$output_ref eq something # captures FILEHANDLE $output_ref = capture... Platforms: *nix

License: Freeware Size: 14.34 KB Download (89): IO::Util Download

Added: May 12, 2010 | Visits: 708

Iterator::Util Iterator::Util Perl package contains essential utilities for the Iterator class. SYNOPSIS use Iterator::Util; # Transform sequences $iterator = imap { transformation code } $some_other_iterator; # Filter sequences $iterator = igrep { condition code } $some_other_iterator; # Range of... Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): Iterator::Util Download

Added: September 11, 2010 | Visits: 973

List::Util List::Util Perl module contains a selection of general-utility list subroutines. SYNOPSIS use List::Util qw(first max maxstr min minstr reduce shuffle sum); List::Util contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would... Platforms: *nix

License: Freeware Size: 44.03 KB Download (102): List::Util Download

Added: August 12, 2010 | Visits: 735

Scalar::Util Scalar::Util is a selection of general-utility scalar subroutines. SYNOPSIS use Scalar::Util qw(blessed dualvar isweak readonly refaddr reftype tainted weaken isvstring looks_like_number set_prototype); Scalar::Util contains a selection of subroutines that people have expressed would be... Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): Scalar::Util Download

Added: November 10, 2010 | Visits: 810

Gestinanna::Util Gestinanna::Util Perl module contains utility functions. SYNOPSIS use Gestinanna::Util qw(:path); my $regex = path2regex($path) my $cmp = path_cmp($path_a, $path_b); use Gestinanna::Util qw(:hash); my $new_hash = deep_merge_hash(@hashes); This module provides utility functions that... Platforms: *nix

License: Freeware Size: 215.04 KB Download (97): Gestinanna::Util 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: April 17, 2010 | Visits: 891

Audio::Mad::Util Audio::Mad::Util is a utility class for working with mpeg streams. This module provides some support functions for gathering information out of an mpeg stream. Currently this module is intended for learning and internal purposes only, it will have better documentation and a cleaner interface... Platforms: *nix

License: Freeware Size: 122.88 KB Download (96): Audio::Mad::Util Download

Added: May 18, 2010 | Visits: 1.263

Net::Connection::Sniffer::Util Net::Connection::Sniffer::Util are netaddr utilities. SYNOPSIS use Net::Connection::Sniffer::Util; my $ip = newcidr24 Net::Connection::Sniffer::Util($netaddr); my $ipcopy = $ip->copy; if ($someip->within($ip)) { do something... if ($ip->contains($someip)) { do something... if... Platforms: *nix

License: Freeware Size: 43.01 KB Download (119): Net::Connection::Sniffer::Util Download

Added: October 25, 2010 | Visits: 927

MillScript-Util MillScript-Util is an alternative to the standard Java Collections API. The primary focus of MillScript-Util is to properly support features of MillScript at the Java level, in such a way that might be useful for other applications.. Platforms: *nix

License: Freeware Size: 133.12 KB Download (93): MillScript-Util Download

Added: October 21, 2010 | Visits: 788

List::Util::Superpositions List::Util::Superpositions is a Perl module that provides any and all for lists. Synopsis This module extends the methods provided by List::Util to offer the any() and all() operators from Quantum::Superpositions as part of the List::Util feature set. use List::Util::Superpositions; my... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): List::Util::Superpositions Download

Added: September 16, 2010 | Visits: 912

Net::IRC3::Util Net::IRC3::Util are common utilities that help with IRC protocol handling. SYNOPSIS use Net::IRC3 qw/parse_irc_msg mk_msg/; my $msgdata = mk_msg (undef, PRIVMSG FUNCTIONS These are some utility functions that might come in handy when handling the IRC protocol. You can export these... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): Net::IRC3::Util Download

Added: July 10, 2010 | Visits: 1.146

SNMP::Util SNMP::Util contains Snmp modules to perform snmp set, get, walk, next, walk_hash etc. SYNOPSIS use SNMP::Util; ## Documentation (POD) =head1 NAME Perl SNMP utilities - SNMP::Util - Version 1.8 This Perl library is a set of utilities for configuring and monitoring SNMP based devices. This... Platforms: *nix

License: Freeware Size: 23.55 KB Download (209): SNMP::Util Download

Added: July 16, 2010 | Visits: 947

File::Util File::Util is an easy, versatile, portable file handling module. File::Util provides a comprehensive toolbox of utilities to automate all kinds of common tasks on file / directories. Its purpose is to do so in the most portable manner possible so that users of this module wont have to worry... Platforms: *nix

License: Freeware Size: 41.98 KB Download (109): File::Util Download

Added: June 18, 2010 | Visits: 1.256

RPM::Util::Files RPM::Util::Files is a Perl module to generate %files list in RPM Specfile. SYNOPSIS use RPM::Util::Files; my $util = RPM::Util::Files->new({ build_root => /var/tmp/some-package-version-root, docs_filters => [ sub { my $entry = shift; return $entry =~ /manuals/; } ], config_filters... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): RPM::Util::Files Download

Added: January 26, 2010 | Visits: 827

Crypt::Util Crypt::Util is a lightweight Crypt/Digest convenience API. SYNOPSIS use Crypto::Util; # also has a Sub::Exporter to return functions wrapping a default instance my $util = Crypto::Util->new; $util->default_key("my secret"); # MAC or cipher+digest based tamper resistent encapsulation #... Platforms: *nix

License: Freeware Size: 36.86 KB Download (97): Crypt::Util Download

Released: July 02, 2012  |  Added: July 02, 2012 | Visits: 470

SB Util SB Util is a production stable Java utility library designed with convenience methods for string- and stream processing, file handling, XML, XSLTs and XPath, checksums, console formatting, and more. for WindowsAll Platforms: Windows

License: Freeware Download (46): SB Util Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 259

Util My Java util library. Currently it contains only two interfaces: - Hierarchical - Static Platforms: Windows, Mac, Linux

License: Freeware Size: 11.08 KB Download (44): Util Download

Added: August 31, 2013 | Visits: 458

SB Util SB Util is a production stable Java utility library with convenience methods for string- and stream processing, file handling, XML, XSLTs and XPath, checksums, console formatting, and more. The project is developed by the State and University Library of Denmark and released under the GNU LGPL 2.1 Platforms: Mac

License: Freeware Size: 174.08 KB Download (40): SB Util Download

Added: October 30, 2013 | Visits: 365

Util::Any for Linux For the people like the man who cannot remember uniq function is in whether List::Util or List::MoreUtils. And for the newbie who don't know where useful utilities is. Perl has many modules and they have many utility functions. For example, List::Util, List::MoreUtils, Scalar::Util, Hash::Util,... Platforms: *nix

License: Freeware Size: 20.48 KB Download (35): Util::Any for Linux Download

1 2 3 4 5 >