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

Tie Breakers In Greenville Nc software
Filter: All | Freeware | Demo
 

Tie Breakers In Greenville Nc

< 1 2 3 4 5 > 
Added: May 25, 2010 | Visits: 874

Tie::Scalar::Sticky Tie::Scalar::Sticky is a Perl module with block assignments to scalars. SYNOPSIS use strict; use Tie::Scalar::Sticky; tie my $sticky, Tie::Scalar::Sticky; $sticky = 42; $sticky = ; # still 42 $sticky = undef; # still 42 $sticky = 0; # now its zero tie my $sticky, Tie::Scalar::Sticky...



Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Tie::Scalar::Sticky Download

Added: March 16, 2010 | Visits: 782

Tie::CharArray Tie::CharArray module can access Perl scalars as arrays of characters. SYNOPSIS use Tie::CharArray; my $foobar = a string; tie my @foo, Tie::CharArray, $foobar; $foo[0] = A; # $foobar = A string push @foo, !; # $foobar = A string! print "@foon"; # prints: A s t r i n g ! tie my @bar,...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Tie::CharArray Download

Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 752

Tie::DB_Lock Tie::DB_Lock Perl module can tie hashes to databases using shared and exclusive locks. SYNOPSIS use Tie::DB_Lock; use DB_File; tie(%hash, Tie::DB_Lock, $filename, rw); # Open for writing $hash{key} = value; untie %hash; tie(%hash2, Tie::DB_Lock, $filename); # Default is read-only...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): Tie::DB_Lock Download

Added: March 03, 2010 | Visits: 947

Tie::File Tie::File can access the lines of a disk file via a Perl array. SYNOPSIS # This file documents Tie::File version 0.96 use Tie::File; tie @array, Tie::File, filename or die ...; $array[13] = blah; # line 13 of the file is now blah print $array[42]; # display line 42 of the file $n_recs...


Platforms: *nix

License: Freeware Size: 67.58 KB Download (91): Tie::File Download

Added: November 18, 2010 | Visits: 934

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

Added: May 06, 2010 | Visits: 972

Tie::Proxy::Hash Tie::Proxy::Hash is a Perl module created to efficiently merge & translate hashes. SYNOPSIS my (%hash, $ref); $ref = tie %hash, Tie::Proxy::Hash, (bart => +{a => 1, b => 2}, maggie => +{a => 5, c => 6, e => 10}, ); $hash{a} == 1; # true $hash{b} == 2; # true (bart supercedes maggie)...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (99): Tie::Proxy::Hash Download

Added: July 26, 2010 | Visits: 1.036

Tie::Hash::Stack Tie::Hash::Stack is a Perl module which maintains an array of hashes like a stack. SYNOPSIS use Tie::Hash::Stack qw(pop_hash push_hash merge_hash); my %hash; tie( %hash, "Tie::Hash::Stack" ); # Ties the hash $hash{ 1 } = "one"; $hash{ 2 } = "two"; $hash{ 3 } = "three"; push_hash...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (186): Tie::Hash::Stack Download

Added: February 22, 2010 | Visits: 632

CfgTie::TieNet CfgTie::TieNet is a Perl module to tie in the net database. SYNOPSIS tie %net,CfgTie::TieNet This is a straightforward hash tie that allows us to access the net database sanely. Ties There are two ties available for programmers: tie %net,CfgTie::TieNet $net{$name} will return a hash...


Platforms: *nix

License: Freeware Size: 86.02 KB Download (88): CfgTie::TieNet Download

Added: May 05, 2010 | Visits: 843

Tie::FlatFile::Array Tie::FlatFile::Array is a Perl extension which treats a flatfile database as an array of arrays. This module allows the programmer to treat a flatfile database as as array of arrays. For example, lets say you have a datafile that has fixed-length records like so: Field-name Type URL ASCII...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Tie::FlatFile::Array Download

Added: November 24, 2010 | Visits: 958

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

Added: February 14, 2010 | Visits: 1.123

Docs::Site_SVD::Tie::FormA Docs::Site_SVD::Tie::FormA is a software version description (SVD) for the Tie::FormA program module. The system is the Perl programming language software. As established by the Perl referenced documents, program modules, such the "Tie::Form" module, extends the Perl language. The "Tie::Form"...


Platforms: *nix

License: Freeware Size: 100.35 KB Download (91): Docs::Site_SVD::Tie::FormA Download

Added: May 08, 2010 | Visits: 767

Tie::Tk::Listbox Tie::Tk::Listbox provides allows to access Tk::Listbox and similar widgets as arrays. The Tie::Tk::Listbox module allows you to tie the contents of a Tk::Listbox widget to an ordinary Perl array for easy modification. Additionally, you may tie a Tk::Scrolled widget or any other widget that...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Tie::Tk::Listbox Download

Released: May 14, 2017  |  Added: June 14, 2017 | Visits: 1.287

VDAFS TO DXF and NC Converter and Viewer Converts VDAFS file to DXF file (in 3DFACE entities) and generates the NC program for milling a piece composed from 3DFACE entities, by some paths parallel to the machine axis. In VDAFS file will be interpreted the entities of type PSET, FACE (created from the entities of type SURF and CONS) and...


Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $84.00 USD Size: 1.04 MB Download (148): VDAFS TO DXF and NC Converter and Viewer Download

Added: October 29, 2013 | Visits: 435

Tie::Queuefor Linux Tie an ARRAY over a TokyTyrant DB and allow to push, pop shift data. Tie::Queue requires TokyoTyrant (database and Perl module.) If the serialisation is required, the module Data::Serilizer is also required The normal ARRAY function present are push pop shift exists scalar storesize (...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (48): Tie::Queuefor Linux Download

Added: September 05, 2013 | Visits: 386

Tie::Array::QueueExpire for Linux Tie::Array::QueueExpire is a Perl module that requires Time::HiRes, TokyoCabinet (database and perl module.) The insertion is ms unique ( 0.001 seconds ). The normal ARRAY function present are push pop shift exits scalar clear unshift (but put data 1 second before the first entry) The...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Tie::Array::QueueExpire for Linux Download

Added: January 26, 2006 | Visits: 3.007

Hudson WHOS-IN WHOS-IN 2000 is a professional in-out board program for Windows that allows everyone on your Local Area Network (especially your receptionist) know where everyone else is. With WHOS-IN 2000 there is no more time wasted checking a wall-mounted Office Board to see if someone is In, Out, or at...


Platforms: Windows

License: Shareware Cost: $125.00 USD Size: 5.66 MB Download (164): Hudson WHOS-IN Download

Added: August 25, 2006 | Visits: 3.331

Keep In Reserve Keep in reserve is a powerful and reliable backup tool with a built-in scheduler. The program feature is a task manager, which allows you automate your backups by scheduling them at given dates and times. The interface is intuitive and vivid, that makes configuration extremely easy. Only one...


Platforms: Windows

License: Freeware Size: 734 KB Download (157): Keep In Reserve Download

Added: February 17, 2006 | Visits: 3.493

Log-Me-In Log-Me-In is the ideal utility for anyone who regularly has to insert user names and passwords to gain access to internet sites. It can log you in to sites which ask the same security questions with a single click while still catering for sites which ask different security questions each time.


Platforms: Windows

License: Shareware Cost: $9.99 USD Size: 1024 KB Download (419): Log-Me-In Download

Released: March 05, 2002  |  Added: January 26, 2006 | Visits: 3.240

Dynamic Opt-In Emailer Suite Dynamic Opt-In Emailer is a complete email marketing promotion tool that includes ALL the functions you need for your e-marketing promotion. It allows you to send *Personalized* messages to your clients, auto-remove *undelieverable* returned emails, sorting and de-duplicating your email...


Platforms: Windows

License: Shareware Cost: $99.95 USD Size: 2.19 MB Download (215): Dynamic Opt-In Emailer Suite Download

Released: January 06, 2002  |  Added: March 03, 2006 | Visits: 5.089

IntraSmart - Intranet in a Box Software IntraSmart is a suite of software applications that allows organizations to set up an Intranet in a short period of time. The applications include: group calendar, company and departmental announcements, form generator, discussion board, company directory, home page generator and document...


Platforms: Windows, Mac, *nix

License: Shareware Cost: $65.00 USD Size: 43 KB Download (352): IntraSmart - Intranet in a Box Software Download

< 1 2 3 4 5 >