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

A Over B Squared Lyrics software
Filter: All | Freeware | Demo
 

A Over B Squared Lyrics

< 1 2 3 4 5 
Added: January 27, 2010 | Visits: 932

project-p project-p project is a simulation in which particles interact with each other based on a simple rule. In p, a bunch of particles interact with each other according to this simple rule: every particle must move towards, away or watch another particle. When the program starts, each particle...



Platforms: *nix

License: Freeware Size: 204.8 KB Download (111): project-p Download

Added: March 26, 2010 | Visits: 1.222

Music::Scales Music::Scales can supply necessary notes / offsets for musical scales. SYNOPSIS use Music::Scales; my @maj = get_scale_notes(Eb); # defaults to major print join(" ",@maj); # "Eb F G Ab Bb C D" my @blues = get_scale_nums(bl); # bl,blu,blue,blues print join(" ",@blues); # "0 3 5 6 7 10"...





Platforms: *nix

License: Freeware Size: 13.31 KB Download (111): Music::Scales Download

Added: July 09, 2010 | Visits: 912

Algorithm::Huffman Algorithm::Huffman is a Perl extension that implements the Huffman algorithm. SYNOPSIS use Algorithm::Huffman; my %char_counting = map {$_ => int rand(100)} (a .. z, A .. Z); # or better the real counting for your characters # as the huffman algorithm doesnt work good with random data...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (110): Algorithm::Huffman Download

Added: September 13, 2010 | Visits: 901

Geo::Ellipsoids Geo::Ellipsoids is a package for standard Geo:: ellipsoid a, b, f and 1/f values. SYNOPSIS use Geo::Ellipsoids; my $obj = Geo::Ellipsoids->new(); $obj->set(WGS84); #default print "a=", $obj->a, "n"; print "b=", $obj->b, "n"; print "f=", $obj->f, "n"; print "i=", $obj->i, "n"; print...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (109): Geo::Ellipsoids Download

Added: February 01, 2010 | Visits: 1.030

Bio::Ontology::Relationship Bio::Ontology::Relationship is a relationship for an ontology. SYNOPSIS $rel = Bio::Ontology::Relationship->new( -identifier => "16847", -subject_term => $subj, -object_term => $obj, -predicate_term => $pred ); This is a basic implementation of Bio::Ontology::RelationshipI. The...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (109): Bio::Ontology::Relationship Download

Added: August 27, 2010 | Visits: 1.466

Japa Japa short from JACK and ALSA Perceptual Analyser is a perceptual or psychoacoustic audio spectrum analyser. In contrast to JAAA, this is more an acoustical or musical tool than a purely technical one. Possible uses include spectrum monitoring while mixing or mastering, evaluation of ambient...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (106): Japa Download

Added: March 13, 2010 | Visits: 1.604

GCJ::Cni::Examples GCJ::Cni::Examples is a Perl module with examples of how to use GCJs CNI interface to write Perl Modules in Java. EXAMPLES Writing Treaded modules in Java One benefit of using GCJ is that it takes advantage of POSIX threading. This is nice since Perls threading model is, shall we say, less...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (105): GCJ::Cni::Examples Download

Added: October 18, 2010 | Visits: 1.076

sersnoop serialsnoop is a command-line tool for Linux that echoes bytes to and from any two serial ports, PTYs, or network sockets , and prints all traffic to stdout in hex and ASCII. to install (binary, debian): get the latest x86 .deb file and dpkg -i the thing. to install (from source): youll...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (105): sersnoop Download

Added: September 15, 2010 | Visits: 1.684

Class::Method::hash Class::Method::hash is a Perl module that helps you create methods for handling a hash value. SYNOPSIS use Class::MethodMaker [ hash => [qw/ x /] ]; $instance->x; # empty $instance->x(a => 1, b => 2, c => 3); $instance->x_count == 3; # true $instance->x = (b => 5, d => 8); # Note this...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (105): Class::Method::hash Download

Added: April 13, 2010 | Visits: 1.941

BigInteger BigInteger is an arbitrary length integer extension module for Perl. SYNOPSIS use Math::BigInteger; The BigInteger extension module gives access to Eric Youngs bignum library. This provides a faster alternative to the Math::BigInt library. The basic object in this library is a BigInteger....


Platforms: *nix

License: Freeware Size: 20.48 KB Download (105): BigInteger Download

Added: September 16, 2010 | Visits: 1.284

Grid::Transform Grid::Transform is a Perl module with fast grid transformations. SYNOPSIS use Grid::Transform; $g = Grid::Transform->new([a..o], rows=>5); $g->rotate_270->flip_vertical; print join( , $g->grid), "n"; The Grid::Transform module provides fast methods to transform a grid of arbitrary data...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (104): Grid::Transform Download

Added: January 25, 2010 | Visits: 1.088

Canto Pod Canto Pod... Now, you may finally be able to understand Axel Rose, or see the double meaning behind some of Cobain's lyrics. Canto Pod offers users of AppleNs iPod the ability to download song lyrics for later viewing. It works seamlessly with Mac, and Canto Pod for Mac OS X introduces key new...


Platforms: Mac

License: Freeware Download (104): Canto Pod Download

Added: October 19, 2010 | Visits: 664

PDL::GSL::RNG PDL::GSL::RNG is a PDL interface to RNG and randist routines in GSL. SYNOPSIS use PDL; use PDL::GSL::RNG; $rng = PDL::GSL::RNG->new(taus); $rng->set_seed(time()); $a=zeroes(5,5,5) $rng->get_uniform($a); # inplace $b=$rng->get_uniform(3,4,5); # creates new pdl.


Platforms: *nix

License: Freeware Size: 2.1 MB Download (104): PDL::GSL::RNG Download

Added: September 13, 2010 | Visits: 1.205

Math::Numbers Math::Numbers is a Perl module that contains methods for mathematical approaches of concepts of the number theory. SYNOPSIS use Math::Numbers; my $a = 123; my $b = 34; my $numbers = Math::Numbers->new($a, $b [, ...]); print "They are coprimes (relatively primes)!n" if...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (104): Math::Numbers Download

Added: August 05, 2008 | Visits: 1.343

EZ-Forms-Contractor 5.50.ec.220 .EZ-Forms-Contractor is the Filler, Printer, Viewer for Contractor and Construction Professional Related forms. .The included Filler/Typer allows you to load up a form then fill it out by simply selecting the text tool, clicking to the location intended and typing. . You will be able to modify...


Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 16.55 KB Download (104): EZ-Forms-Contractor 5.50.ec.220 Download

Added: June 24, 2010 | Visits: 978

Lyriki Lyriki is an an amaroK lyrics plugin to interface with lyriki.com, a wikimedia site for lyrics. It displays current song lyrics in the lyrics browser (when found) or a list with suggested results. In any case pressing the add lyrics button should open the songs page where you can edit its...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (103): Lyriki Download

Added: March 16, 2010 | Visits: 1.253

Test::Number::Delta Test::Number::Delta is a Perl module to compare the difference between numbers against a given tolerance. SYNOPSIS # Import test functions use Test::Number::Delta; # Equality test with default tolerance delta_ok( 1e-5, 2e-5, values within 1e-6); # Inequality test with default tolerance...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (103): Test::Number::Delta Download

Added: March 23, 2010 | Visits: 1.036

Sort::Versions Sort::Versions is a Perl 5 module for sorting of revision-like numbers. SYNOPSIS use Sort::Versions; @l = sort { versioncmp($a, $b) } qw( 1.2 1.2.0 1.2a.0 1.2.a 1.a 02.a ); ... use Sort::Versions; print lower if versioncmp(1.2, 1.2a) == -1; ... use Sort::Versions; %h = (1 => d, 2...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): Sort::Versions Download

Added: June 16, 2010 | Visits: 931

Imager::Filters Imager::Filters is an entire image filtering operations. SYNOPSIS use Imager; $img = ...; $img->filter(type=>autolevels); $img->filter(type=>autolevels, lsat=>0.2); $img->filter(type=>turbnoise) # and lots of others load_plugin("dynfilt/dyntest.so") or die "unable to load pluginn";...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (103): Imager::Filters Download

Added: March 14, 2010 | Visits: 714

PLJava PLJava is Perl module that will embed Perl into Java. USAGE import perl5.Perl ; import perl5.SV ; public class test { public static void main(String argv[]) { Perl.eval("print qq`Hello World!n` ;") ; /////////////////// SV foo = Perl.NEW("foo") ; // $foo = new foo() ;...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (103): PLJava Download

< 1 2 3 4 5