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

New House Blue Print freeware
Filter: All | Freeware | Demo
 

New House Blue Print

< 1 2 3 4 5 > 
Added: September 13, 2010 | Visits: 1.197

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 (98): Math::Numbers Download

Added: June 07, 2010 | Visits: 664

OpenThought OpenThought is a Web Application Environment which doesnt require page reloads. SYNOPSIS use OpenThought(); my $o = OpenThought->new( $OP ); my $field_data; $field_data->{myTextBox} = "Text Box Data"; $field_data->{myCheckbox} = "true"; $field_data->{myRadioBtn} = "RadioBtnValue";...





Platforms: *nix

License: Freeware Size: 77.82 KB Download (90): OpenThought Download

Added: May 21, 2010 | Visits: 1.538

Audio::File Audio::File is a audio file abstraction library. SYNOPSIS use Audio::File; my $file = Audio::File->new( "foo.bar" ); print "The ". $file->type() ."-file ". $file->name ." is ". int $file->length() ." seconds long.n"; print "Its interpreted by ". $file->tag->artist() ." and called "....


Platforms: *nix

License: Freeware Size: 74.75 KB Download (96): Audio::File Download

Added: April 19, 2010 | Visits: 1.163

Games::Battleship::Player Games::Battleship::Player is a Battleship player class. SYNOPSIS use Games::Battleship::Player; $aeryk = Games::Battleship::Player->new(name => Aeryk); $gene = Games::Battleship::Player->new(name => Gene); print Player 1: , $aeryk->name, "n", Player 2: , $gene->name, "n";...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (113): Games::Battleship::Player Download

Added: November 14, 2010 | Visits: 901

VCS VCS project is a Perl library for generic Version Control System access in Perl. SYNOPSIS use VCS; $file = VCS::File->new($ARGV[0]); print $file->url, ":n"; for $version ($file->versions) { print $version->version, was checked in by , $version->author, "n"; } VCS is an API for...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (105): VCS Download

Added: June 19, 2010 | Visits: 1.070

Tclperl Tclperl project allows the execution of Perl code from within a TCL interpreter using one or several embedded Perl interpreters. This package allows the execution of Perl code from a Tcl interpreter, as in: package require tclperl set interpreter [perl::interp new] $interpreter eval {print...


Platforms: *nix

License: Freeware Download (104): Tclperl Download

Added: April 03, 2010 | Visits: 951

Rose::Object::MakeMethods::Generic Rose::Object::MakeMethods::Generic is a Perl module that can create simple object methods. SYNOPSIS package MyObject; use Rose::Object::MakeMethods::Generic ( scalar => [ power, error, ], scalar --get_set_init => name, boolean --get_set_init => is_tall, boolean => [ is_red,...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (91): Rose::Object::MakeMethods::Generic Download

Added: September 24, 2010 | Visits: 800

DCOP::Amarok::Playlist DCOP::Amarok::Playlist is a Perl extension to speak to an amaroK player object via systems DCOP. SYNOPSIS use DCOP::Amarok::Playlist; $playlist = DCOP::Amarok::Playlist->new(); $playlist->togglePlaylist(); print $playlist->getActiveIndex(); This module is a quick hack to get an...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): DCOP::Amarok::Playlist Download

Added: November 08, 2010 | Visits: 978

DCOP::Amarok::Player DCOP::Amarok::Player is a Perl extension to speak to an amaroK player object via systems DCOP. SYNOPSIS use DCOP::Amarok::Player; $player = DCOP::Amarok::Player->new(); $player->playPause(); print $player->getRandom(); This module is a quick hack to get an interface between perl and...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (98): DCOP::Amarok::Player Download

Added: October 14, 2010 | Visits: 853

Java::JVM::Classfile Java::JVM::Classfile is a Perl module to parse JVM Classfiles. SYNOPSIS use Java::JVM::Classfile; my $c = Java::JVM::Classfile->new("HelloWorld.class"); print "Class: " . $c->class . "n"; print "Methods: " . scalar(@{$c->methods}) . "n"; The Java Virtual Machine (JVM) is an abstract...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (90): Java::JVM::Classfile Download

Added: May 22, 2010 | Visits: 765

rdup rdup is a utility inspired by rsync and the plan9 way of doing backups. rdup itself does not backup anything. rdup project only prints a list of files that are changed, or all files in case of a null dump, to standard output. rdup prints a filelist to standard output. This list is relative to...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (93): rdup Download

Added: October 26, 2010 | Visits: 1.747

Games::Mastermind::Solver Games::Mastermind::Solver is a Master Mind puzzle solver. SYNOPSIS # a trivial Mastermind solver use Games::Mastermind; use Games::Mastermind::Solver::BruteForce; my $player = Games::Mastermind::Solver::BruteForce ->new( Games::Mastermind->new ); my $try; print join( ,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (191): Games::Mastermind::Solver Download

Added: June 22, 2010 | Visits: 783

HTML::ActiveLink HTML::ActiveLink module dynamically activate HTML links based on URL. SYNOPSIS use HTML::ActiveLink; my $al = new HTML::ActiveLink; print $al->activelink(@html_doc); I dont know about you, but one of the main problems I have with HTML content is getting images and links to "turn on"...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): HTML::ActiveLink Download

Added: February 14, 2010 | Visits: 1.786

Net::Packet::CDP::TypeSoftwareVersion Net::Packet::CDP::TypeSoftwareVersion is a Perl module for Cisco Discovery Protocol Software Version extension header. SYNOPSIS use Net::Packet::Consts qw(:cdp); require Net::Packet::CDP::TypeSoftwareVersion; # Build a layer my $layer = Net::Packet::CDP::TypeSoftwareVersion->new( type =>...


Platforms: *nix

License: Freeware Size: 68.61 KB Download (170): Net::Packet::CDP::TypeSoftwareVersion Download

Added: July 09, 2010 | Visits: 989

Apache2::Ajax Apache2::Ajax is a mod_perl interface to CGI::Ajax. SYNOPSIS ###################################################### # in httpd.conf PerlLoadModule Apache2::MyAjaxApp < Location /ajax > SetHandler perl-script PerlResponseHandler Apache2::MyAjaxApp PJX_fn js_function_name...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): Apache2::Ajax Download

Added: April 11, 2010 | Visits: 1.095

App::Conf::File App::Conf::File is a Perl module to load and access configuration data. SYNOPSIS use App::Conf; $config = App::Conf->new(); $config = App::Conf->new(configFile => $file); print $config->dump(), "n"; # use Data::Dumper to spit out the Perl representation # accessors $property_value =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::Conf::File Download

Added: November 15, 2010 | Visits: 878

Snort::Rule Snort::Rule is a Perl extension for dynamically building snort rules. SYNOPSIS use Snort::Rule; $rule = Snort::Rule->new( -action => alert, -proto => tcp, -src => any, -sport => any, -dir => ->, -dst => 192.188.1.1, -dport => 44444, ); $rule->opts(msg,Test Rule");...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (157): Snort::Rule Download

Released: September 25, 2012  |  Added: September 25, 2012 | Visits: 581

Astroccult Rahu Kalam Calculator Astroccult Rahu Kalam Calculator is a 100% free software tool to calculate accurately Rahu Kalam (Rahu Kaal), YamaGandam and Gulika Kalam. In Indian( Vedic) Astrology, Rahu Kalam, YamaGandam and Gulika Kalam have an important place. They are inauspicious periods of time in a day & therefore...


Platforms: Windows

License: Freeware Size: 665.6 KB Download (489): Astroccult Rahu Kalam Calculator Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 665

Home Sweet Home for Mac OS Picture the scene. You move into a new house and have no idea how to furnish it! Sure, there are some items you know you need but, other than that, it's a blank canvas. Who do you call? How about the Home Sweet Home team? Learn about your client's tastes, create fabulous interior designs, and...


Platforms: Mac

License: Freeware Size: 27.4 MB Download (475): Home Sweet Home for Mac OS Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 562

Tracfoil An Airfoil plotting program for model aircraft Tracfoil features include where it can draw shetting thickness, Leading Edge (V-notch square stock), Trailing Edge.Build 12 spars rectangular or rond (location in units ou % from L.E or T.E, at position under airfoil, under sheeting ).Build 12 holes...


Platforms: Windows

License: Freeware Size: 1.5 MB Download (451): Tracfoil Download

< 1 2 3 4 5 >