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

Tied software
Filter: All | Freeware | Demo
 

Tied

1 2 3 4 5 > 
Added: February 02, 2010 | Visits: 863

Locale::Maketext::Lexicon::Tie Locale::Maketext::Lexicon::Tie is a Perl module to use tied hashes as lexicons for Maketext. SYNOPSIS package Hello::I18N; use base Locale::Maketext; use Locale::Maketext::Lexicon { en => [ Tie => [ DB_File => en.db ] ], }; This module lets you easily tie the %Lexicon hash to a database...



Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): Locale::Maketext::Lexicon::Tie Download

Added: January 03, 2010 | Visits: 955

XML::TiePYX XML::TiePYX is a Perl module to read or write XML data in PYX format via tied filehandle SYNOPSIS use XML::TiePYX; tie *XML,XML::TiePYX,file.xml open IN,file.xml or die $!; tie *XML,XML::TiePYX,*IN,Condense=>0; my $text=< tag xmlns="http://www.omsdev.com" >text< /tag >; tie...





Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): XML::TiePYX Download

Added: April 20, 2010 | Visits: 946

AnyData::Format::Mp3 AnyData::Format::Mp3 is a tied hash and DBI access to Mp3 files. SYNOPSIS use AnyData; my $playlist = adTie( Passwd, [c:/My Music/] ); while (my $song = each %$playlist){ print $song->{artist} if $song->{genre} eq Reggae } OR use DBI my $dbh = DBI->connect(dbi:AnyData:);...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (90): AnyData::Format::Mp3 Download

Added: April 14, 2010 | Visits: 1.003

Hash::Type Hash::Type module contains pseudo-hashes as arrays tied to a "type" (list of fields). SYNOPSIS use Hash::Type; # create a Hash::Type my $personType = new Hash::Type(qw(firstname lastname city)); # create and populate some hashes tied to $personType tie %wolfgang, $personType, "wolfgang...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Hash::Type Download

Added: April 13, 2010 | Visits: 798

JavaArray JavaArray is a tied extension for Java arrays from Java.pm SYNOPSIS use Java; # Set up Java.pm to always return tied array references to me my $java = new Java(use_tied_arrays => 1); my $tied_array = $java->create_array("java.lang.String",5); OR # Roll my own tied arrays my...


Platforms: *nix

License: Freeware Size: 69.63 KB Download (94): JavaArray Download

Added: November 18, 2010 | Visits: 939

Tie::HashHistory Tie::HashHistory can track history of all changes to a tied hash. SYNOPSIS my $hh = tie %hash => Tie::HashHistory, PACKAGE, ARGS...; @values = $hh->history(KEY); Tie::HashHistory interposes itself between your program and another tied hash. Fetching and storing to the hash looks...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): Tie::HashHistory Download

Released: May 12, 2013  |  Added: June 13, 2013 | Visits: 2.315

JobCOST Controller for Excel Track your project expenses effectively and increase profits!. Construction Job Cost Tracking and Reporting System for Excel. Designed specifically for contractors, builders, remodelers, project managers, cost engineers and architects, JobCOST Controller tracks construction costs tied to...


Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 4.22 MB Download (144): JobCOST Controller for Excel Download

Added: February 12, 2010 | Visits: 927

MLDBM::TinyDB MLDBM::TinyDB is a Perl module that can help you to create and manipulate structured MLDBM tied hash references. SYNOPSIS use MLDBM::TinyDB; ## or use MLDBM::TinyDB qw/db add_common/; @common = qw/created updated/; ## optional $tree = [TABLE, FIELDS_LIST, [TABLE1, FIELDS_LIST1,...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): MLDBM::TinyDB Download

Added: November 16, 2010 | Visits: 853

Class::IntrospectionMethods Class::IntrospectionMethods is a Perl module that creates methods with introspection. SYNOPSIS use Class::IntrospectionMethods qw/make_methods/; make_methods ( parent, global_catalog => { name => metacat, list => [ [qw/foo/] => f_cat, [qw/bar baz/] => b_cat, ], } new_with_init...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (92): Class::IntrospectionMethods Download

Added: February 05, 2010 | Visits: 878

Thread::Tie Thread::Tie can tie variables into a thread of their own. SYNOPSIS use Thread::Tie; # use as early as possible for maximum memory savings # use default thread + tieing + create thread when needed tie $scalar, Thread::Tie; tie @array, Thread::Tie; tie %hash, Thread::Tie; tie *HANDLE,...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Thread::Tie Download

Added: September 12, 2010 | Visits: 1.241

Tvark Tvark is a network monitoring tool (sniffer) with a GUI front-end, and is tied to a MySQL database. Tvark is necessarily resource-intensive. It is a multithreaded, database utility for recording network traffic. As a consequence, it uses 100% of the CPU simply because of context-switching and...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (132): Tvark Download

Added: February 04, 2010 | Visits: 783

MLDBM MLDBM is a Perl module to store multi-level hash structure in single level tied hash. SYNOPSIS use MLDBM; # this gets the default, SDBM #use MLDBM qw(DB_File FreezeThaw); # use FreezeThaw for serializing #use MLDBM qw(DB_File Storable); # use Storable for serializing $dbm = tie %o, MLDBM...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): MLDBM Download

Added: February 05, 2010 | Visits: 683

Tie::OffsetArray Tie::OffsetArray can tie one array to another, with index offset. SYNOPSIS use Tie::OffsetArray; tie @a, Tie::OffsetArray, 1, @b; # offset=1; use given array. tie @c, Tie::OffsetArray, 2; # use anonymous array. $a[0] = x; # assign to $b[1]; tied(@a)->array->[0] = y; # assign to $b[0]....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Tie::OffsetArray Download

Added: May 27, 2010 | Visits: 651

NDBM_File NDBM_File is a Perl module that allows tied access to ndbm files. SYNOPSIS use Fcntl; # For O_RDWR, O_CREAT, etc. use NDBM_File; tie(%h, NDBM_File, filename, O_RDWR|O_CREAT, 0666) or die "Couldnt tie NDBM file filename: $!; aborting"; # Now read and change the hash $h{newkey} =...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (101): NDBM_File Download

Added: January 15, 2010 | Visits: 574

ODBM_File ODBM_File is a Perl module to allow tied access to odbm files. SYNOPSIS use Fcntl; # For O_RDWR, O_CREAT, etc. use ODBM_File; # Now read and change the hash $h{newkey} = newvalue; print $h{oldkey}; ... untie %h; ODBM_File establishes a connection between a Perl hash variable and a...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (94): ODBM_File Download

Added: November 24, 2010 | Visits: 964

Tie::Layers SYNOPSIS ##### # Subroutines # use Tie::Layers qw(is_handle config); $yes = is_handle( $file_handle ); ($key, $old_value) = config(%options, $key); ($key, $old_value) = config(%options, $key => $new_value ); #### # Config default startup options # @old_options_list =...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (90): Tie::Layers Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 271

HLAgile This project is devoted to producing tools to help HLA developers write software that is less tied to vendor specific libraries and/or particular FOMs.


Platforms: Windows, Mac, Linux

License: Freeware Size: 68.64 KB Download (52): HLAgile Download

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 555

Network/User Realtime Interface Nuri is a pool of functions useful in complex network&devices management, almost tied on Cisco HW. She will help you in analysis and maintenance of very huge configs and/or topological complex networks. have fun. $witch


Platforms: Windows, Mac, Linux

License: Freeware Size: 431.94 KB Download (51): Network/User Realtime Interface Download

Added: May 10, 2013 | Visits: 487

Thematous 5.x-1.x-dev Currently, the module is tied to the PHPTAL template engine in that a full thematous theme consists of a stylesheet, a set of PHPTAL macros and a block of PHP code to be put in a template.php file. The files necessary for a theme are stored under /sites/all/themes .InstallationUnpack in your...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): Thematous 5.x-1.x-dev Download

Added: August 30, 2013 | Visits: 385

Apache::TieBucketBrigade This module has one usefull method "new_tie" which takes an Apache connection object and returns a tied IO::Handle object. It should be used inside a mod_perl protocol handler to make dealing with the bucket brigade bitz easier. FILENO will emulate a real fileno (using FILE::IO::new_tmpfile) and...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (44): Apache::TieBucketBrigade Download

1 2 3 4 5 >