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

Tie Masm freeware
Filter: All | Freeware | Demo
 

Tie Masm

< 1 2 3 4 5 > 
Added: November 18, 2010 | Visits: 940

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: 977

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.044

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: May 05, 2010 | Visits: 846

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: May 21, 2010 | Visits: 943

Tie::Form Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form. SYNOPSIS require Tie::Form; ##### # Using support methods and file handle with # the file subroutines such as open(), readline() # print(), close() # tie *FORM_FILEHANDLE, Tie::Form,...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (92): Tie::Form 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

Added: March 24, 2010 | Visits: 887

Tie::FormA Tie::FormA is a Perl module that can access a machine readable database file that minics a hardcopy form. SYNOPSIS require Tie::FormA; ##### # Using support methods and file handle with # the file subroutines such as open(), readline() # print(), close() # tie *FORM_FILEHANDLE,...


Platforms: *nix

License: Freeware Size: 100.35 KB Download (92): Tie::FormA Download

Added: August 22, 2010 | Visits: 935

Tie::Gzip Tie::Gzip is a Perl module that can read and write gzip compressed files. SYNOPSIS require Tie::Gzip; tie filehandle, Tie::Gzip tie filehandle, Tie::Gzip, mode, filename tie filehandle, Tie::Gzip, filename tie filehandle, Tie::Gzip, %options tie filehandle, Tie::Gzip, mode, filename,...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (128): Tie::Gzip Download

Added: June 19, 2010 | Visits: 781

Tie::Eudora Tie::Eudora is a Perl module that can encode/decode emails, read/write emails in Eudora mailbox files. SYNOPSIS #### # Subroutine interface # $encoded_email = decode_record($mailbox_email); @email = decode_field($encoded_email); $encoded_email = encode_field (@email); $mailbox_email =...


Platforms: *nix

License: Freeware Size: 66.56 KB Download (93): Tie::Eudora Download

Added: February 14, 2010 | Visits: 1.129

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: 772

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: October 20, 2012  |  Added: October 20, 2012 | Visits: 472

MASM Balancer MASM Balancer is a handy and reliable utility designed to find unbalanced MASM segment/ends macro/endm proc/end. MASM Balancer helps you find out where your MASM Microsoft *.asm assembler program where you have mismatched segment/ends macro/endm proc/endp or if/endif. It works by displaying your...


Platforms: Windows

License: Freeware Size: 1.51 MB Download (48): MASM Balancer Download

Released: December 10, 2012  |  Added: December 10, 2012 | Visits: 436

MASM Balancer 1.2 Build MASM Balancer is a handy and reliable utility designed to find unbalanced MASM segment/ends macro/endm proc/end. MASM Balancer helps you find out where your MASM Microsoft *.asm assembler program where you have mismatched segment/ends macro/endm proc/endp or if/endif. It works by displaying your...


Platforms: Windows

License: Freeware Size: 1.51 MB Download (48): MASM Balancer 1.2 Build Download

Added: October 29, 2013 | Visits: 443

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: 392

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

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 766

Bow Tie Mahjong Solitaire Bow Tie mahjong solitaire will make you look good! Wear this puzzle game anywhere, and you'll always be the life of the party. This unique version of the classic board game Mahjong Solitaire is a little harder, and has its own special tile layout and design. You can play Bow Tie Mahjong Solitaire...


Platforms: Windows, Mac, Other, Pocket PC, Android, BlackBerry, iPhone, iPod, iTouch, Palm, Palm OS 6.0, Not Applicable

License: Freeware Size: 2.51 MB Download (61): Bow Tie Mahjong Solitaire Download

Released: December 21, 2012  |  Added: December 21, 2012 | Visits: 261

Tie : Java Method Interception Tie is a simple method interception library for Java. It is based on the AOP Alliance interfaces, and is quick and easy to integrate into an application


Platforms: Windows, Mac, Linux

License: Freeware Size: 549.76 KB Download (53): Tie : Java Method Interception Download

Added: August 08, 2008 | Visits: 1.705

Easy Code for Masm Easy Code for Masm is a visual programming setting in ensemble language, designed to build 32-bit Windows applications. To compile and link projects designed in this visual setting, Easy Code for Masm uses MASM32 or GeneSys, two very complete programming tools that include the popular Microsoft...


Platforms: Windows

License: Freeware Size: 1024 B Download (189): Easy Code for Masm Download

Added: July 16, 2010 | Visits: 701

DBIx::TableHash DBIx::TableHash is a Perl module that can tie a hash to a mysql table + SQL utils. SYNOPSIS use DBIx::TableHash; my $DBHash = DBIx::TableHash->create_or_die (my $Params = { DBIDriver => mysql, Database => mydatabase, HostName => localhost, Port => undef, Login => , Password => ,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (102): DBIx::TableHash Download

Added: February 22, 2010 | Visits: 638

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

< 1 2 3 4 5 >