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

Bve Constructor freeware
Filter: All | Freeware | Demo
 

Bve Constructor

< 1 2 3 4 5 > 
Added: October 08, 2010 | Visits: 1.163

Java::Swing Java::Swing provides a Perl extension providing direct access to the Java Swing API. Though you can write a Java program which is driven by Perl, some people may prefer to keep their Perl pure. This package lets you do that in manner similar to the way Perl/Tk and Gtk2:: provide access to their...



Platforms: *nix

License: Freeware Size: 33.79 KB Download (122): Java::Swing Download

Added: November 21, 2010 | Visits: 1.142

Pipeline::Config SYNOPSIS use Error qw( :try ); use Pipeline::Config; my $config = Pipeline::Config->new(); try { my $pipe = $config->load( somefile.type ); my $pipe2 = $config->load( somefile, type ); } catch Error with { print shift; } Pipeline::Config lets you specify the structure of a Pipeline...





Platforms: *nix

License: Freeware Size: 7.17 KB Download (122): Pipeline::Config Download

Added: November 01, 2010 | Visits: 925

ExtUtils::ModuleMaker::PBP ExtUtils::ModuleMaker::PBP is a Perl module to create a Perl extension in the style of Damian Conways Perl Best Practices. SYNOPSIS use ExtUtils::ModuleMaker::PBP; $mod = ExtUtils::ModuleMaker::PBP->new( NAME => Sample::Module ); $mod->complete_build(); $mod->dump_keys(qw| ... # key...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (120): ExtUtils::ModuleMaker::PBP Download

Added: October 05, 2010 | Visits: 930

Bio::Affymetrix::CDF Bio::Affymetrix::CDF is a Perl module to parse Affymetrix CDF files. SYNOPSIS use Bio::Affymetrix::CDF; # Parse the CDF file my $cdf=new Bio::Affymetrix::CDF({"probemode"=>0}); $cdf->parse_from_file("foo.cdf"); # Find some fun facts about this chip type print...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (120): Bio::Affymetrix::CDF Download

Added: October 16, 2010 | Visits: 1.293

Gtk2::Ex::MindMapView::HotSpot::ToggleFactory Gtk2::Ex::MindMapView::HotSpot::ToggleFactory is a Maker of standard toggle items. SYNOPSIS use Gtk2::Ex::MindMapView::HotSpot::ToggleFactory; This factory makes toggles that are used to expand or collapse the tree of items shown in the mind map. The following types of toggles are...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (119): Gtk2::Ex::MindMapView::HotSpot::ToggleFactory Download

Added: July 14, 2010 | Visits: 1.405

Graph::Writer::TGXML Graph::Writer::TGXML is a Perl module used to write out directed graph as TouchGraph LinkBrowser XML. SYNOPSIS use Graph; use Graph::Writer::TGXML; $graph = Graph->new(); # add edges and nodes to the graph $writer = Graph::Writer::TGXML->new(); $writer->write_graph($graph,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (119): Graph::Writer::TGXML Download

Added: November 18, 2010 | Visits: 1.011

XML::Generator::DOM XML::Generator::DOM is an XML::Generator subclass for producing DOM trees instead of strings. SYNOPSIS use XML::Generator::DOM; my $dg = XML::Generator::DOM->new(); my $doc = $dg->xml($dg->xmlcmnt("Test document."), $dg->foo({baz => bam}, 42)); print $doc->toString; yields: < ?xml...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (118): XML::Generator::DOM Download

Added: March 24, 2010 | Visits: 1.185

GPS::SpaceTrack GPS::SpaceTrack is a package for calculating the position of GPS satellites. SYNOPSIS use GPS::SpaceTrack; my $obj=GPS::SpaceTrack->new(filename=>"gps.tle"); print join("t", qw{Count PRN ELEV Azim SNR USED}), "n"; foreach ($obj->getsatellitelist({lat=>38.870997, lon=>-77.05596})) { print...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (117): GPS::SpaceTrack Download

Added: February 18, 2010 | Visits: 917

asm2class Asm2class is a java assembly to class file compiler. Asm2class is release under the terms of the GPL License. The current version of asm2class (0.1.2) is a beta version and allow generating class file from java assembly file that contains class definition, field definition, method definition...


Platforms: *nix

License: Freeware Size: 1.17 MB Download (116): asm2class Download

Added: January 01, 2010 | Visits: 1.472

Games::Tournament::RoundRobin Games::Tournament::RoundRobin is a Perl module for Round-Robin Tournament Schedule Pairings. SYNOPSIS $schedule = Games::Tournament::RoundRobin->new; $pairings = $schedule->indexesInRound($roundm); $round = $schedule->meeting($member1, [$member2, $member3]); ... Every member of a league...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Tournament::RoundRobin Download

Added: August 09, 2010 | Visits: 1.124

Gtk2::Ex::MindMapView::HotSpot::GripFactory Gtk2::Ex::MindMapView::HotSpot::GripFactory is the maker of standard grips. SYNOPSIS use Gtk2::Ex::MindMapView::HotSpot::GripFactory; This factory makes grips that are used to resize Gtk2::Ex::MindMapView::Items. The following types of grips are supported:...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (116): Gtk2::Ex::MindMapView::HotSpot::GripFactory Download

Added: March 16, 2010 | Visits: 944

Net::SCP::Expect Net::SCP::Expect is a wrapper for scp that allows passwords via Expect. SYNOPSIS Example 1 - uses login method, longhand scp: my $scpe = Net::SCP::Expect->new; $scpe->login(user name, password); $scpe->scp(file,host:/some/dir); Example 2 - uses constructor, shorthand scp: my $scpe =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (114): Net::SCP::Expect Download

Added: February 03, 2010 | Visits: 1.215

Audio::TagLib::File Audio::TagLib::File is a file class with some useful methods for tag manipulation. This class is a basic file class with some methods that are particularly useful for tag editors. It has methods to take advantage of ByteVector and a binary search method for finding patterns in a file....


Platforms: *nix

License: Freeware Size: 1.4 MB Download (114): Audio::TagLib::File Download

Added: March 06, 2010 | Visits: 1.020

Unicode::Map8 Unicode::Map8 is a mapping table between 8-bit chars and Unicode. SYNOPSIS require Unicode::Map8; my $no_map = Unicode::Map8->new("ISO646-NO") || die; my $l1_map = Unicode::Map8->new("latin1") || die; my $ustr = $no_map->to16("V}re norske tegn b|r {resn"); my $lstr = $l1_map->to8($ustr);...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (114): Unicode::Map8 Download

Added: October 08, 2010 | Visits: 891

Mail::DKIM::DkSignature Mail::DKIM::DkSignature is a DomainKeys signature header. CONSTRUCTORS parse() - create a new signature from a DomainKey-Signature header my $sig = parse Mail::DKIM::DkSignature( "DomainKey-Signature: a=rsa-sha1; b=yluiJ7+0=; c=nofws" ); Constructs a signature by parsing the provided...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (114): Mail::DKIM::DkSignature Download

Added: February 24, 2010 | Visits: 896

XML::XMetaL XML::XMetaL is a Perl module with dispatch class for XML::XMetaL development framework. The XML::XMetaL class is a dispatcher for XMetaL customization handlers. XML:XMetaL objects are singletons. There can be only one XML::XMetaL object instantiated at any one time. If an XML::XMetaL object...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (113): XML::XMetaL Download

Added: September 23, 2010 | Visits: 1.081

VideoGuide VideoGuide is content management system for video libraries. It allows you organize your video files, added film descriptions from IMDB.com or manually, assing genres, persons etc. There is a new feature in the module IMDB::Film. Now you can retrieve a list of official sites of specified movie....


Platforms: *nix

License: Freeware Size: 47.1 KB Download (112): VideoGuide Download

Added: August 13, 2008 | Visits: 881

Castle Constructor In this exciting game you have to become the tower builder. Your main responsibility is to build a tower as more balanced and stable as you can. And your main problem is lack of materials. Sometimes provider brings you absolutely useless things. But stability is not only thing you need. The solid...


Platforms: Windows

License: Freeware Size: 4.22 MB Download (111): Castle Constructor Download

Added: January 18, 2010 | Visits: 902

Astro::Aladin::LowLevel Astro::Aladin::LowLevel is a Perl class designed to drive CDS Aladin Application. SYNOPSIS my $aladin = new Astro::Aladin::LowLevel( ); Drives the CDS Aladin Application through a anonymous pipe, expects the a copy of the standalone Aladin application to be installed locally and pointed to...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (111): Astro::Aladin::LowLevel Download

Added: October 19, 2010 | Visits: 1.559

Test::Unit::Runner::XML Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results. SYNOPSIS use Test::Unit::Runner::XML; mkdir("test_reports"); my $runner = Test::Unit::Runner::XML->new("test-reports"); $runner->start($test); exit(!$runner->all_tests_passed());...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Test::Unit::Runner::XML Download

< 1 2 3 4 5 >