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

A B freeware
Filter: All | Freeware | Demo
 

A B

< 1 2 3 4 5 > 
Added: September 17, 2010 | Visits: 752

B::CC B::CC is Perl compilers optimized C translation backend. SYNOPSIS perl -MO=CC[,OPTIONS] foo.pl This compiler backend takes Perl source and generates C source code corresponding to the flow of your program. In other words, this backend is somewhat a "real" compiler in the sense that many... Platforms: *nix

License: Freeware Size: 12.2 MB Download (100): B::CC Download

Released: May 10, 2005  |  Added: September 26, 2006 | Visits: 8.682

iPIG Secure Access VPN Server Set up a VPN server in less than 1 minute. Free client software. iPig creates a secure "tunnel" that protects your inbound and outbound communications (Email, Web, IM, VOIP, calls, FTP, etc.) at any Wi-Fi hotspot or wired network. iPig works with any kind of Internet connection (Wifi, WLAN, wired... Platforms: Windows

License: Freeware Size: 641 KB Download (903): iPIG Secure Access VPN Server Download

Added: November 11, 2010 | Visits: 1.201

Compress::BraceExpansion Compress::BraceExpansion is a Perl module to create a human-readable compressed string suitable for shell brace expansion. SYNOPSIS use Compress::BraceExpansion; # output: ab{c,d} print Compress::BraceExpansion->new( qw( abc abd ) )->shrink(); # output: aabb{cc,dd} print... Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): Compress::BraceExpansion Download

Added: July 06, 2010 | Visits: 1.120

Math::Combinatorics Math::Combinatorics is a Perl module that can perform combinations and permutations on lists. SYNOPSIS Available as an object oriented API. use Math::Combinatorics; my @n = qw(a b c); my $combinat = Math::Combinatorics->new(count => 2, data => [@n], ); print "combinations of 2 from:... Platforms: *nix

License: Freeware Size: 10.24 KB Download (168): Math::Combinatorics Download

Added: September 18, 2010 | Visits: 1.100

Acme::Hyperindex Acme::Hyperindex is a Perl module to look deep into structures using a list of indexes. SYNOPSIS use strict; use Acme::Hyperindex; my @struct = ( { j_psi => [qw( eta_prime phi kaon )] }, { j_psi => [qw( selectron down tau_sneutrino )] }, { j_psi => [qw( upsilon gluino photino )] } );... Platforms: *nix

License: Freeware Size: 4.1 KB Download (97): Acme::Hyperindex Download

Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock - Conway says that it is much clearer to use reverse than to flip $a and $b around in a sort block. Conway says that it is much clearer to use reverse than to flip $a and $b around in a sort block. He also suggests that, in newer... Platforms: *nix

License: Freeware Size: 245.76 KB Download (97): Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock Download

Added: May 15, 2010 | Visits: 1.191

Set::Partition Set::Partition is a Perl module that can enumerate all arrangements of a set in fixed subsets. SYNOPSIS use Set::Partition; my $s = Set::Partition->new( list => [qw(a b c d e)], partition => [2, 3], ); while (my $p = $s->next) { print join( , map { "(@$_)" } @$p ), $/; } # produces... Platforms: *nix

License: Freeware Size: 7.17 KB Download (133): Set::Partition Download

Added: January 24, 2010 | Visits: 790

Scalar::MultiValue Scalar::MultiValue is a Perl module to create a SCALAR with multiple values. This module create a SCALAR with multiple values, where this values can be randomic or can change by a defined period. USAGE: With a period of 2: my $s = new Scalar::MultiValue( [qw(a b c d)] , 2 ) ; for(0..8)... Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): Scalar::MultiValue Download

Added: May 23, 2010 | Visits: 880

Devel::Cycle Devel::Cycle is a Perl module that helps you to find memory cycles in objects. SYNOPSIS #!/usr/bin/perl use Devel::Cycle; my $test = {fred => [qw(a b c d e)], ethel => [qw(1 2 3 4 5)], george => {martha => 23, agnes => 19} }; $test->{george}{phyllis} = $test; $test->{fred}[3] =... Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Devel::Cycle Download

Added: October 14, 2010 | Visits: 1.659

GD::Graph GD::Graph is a graph plotting module for Perl 5. SYNOPSIS use GD::Graph::moduleName; GD::Graph is a perl5 module to create charts using the GD module. The following classes for graphs with axes are defined: GD::Graph::lines Create a line chart. GD::Graph::bars and GD::Graph::hbars... Platforms: *nix

License: Freeware Size: 143.36 KB Download (111): GD::Graph Download

Added: March 07, 2010 | Visits: 990

List::Intersperse List::Intersperse Perl module can intersperse / unsort / disperse a list. SYNOPSIS use List::Intersperse qw/intersperseq/; @ispersed = intersperseq {substr($_[0],0,1)} qw/A1 A2 B1 B2 C1 C2/; @ispersed = List::Intersperse::intersperse qw/A A B B B B B B C/; intersperse and intersperseq... Platforms: *nix

License: Freeware Size: 2.05 KB Download (93): List::Intersperse Download

Added: August 07, 2010 | Visits: 875

Itzam/Java Itzam/Java project is a pure Java reimplementation of the Itzam embedded database engine, and it is 100% interoperable with files created by Itzam/Core. Since Itzam/Core is the basis of wrappers written in languages such as C++ and Python, Itzam/Java is compatible with those language libraries... Platforms: *nix

License: Freeware Size: 112.64 KB Download (88): Itzam/Java Download

Added: October 23, 2010 | Visits: 940

Array::PatternMatcher Array::PatternMatcher is a pattern matching for arrays. SYNOPSIS This section inlines the entire test suite. Please excuse the ok()s. use Array::PatternMatcher; Matching logical variables to input stream # 1 - simple match of logical variable to input my $pattern = AGE ; my $input =... Platforms: *nix

License: Freeware Size: 6.14 KB Download (118): Array::PatternMatcher Download

Added: July 22, 2013 | Visits: 603

Conjugate Gradient Method The conjugate gradient method aims to solve a system of linear equations, Ax=b, where A is symmetric, without calculation of the inverse of A. It only requires a very small amount of membory, hence is particularly suitable for large scale systems.It is faster than other approach such as Gaussian... Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Conjugate Gradient Method Download

Released: May 11, 2007  |  Added: August 14, 2007 | Visits: 9.177

avast! Virus Cleaner avast! Virus Cleaner is a free tool that will help you remove selected virus & worm infections from your computer - it doesn't replace antivirus program! When your computer gets infected by a virus or worm, the virus often schedule itself to be run automatically when you start your operating... Platforms: Windows

License: Freeware Size: 398.12 KB Download (1917): avast! Virus Cleaner Download

Released: January 04, 2004  |  Added: February 20, 2006 | Visits: 2.258

MaxPasswords It generates random passwords. From this version you can specify a mask for your passwords.The options are : 'l' -lowercase ,'u' -uppercase , 'n' -numeric , 's' -symbols , 'e' -extended , 'x' -any of the selected types of characters and 'a','b','c','d' for use characters from your 4 custom... Platforms: Windows

License: Freeware Size: 349 KB Download (150): MaxPasswords Download

Added: March 10, 2006 | Visits: 8.496

iPIG WiFi Hotspot VPN Security iPig creates a secure "tunnel" that protects your communications (Email, Web, IM, VOIP, calls, FTP, etc.) at any Wi-Fi hotspot or wired network. iPig works with any kind of Internet connection (Wifi, WLAN, wired ethernet). NO configuration required. iPIG shields your data from even the most... Platforms: Windows

License: Freeware Size: 655 KB Download (1661): iPIG WiFi Hotspot VPN Security Download

Added: February 05, 2009 | Visits: 1.717

Vector Creation Laboratory Vector Creation Laboratory can calculate vectors and angles, it's a useful tool for physics & maths (trigonometry). Click on the letter A,B or R in order to select the vector, hold down the left mouse button to move the vector, hold down the right mouse button to drag all three vectors. Platforms: Windows

License: Freeware Size: 220 KB Download (511): Vector Creation Laboratory Download

Added: August 31, 2008 | Visits: 1.159

MB Blood Type Inheritance MB Blood Type Inheritance is a blood type determination tool for your child. This is based on the genetic inheritance of a blood type from a parent to a child. Blood Type describes the composition of a personls red blood cells. It is determined by co-dominant alleles. This is one of the forms in... Platforms: Windows

License: Freeware Size: 596 KB Download (497): MB Blood Type Inheritance Download

Released: February 23, 2006  |  Added: October 15, 2008 | Visits: 3.057

Search & Replace Master Search & replace the text in your files in seconds. A free software from KnowleSys. Search & Replace Master is an easy to use search and replace utility loved by webmasters, programmers, and novice computer users alike. Search & Replace Master looks through multiple files for a string... Platforms: Windows

License: Freeware Size: 486.91 KB Download (514): Search & Replace Master Download

< 1 2 3 4 5 >