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

My Teacher Ate My Homework Part 1 software
Filter: All | Freeware | Demo
 

My Teacher Ate My Homework Part 1

< 1 2 3 4 5 > 
Added: March 07, 2010 | Visits: 1.107

Quantum::Entanglement Quantum::Entanglement package contains QM entanglement of variables in perl. SYNOPSIS use Quantum::Entanglement qw(:DEFAULT :complex :QFT); my $c = entangle(1,0,i,1); # $c = |0> + i|1> my $d = entangle(1,0,1,1); # $d = |0> + |1> $e = $c * $d; # $e now |0*0> + i|0*1> + |1*0> + i|1*1>,...



Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Quantum::Entanglement Download

Added: September 18, 2010 | Visits: 1.093

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

Added: August 22, 2010 | Visits: 1.078

Chemistry::SQL Chemistry::SQL is an access database functions module. SYNOPSIS use strict; use Chemistry::SQL; use Chemistry::Artificial::SQL; my $db_name = $ARGV[0]; my $file = $ARGV[1]; my $db1 = Chemistry::SQL::new(db_host=>"127.0.0.1",db_user=>"root",db_port=>"3306",db_pwd=>"",...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (107): Chemistry::SQL Download

Added: February 08, 2010 | Visits: 1.261

Chemistry::Artificial::Graphics Chemistry::Artificial::Graphics is a graphic plot for artificial with database support. SYNOPSIS use strict; use Chemistry::SQL; use Chemistry::Artificial::Graphics; my $dbname = $ARGV[0]; my $chaname = $ARGV[1]; my $file = $ARGV[2]; my $mode = $ARGV[3]; if (scalar(@ARGV)!=4) {...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (112): Chemistry::Artificial::Graphics Download

Added: October 08, 2010 | Visits: 951

Tie::Array::PackedC Tie::Array::PackedC is a tie a Perl array to a C-style array (packed; elements of a single, simple data type). SYNOPSIS use Tie::Array::PackedC qw(packed_array packed_array_string); my $ref=packed_array(1,2,3,4); my $ref2=packed_array_string(my $s,1,2,3,4); use Tie::Array::PackedC...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (88): Tie::Array::PackedC Download

Added: January 13, 2010 | Visits: 1.904

Array::Each::Tutorial Array::Each::Tutorial - POD giving various examples how to use Array::Each. SYNOPSIS man Array::Each man Array::Each::Tutorial or perldoc Array::Each perldoc Array::Each::Tutorial Overview This tutorial contains only POD, so dont do this: use Array::Each::Tutorial; # dont do this...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (121): Array::Each::Tutorial Download

Added: November 17, 2010 | Visits: 1.762

GD::Image::AnimatedGif GD::Image::AnimatedGif is a Perl extension for creating animated gifs with GD. SYNOPSIS use GD::Image::AnimatedGif; # setup the image my $image = GD::Image->new(42,21); my $white = $image->colorAllocate(255,255,255); $image->transparent($white); # setup some font goodies my $fontcolor...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): GD::Image::AnimatedGif Download

Added: May 06, 2010 | Visits: 3.739

MacOS-X Aqua Theme MacOS-X Aqua Theme provides a GTK 2.x Theme/Style. Installation guide : [Part 1] GTK2 Theme Step 1 : If you have got the old version before, then delete the old version. rm -Rf ~/.themes/MacOS-X if not, skip this step. Step 2 : Unpack the downloaded file. tar zxf...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (700): MacOS-X Aqua Theme Download

Added: July 05, 2010 | Visits: 940

Math::HashSum Math::HashSum can sum a list of key-value pairs on a per-key basis. SYNOPSIS use Math::HashSum qw(hashsum); my %hash1 = (a=>.1, b=>.4); my %hash2 = (a=>.2, b=>.5); my %sum = hashsum(%hash1,%hash2); print "$sum{a}n"; # Prints .3 print "$sum{b}n"; # Prints .9 This module allows you to...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): Math::HashSum Download

Added: September 16, 2010 | Visits: 1.061

CGI::AppBuilder::Frame CGI::AppBuilder::Frame is a configuration initializer. SYNOPSIS use CGI::AppBuilder::Frame; my $ab = CGI::AppBuilder::Frame- >new( ifn, my_init.cfg, opt, vhS:a:); my ($q, $ar, $ar_log) = $ab- >start_app($0, %ARGV); print $ab- >disp_form($q, $ar); This class provides methods for reading...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): CGI::AppBuilder::Frame Download

Added: August 03, 2010 | Visits: 1.246

PDL::Graphics::AquaTerm PDL::Graphics::AquaTerm is a Perl module that provides access to the AquaTerm Mac OS-X graphics terminal. SYNOPSIS # example 1 use PDL; use PDL::Graphics::LUT; use PDL::Graphics::AquaTerm; my $x_size = 255; my $y_size = 255; aquaOpen({SIZE_X => $x_size, SIZE_Y => $y_size});...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): PDL::Graphics::AquaTerm Download

Added: March 06, 2010 | Visits: 987

mod_auth_cache mod_auth_cache is an Apache module transparently caches an authentication originally done by a different module. The aim of this module is to speed up complex authentication mechanisms, to reduce database traffic if authenticating thru a backend database and to implement some sort of...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (90): mod_auth_cache Download

Added: January 24, 2010 | Visits: 707

Volity::WinnersList Volity::WinnersList is Perl class for Volity game record winners lists. SYNOPSIS Heres code you might see in a Volity::Game subclass implementing a game where there is one winner and a bunch of losers, the latter of whom are all effectively tied for second place (we assume that the methods...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (94): Volity::WinnersList Download

Added: January 24, 2010 | Visits: 1.417

OpenOffice::OODoc::Intro OpenOffice::OODoc::Intro is a Perl module for an introduction to the Open OpenDocument Connector. The main goal of the Open OpenDocument Connector (OODoc) is to allow quick application development in 2 areas: - replacement of old-style, proprietary, client-based macros for intensive and...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (92): OpenOffice::OODoc::Intro Download

Added: November 06, 2010 | Visits: 633

Regexp::Parser::Handlers Regexp::Parser::Handlers is a Perl module with handlers for Perl 5 regexes. This module holds the init() method for the Regexp::Parser class, which installs all the handlers for standard Perl 5 regexes. This documentation contains a sub-classing tutorial. SUB-CLASSING I will present two...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (86): Regexp::Parser::Handlers Download

Added: June 26, 2010 | Visits: 1.154

Math::Random::MT::Auto Math::Random::MT::Auto is a Perl module for auto-seeded Mersenne Twister PRNGs. SYNOPSIS use strict; use warnings; use Math::Random::MT::Auto qw(rand irand shuffle gaussian), /dev/urandom => 256, random_org; # Functional interface my $die_roll = 1 + int(rand(6)); my $coin_flip =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): Math::Random::MT::Auto Download

Added: April 25, 2010 | Visits: 679

MassSpec::ViewSpectrum MassSpec::ViewSpectrum is a Perl extension for viewing a mass spectrum. SYNOPSIS use MassSpec::ViewSpectrum; open PNG, ">mygraphic.png" or die "Unable to open output filen"; binmode PNG; my @masses = (1036.4,1133,1437,1480,1502); my @intensities = (0.1,0.15,0.05,0.10,0.2); my...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (87): MassSpec::ViewSpectrum Download

Added: July 06, 2010 | Visits: 822

MassSpec::ViewSpectrum::RealVsHypPeptide MassSpec::ViewSpectrum::RealVsHypPeptide is a Perl module to view a real mass spectrum on the same graph as a hypothetical spectrum generated by fragmenting a peptide in silico. SYNOPSIS use MassSpec::ViewSpectrum::RealVsHypPeptide; open GRAPHIC, ">mygraphic.png" or die "Unable to open...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): MassSpec::ViewSpectrum::RealVsHypPeptide Download

Added: July 22, 2010 | Visits: 1.382

WML::Deck WML::Deck is a Perl extension for builiding WML Decks. SYNOPSIS use WML::Card; use WML::Deck; my @cards; my $options= [ [Option 1, http://...], [Option 2, http://...], ]; my $c = WML::Card->guess(index,Wap Site); $c->link_list(indice, undef, 0, $options, $options); push @cards, $c;...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (172): WML::Deck Download

Added: April 02, 2010 | Visits: 1.095

WML::Card WML::Card is a Perl extension for builiding WML Cards according to the browser being used. SYNOPSIS use WML::Card; my $options= [ [Option 1, http://...], [Option 2, http://...], ]; my $c = WML::Card->guess(index,Wap Site); $c->link_list(indice, undef, 0, $options, $options); $c->print;...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): WML::Card Download

< 1 2 3 4 5 >