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

Bus Lines In Mexico freeware
Filter: All | Freeware | Demo
 

Bus Lines In Mexico

< 1 2 3 4 5 > 
Added: August 19, 2010 | Visits: 975

List::Part List::Part is a Perl module that allows you to partition one array into several. SYNOPSIS use List::Part; ($good, $bad)=part { !/substring/ } @array; #store arrayrefs into $good and $bad (*good, *bad)=part { !/substring/ } @array; #store into @good and @bad ABSTRACT List::Part... Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): List::Part Download

Added: March 01, 2010 | Visits: 1.032

SCZ SCZ application is a simple set of compression routines for compressing and decompressing arbitrary data. The initial set of routines implement new lossless compression algorithms. Restoration (decompression) is perfect. It is called SCZ, for simple compression format. SCZ is intended as a... Platforms: *nix

License: Freeware Size: 14.34 KB Download (96): SCZ Download

Added: March 02, 2010 | Visits: 1.576

Chatbot::Alpha::Tutorial Chatbot::Alpha::Tutorial is a beginners guide to Chatbot::Alpha 2.x. INTRODUCTION What is Chatbot::Alpha? Chatbot::Alpha is a Perl module for reading and processing Alpha code. Alpha code is a command-driven response language, primarily used for chatterbots. The language format is quite... Platforms: *nix

License: Freeware Size: 30.72 KB Download (109): Chatbot::Alpha::Tutorial Download

Added: August 08, 2010 | Visits: 735

PDL::NiceSlice PDL::NiceSlice Perl module contains a nicer slicing syntax for PDL. SYNOPSYS use PDL::NiceSlice; $a(1:4) .= 2; # concise syntax for ranges print $b((0),1:$end); # use variables in the slice expression $a->xchg(0,1)->(($pos-1)) .= 0; # default method syntax $idx = long 1, 7, 3, 0; # a... Platforms: *nix

License: Freeware Size: 2.1 MB Download (95): PDL::NiceSlice Download

Added: October 14, 2010 | Visits: 951

HPC Challenge HPC Challenge is a high performance benchmark suite. The HPC Challenge consists of basically 7 benchmarks: 1. HPL - the Linpack TPP benchmark which measures the floating point rate of execution for solving a linear system of equations. 2. DGEMM - measures the floating point rate of execution... Platforms: *nix

License: Freeware Size: 614.4 KB Download (99): HPC Challenge Download

Added: April 09, 2010 | Visits: 1.216

PIX::Walker PIX::Walker is a Perl module to process Cisco PIX configs and walk access-lists. SYNOPSIS PIX::Walker is an object that allows you to process PIX firewall configs and walk an access-list for matches. PIX OS versions 6 and 7 are supported. ** This module is still in very early development **... Platforms: *nix

License: Freeware Size: 13.31 KB Download (111): PIX::Walker Download

Added: September 21, 2010 | Visits: 859

pingx pingx is utility that uses the XNoOp(3x) call to see how fast your connection to your X server. Wonder whether your X performance is slower in a SSH tunnel? pingx can give you hard numbers so you can find out. It has an option to print out some details about the X server as well. Its also useful... Platforms: *nix

License: Freeware Size: 9.22 KB Download (97): pingx Download

Added: July 27, 2010 | Visits: 736

jdresolve jdresolve is a software that resolves IP addresses to hostnames. Any file format is supported, including those where the line does not begin with the IP address. One of the strongest features of the program is the support for recursion, which can drastically reduce the number of unresolved hosts... Platforms: *nix

License: Freeware Size: 51.2 KB Download (94): jdresolve Download

Added: November 10, 2010 | Visits: 1.598

LSF LSF is a Perl API built on top of the LSF command line tools. SYNOPSIS use LSF; use LSF RaiseError => 1, PrintError => 1, PrintOutput => 1; NOTE: FOR THESE MODULES TO WORK IT IS ESSENTIAL THAT YOU INCLUDE THE LSF COMMAND LINES IN YOUR PATH. This is the base class of the LSF suite of... Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): LSF Download

Added: March 01, 2010 | Visits: 620

refdb-mode RefDB integrates nicely into Emacs. Combined with editing modes for SGML, XML, and RIS documents, youll get an integrated authoring environment with direct access to your bibliographic data. "Cite-while-you-write", document transformation, and previewing is just a few mouseclicks away for... Platforms: *nix

License: Freeware Size: 153.6 KB Download (90): refdb-mode Download

Added: April 01, 2010 | Visits: 870

lMaker lMaker is a php class designed for web masters and programmers who want a simple way to generate complex, dynamic web sites from easily maintainable text files. lMaker project is designed to help automate some of the most repetitive features of website design thus leaving the web site... Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): lMaker Download

Added: August 02, 2010 | Visits: 984

LooperNG LooperNG is an intelligent event routing daemon. Primarily used for Network Management, this application can be used to accomplish a variety of tasks related to logging and alerting. It is a modularised, rules-based event routing system that is flexible and easy to use. It is primarily deployed... Platforms: *nix

License: Freeware Size: 1.7 MB Download (93): LooperNG Download

Added: June 10, 2010 | Visits: 925

File::FilterFuncs File::FilterFuncs is a Perl module that specify filter functions for files. SYNOPSIS use File::FilterFuncs qw(filters); filters(source.txt, sub { $_ = uc $_; 1 }, dest.txt ); INTRODUCTION File::FilterFuncs makes it easy to perform transformations on files. When you use this module,... Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): File::FilterFuncs Download

Added: September 21, 2010 | Visits: 1.366

UML::Sequence UML::Sequence is a Perl module to render UML sequence diagrams, often by running the code. SYNOPSIS use UML::Sequence; my $tree = UML::Sequence->new(@methods, @outline, &parse_method); print $tree->build_xml_sequence(Title); To use this package, or see how to use it, see genericseq.pl... Platforms: *nix

License: Freeware Size: 122.88 KB Download (159): UML::Sequence Download

Added: July 17, 2010 | Visits: 799

WFMath WFMath is a math library that focus on geometric objects. Thus, it includes several shapes (boxes, balls, lines), in addition to the basic math objects that are used to build these shapes (points, vectors, and matrices). Most of the library classes can be divided into two sorts. The first... Platforms: *nix

License: Freeware Size: 409.6 KB Download (92): WFMath Download

Added: July 11, 2010 | Visits: 548

Devel::LeakTrace Devel::LeakTrace is a Perl module to indicate where leaked variables are coming from. SYNOPSIS perl -MDevel::LeakTrace -e { my $foo; $foo = $foo } leaked SV(0x528d0) from -e line 1 leaked SV(0x116a10) from -e line 1 Based heavily on Devel::Leak, Devel::LeakTrace uses the pluggable runops... Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): Devel::LeakTrace Download

Added: October 13, 2010 | Visits: 916

IPoCAN IPoCAN provides IP over CAN Linux support. IPoCAN adds the ability to the Linux kernel to send/receive IP packets over a CAN bus network. The IP over CAN support, by using this package you can easily use your preferred IP applications on a CAN bus network. In order to compile the package... Platforms: *nix

License: Freeware Size: 51.2 KB Download (110): IPoCAN Download

Added: March 18, 2010 | Visits: 1.244

pam_passwdqc pam_passwdqc is a simple password strength checking module for PAM-aware password changing programs, such as passwd. In addition to checking regular passwords, it offers support for passphrases and can provide randomly generated ones. All features are optional and can be (re-)configured without... Platforms: *nix

License: Freeware Size: 30.72 KB Download (107): pam_passwdqc Download

Added: October 14, 2010 | Visits: 3.703

Flex Flex is a Fast Lexical Analyzer. Flex is a fast lexical analyzer generator. It is a tool for generating programs that perform pattern-matching on text. Flex is a non-GNU free implementation of the well known Lex program. Flex is a tool for generating scanners: programs which recognized... Platforms: *nix

License: Freeware Size: 880.64 KB Download (327): Flex Download

Added: November 09, 2010 | Visits: 1.238

SWF::Builder::Character::EditText SWF::Builder::Character::EditText is a SWF dynamic editable text object. SYNOPSIS my $text = $mc->new_dynamic_text( $font ) ->size(10) ->color(000000) ->text(This is a text.); my $text_i = $text->place; my $field = $mc->new_input_field; $field->place; ^This module creates dynamic... Platforms: *nix

License: Freeware Size: 163.84 KB Download (97): SWF::Builder::Character::EditText Download

< 1 2 3 4 5 >