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

Advance Line Count Software freeware
Filter: All | Freeware | Demo
 

Advance Line Count Software

< 1 2 3 4 5 
Added: May 15, 2010 | Visits: 1.221

Software::Packager Software::Packager is a common software packaging interface. SYNOPSIS use Software::Packager; my $packager = new Software::Packager(); $packager->version(1.2.3.4.5.6); $packager->package_name("Somename"); $packager->program_name(Software Packager); $packager->description("This is the...



Platforms: *nix

License: Freeware Size: 21.5 KB Download (114): Software::Packager Download

Added: February 05, 2010 | Visits: 2.254

C++ Command Line Library C++ Command Line Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested...





Platforms: *nix

License: Freeware Size: 849.92 KB Download (137): C++ Command Line Library Download

Added: April 10, 2010 | Visits: 1.642

Command Line WRAPper Command Line WRAPper is a tool that provides an easy way to build and run commands from input lines, avoiding the use of shell script. It is similar to xargs. clwrap can make great things with the locate command, and is low resource intensive. It can also do some not-quite-fun works like...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (95): Command Line WRAPper Download

Added: October 19, 2010 | Visits: 1.437

Bio::MAGE::Protocol::Software Bio::MAGE::Protocol::Software - Software represents the software used. SYNOPSIS use Bio::MAGE::Protocol::Software; # creating an empty instance my $software = Bio::MAGE::Protocol::Software->new(); # creating an already populated instance my $software =...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (148): Bio::MAGE::Protocol::Software Download

Added: October 04, 2010 | Visits: 1.206

Bio::Genex::Software Bio::Genex::Software is Perl module with methods for processing data from the GeneX DB table: Software. SYNOPSIS use Bio::Genex::Software; # instantiating an instance my $Software = Bio::Genex::Software->new(id=>47); # retrieve data from the DB for all columns $Software->fetch(); #...


Platforms: *nix

License: Freeware Size: 552.96 KB Download (107): Bio::Genex::Software Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.570

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (252): App::SimpleScan::Substitution::Line Download

Added: October 12, 2010 | Visits: 1.398

Bitgate Server Software Environment Bitgate Server Software Environment aims to build a multi-protocol environment in which server protocol handlers can be eventually loaded and unloaded on the fly using a center console or controller Web page. Bitgate Server Software Environment aims to have 99.9% uptime, and have...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (102): Bitgate Server Software Environment Download

Added: October 06, 2010 | Visits: 874

Software::Packager::Svr4 Software::Packager::Svr4 is the Software::Packager extension for System VR4 packages. SYNOPSIS use Software::Packager; my $packager = new Software::Packager(svr4); This module is used to create software packages in a format suitable for installation with pkgadd. FUNCTIONS new() This...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (89): Software::Packager::Svr4 Download

Added: July 07, 2010 | Visits: 1.320

Algorithm::Line::Bresenham Algorithm::Line::Bresenham is a Perl module that contains a simple pixellated line-drawing algorithm. SYNOPSIS use Algorithm::Line::Bresenham qw/line/; my @points = line(3,3 => 5,0); # returns the list: [3,3], [4,2], [4,1], [5,0] line(3,3 => 5,0, &draw_line); # calls draw_line on each...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (134): Algorithm::Line::Bresenham Download

Added: July 22, 2010 | Visits: 1.642

Score Cluster System Software Score Cluster System Software is a cluster system software is designed for the high performance cluster environment without using the TCP/IP protocol stack. Score Cluster System Software features high performance communication, efficient computer management and single-system image, higher...


Platforms: *nix

License: Freeware Download (108): Score Cluster System Software Download

Added: July 04, 2010 | Visits: 975

Software::Packager::Object::Rpm Software::Packager is a suite of Perl modules providing a common interface for the creation of platform specific software installation packagers. INSTALLATION Software::Packager uses the standard perl module install process perl Makefile.PL make make test (optional but recommended) make...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): Software::Packager::Object::Rpm Download

Added: September 15, 2010 | Visits: 1.098

Software::Packager::Tar Software::Packager::Tar is used to create tar files with the required structure as specified by the list of object added to the packager. SYNOPSIS use Software::Packager; my $packager = new Software::Packager(tar); FUNCTIONS new() This method creates and returns a new class object....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Software::Packager::Tar Download

Added: March 20, 2010 | Visits: 793

Software::Packager::Object Software::Packager::Object is a generic object data storage. SYNOPSIS use Software::Packager::Object; This module is used by Software::Packager for holding data for a each item added to the a software package. It provides an easy way of accessing the data for each object to be installed....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Software::Packager::Object Download

Added: September 22, 2010 | Visits: 1.103

Software::Packager::Object::Aix Software::Packager::Object::Aix module it extends Software::Packager::Object and adds extra methods for use by the AIX software packager. FUNCTIONS LPP TYPE The LPP type for objects determines the type of LPP package created. If the objects destination is under /usr/share then the object is...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (111): Software::Packager::Object::Aix Download

Added: August 24, 2010 | Visits: 1.008

Software::Packager::Solaris Software::Packager::Solaris is the Software::Packager extension for Solaris 2.5.1 and above. SYNOPSIS use Software::Packager; my $packager = new Software::Packager(solaris); This module is used to create software packages in a format suitable for installation with pkgadd. The process of...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Software::Packager::Solaris Download

Added: May 16, 2010 | Visits: 946

Software::Packager::Aix Software::Packager::Aix is the Software::Packager extension for AIX 4.1 and above. SYNOPSIS use Software::Packager; my $packager = new Software::Packager(aix); This module is used to create software packages in a Backup-format file (bff) suitable for installation with installp. This...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (103): Software::Packager::Aix Download

Added: September 18, 2010 | Visits: 822

xnetload xnetload is a software that runs under the X Window System, displays a count and a graph of the traffic over a specified network connection. I used it to monitor my PPP connection to the Internet. Ive switched to torsmo. And since Im not running Linux anymore the amount of maintenance I can do...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (97): xnetload Download

Added: May 18, 2010 | Visits: 2.175

Web Submission and Review Software Web Submission and Review Software is a Web-based system that is used for the submission and review of papers to academic conferences. Web Submission and Review Software provides support for the entire life-cycle of the conference review process. One of the goals of this software was to make...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (131): Web Submission and Review Software Download

Added: March 13, 2010 | Visits: 1.127

Line Marker Line Marker is an extension which adds a new menu "Line Marker" to the context menu. It changes color of selection. Status of markers are saved to your profile.. Pictures I drawed, XUL applications for Netscape 7/Mozilla, Project W3C-Girl, and so on.


Platforms: *nix

License: Freeware Size: 17.41 KB Download (121): Line Marker Download

Added: August 02, 2010 | Visits: 2.286

Convert::Wiki::Node::Line Convert::Wiki::Node::Line is a Perl module that represents a horizontal line (aka ruler). SYNOPSIS use Convert::Wiki::Node::Line; my $hr = Convert::Wiki::Node::Line->new( ); print $hr->as_wiki(); A Convert::Wiki::Node::Line represents a horizontal line (aka ruler)..


Platforms: *nix

License: Freeware Size: 19.46 KB Download (102): Convert::Wiki::Node::Line Download

< 1 2 3 4 5