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

Tie Masm freeware
Filter: All | Freeware | Demo
 

Tie Masm

< 1 2 3 4 5 > 
Added: February 13, 2010 | Visits: 1.190

Advanced Assembler Aasm is an advanced assembler designed to support several target architectures. It has been designed to be easily extended and, should be considered as a good alternative to monolithic assembler development for each new target CPUs and binary file formats. Aasm should make assembly programming...



Platforms: *nix

License: Freeware Size: 30.72 KB Download (136): Advanced Assembler Download

Added: April 10, 2010 | Visits: 800

Scalar::Defer Scalar::Defer is a Perl module to calculate values on demand. SYNOPSIS use Scalar::Defer; # exports defer and lazy my ($x, $y); my $dv = defer { ++$x }; # a deferred value (not memoized) my $lv = lazy { ++$y }; # a lazy value (memoized) print "$dv $dv $dv"; # 1 2 3 print "$lv $lv $lv";...





Platforms: *nix

License: Freeware Size: 25.6 KB Download (89): Scalar::Defer Download

Added: May 03, 2010 | Visits: 938

KDBEdit KDBEdit is a key database editor for Elektra project. Elektra is a universal hierarchical configuration store, similar to (but better then) GConf and the Windows Registry. It allows programs to read and save their configurations with a consistent API, and allows them to be aware of other...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (101): KDBEdit Download

Added: February 20, 2010 | Visits: 746

Env::Bash Env::Bash is a Perl extension for accessing _all_ bash environment variables. SYNOPSIS use Env::Bash; Standard interface: my @var = get_env_var( "SORCERER_MIRRORS", Source => "/etc/sorcery/config", ); print "SORCERER_MIRRORS via get_env_var:n", join( "n", @var ), "ncount = ", scalar...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Env::Bash Download

Added: May 27, 2010 | Visits: 907

Variable::Alias Variable::Alias is a Perl module created to alias any variable to any other variable. SYNOPSIS use Variable::Alias alias; my $src; my $a; our $b; my @c; our @d; alias $src => $a; alias $a => $b; alias $b => $c[0]; alias @c => @d; $src=src; # All the other variables now have the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Variable::Alias Download

Added: September 21, 2010 | Visits: 937

Bundle::BDFOY Bundle::BDFOY is a Perl module that can install all modules by BDFOY. SYNOPSIS cpan Bundle::BDFOY CONTENTS Apache::Htaccess Apache::iTunes Business::ISBN Business::ISBN::Data Business::ISMN Business::US::USPS::WebTools Chemistry::Elements ConfigReader::Simple Crypt::Rijndael...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (89): Bundle::BDFOY Download

Added: March 03, 2010 | Visits: 1.669

Mac::Errors Mac::Errors is a Perl module with constants for Mac error codes. SYNOPSIS use Mac::Errors qw(openErr); if( $value == openErr ) { ... } my $error = $MacErrors{ $symbol }; # -- OR -- my $error = $MacErrors{ $number }; my $symbol = $error->symbol; my $number = $error->number; my $desc =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (104): Mac::Errors Download

Added: May 15, 2010 | Visits: 971

Bundle::Knetrix Bundle::Knetrix is a Perl bundle to install all Knetrix required modules. SYNOPSIS perl -MCPAN -e install Bundle::Knetrix CONTENTS Apache AutoLoader Business::CreditCard Carp Class::Delegation Class::MakeMethods::Composite::Hash Compress::Zlib Crypt::TripleDES Cyrus::SIEVE::managesieve...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (88): Bundle::Knetrix Download

Added: March 08, 2010 | Visits: 815

pam_imap pam_imap is a PAM module that authenticates against a remote IMAP or IMAPS server. pam_imap program supports multiple servers, SSL, password caching, user blacklists (for admin users), and many configuration abilities. Examples of recommended use: 1) A lab of UNIX/Linux machines that would...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): pam_imap Download

Added: November 12, 2010 | Visits: 1.400

802.11b Network Discovery Tools 802.11b Network Discovery Tools is a gtk tool to scan for 802.11b networks using wavelan/aironet hardware and Linux wireless extensions. It includes the ability to log coordinates of found networks from a GPS device that is NMEA-compatible, and can be linked to a serial port. It currently logs...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (128): 802.11b Network Discovery Tools Download

Added: September 01, 2010 | Visits: 1.082

OpenInteract2::Manual::AdminApache OpenInteract2::Manual::AdminApache is a Perl module for compiling and configuration Apache/mod_perl 1.x. SYNOPSIS This section of the OpenInteract2 manual will show you how to compile Apache and mod_perl for a two-server proxy setup, along with other information for configuring Apache....


Platforms: *nix

License: Freeware Size: 931.84 KB Download (91): OpenInteract2::Manual::AdminApache Download

Added: June 03, 2010 | Visits: 715

IO-stringy IO-stringy is a I/O on in-core objects like strings and arrays. SYNOPSIS IO:: ::AtomicFile adpO Write a file which is updated atomically ERYQ ::Lines bdpO I/O handle to read/write to array of lines ERYQ ::Scalar RdpO I/O handle to read/write to a string ERYQ ::ScalarArray RdpO I/O handle...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (96): IO-stringy Download

Added: January 13, 2010 | Visits: 845

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: February 10, 2010 | Visits: 829

DCE::Status DCE::Status is a Perl interface of DCE status codes. SYNOPSIS use DCE::Status; $errstr = error_inq_text($status); tie $status => DCE::Status; When a $scalar is tied to the DCE::Status class, it has a different value depending on the context it is evaluated in, similar to the magic $!...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (89): DCE::Status Download

Added: April 27, 2010 | Visits: 1.097

Embperl::Syntax::RTF Embperl::Syntax::RTF is a Perl class derived from Embperl::Syntax to define the syntax for RTF files. RTF files can be read and written by various word processing programms. This allows you to create dynamic wordprocessing documents or let process serial letters thru Embperl. Currently Embperl...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (102): Embperl::Syntax::RTF Download

Added: November 20, 2010 | Visits: 590

GDBM_File GDBM_File package allows Perl5 access to the gdbm library. SYNOPSIS use GDBM_File ; tie %hash, GDBM_File, $filename, &GDBM_WRCREAT, 0640; # Use the %hash array. untie %hash ; GDBM_File is a module which allows Perl programs to make use of the facilities provided by the GNU gdbm library....


Platforms: *nix

License: Freeware Size: 14.3 MB Download (95): GDBM_File Download

Added: July 20, 2010 | Visits: 750

Embperl Embperl is a framework for building websites with Perl. For the beginner its an easy to setup and use way of embedding Perl code in HTML pages. Embperl delivers several features that ease the task of creating a websites, including dynamic tables, formfield-processing, session handling,...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (94): Embperl 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: November 25, 2010 | Visits: 826

GNU Xnee Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. Think of GNU Xnee as a robot that can imitate the job you just did. Xnee can be used to: - Automate tests e.g nightly automatic regression tests - Demonstrate programs e.g record and...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (114): GNU Xnee Download

Added: June 23, 2010 | Visits: 702

DWH_File DWH_File module contains data and object persistence in deep and wide hashes. SYNOPSIS use DWH_File qw/ GDBM_File /; # the use argument set the DBM module used tie( %h, DWH_File, myFile, O_RDWR|O_CREAT, 0644 ); untie( %h ); # essential! Note: the files produced by DWH_File 0.22 are in...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): DWH_File Download

< 1 2 3 4 5 >