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

Cone Constructors freeware
Filter: All | Freeware | Demo
 

Cone Constructors

< 1 2 3 4 5 > 
Added: April 27, 2010 | Visits: 1.261

Class::Contract Class::Contract - Design-by-Contract OO in Perl. SYNOPSIS package ClassName use Class::Contract; contract { inherits BaseClass; invar { ... }; attr data1; attr data2 => HASH; class attr shared => SCALAR; ctor new; method methodname; pre { ... }; failmsg Error message; post... Platforms: *nix

License: Freeware Size: 26.62 KB Download (114): Class::Contract Download

Added: July 08, 2010 | Visits: 1.299

Ogg::Vorbis::Header Ogg::Vorbis::Header is an object-oriented interface to Ogg Vorbis information and comment fields. SYNOPSIS use Ogg::Vorbis::Header; my $ogg = Ogg::Vorbis::Header->new("song.ogg"); while (my ($k, $v) = each %{$ogg->info}) { print "$k: $vn"; } foreach my $com ($ogg->comment_tags) { print... Platforms: *nix

License: Freeware Size: 32.77 KB Download (217): Ogg::Vorbis::Header Download

Added: November 14, 2010 | Visits: 1.237

Simulation::Sensitivity Simulation::Sensitivity is a general-purpose sensitivity analysis tool for user-supplied calculations and parameters. SYNOPSIS use Simulation::Sensitivity; $sim = Simulation::Sensitiviy->new( calculation => sub { my $p = shift; return $p->{alpha} + $p->{beta} } parameters => { alpha =>... Platforms: *nix

License: Freeware Size: 14.34 KB Download (130): Simulation::Sensitivity Download

Added: September 23, 2010 | Visits: 1.305

Class::InsideOut::Manual::About Class::InsideOut::Manual::About is a guide to this and other implementations of the inside-out technique. This manual provides an overview of the inside-out technique and its application within Class::InsideOut and other modules. It also provides a list of references for further study.... Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): Class::InsideOut::Manual::About Download

Added: November 03, 2010 | Visits: 847

Class::Meta::Express Class::Meta::Express is a Perl module for concise, expressive creation of Class::Meta classes. Synopsis package My::Contact; use Class::Meta::Express; class { meta contact => ( default_type => string ); has name; has contact => ( required => 1 ); } This module provides an interface... Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): Class::Meta::Express Download

Added: February 10, 2010 | Visits: 967

Class::Meta Class::Meta is a Perl class automation, introspection, and data validation. SYNOPSIS Generate a class: package MyApp::Thingy; use strict; use Class::Meta; use Class::Meta::Types::String; use Class::Meta::Types::Numeric; BEGIN { # Create a Class::Meta object for this class. my $cm =... Platforms: *nix

License: Freeware Size: 61.44 KB Download (90): Class::Meta Download

Added: July 06, 2010 | Visits: 1.200

JGraphpad Community Edition JGraphpad is a diagram editor for Swing that offers the functionality to create flow charts, maps, and UML diagrams. This release compiles with JGraph 5.7.3.1. Toolbox buttons to create edges or vertices no longer persist selection state. The former behaviour can be restored by setting... Platforms: *nix

License: Freeware Size: 962.56 KB Download (132): JGraphpad Community Edition Download

Added: April 11, 2010 | Visits: 1.191

Mail::DKIM::Signature Mail::DKIM::Signature module encapsulates a DKIM signature header. CONSTRUCTORS new() - create a new signature from parameters my $signature = new Mail::DKIM::Signature( [ Algorithm => "rsa-sha1", ] [ Signature => $base64, ] [ Method => "relaxed", ] [ Domain => "example.org", ] [... Platforms: *nix

License: Freeware Size: 47.1 KB Download (98): Mail::DKIM::Signature Download

Added: May 02, 2010 | Visits: 870

DiffJ DiffJ is a commandline application that compares Java files based on content, not whitespace, comments, or reordering of types, methods, or fields. Its output is based on the Unix program diff, and it also has a "brief" output format for a concise summary of what changed. It can work on... Platforms: *nix

License: Freeware Size: 286.72 KB Download (103): DiffJ Download

Added: March 15, 2010 | Visits: 831

Basset::Object Basset::Object is a Perl module used to create objects. This is my ultimate object creation toolset to date. It has roots in Mail::Bulkmail, Text::Flowchart, and the unreleased abstract object constructors that Ive tooled around with in the past. If you want an object to be compatible with... Platforms: *nix

License: Freeware Size: 143.36 KB Download (88): Basset::Object Download

Added: August 21, 2010 | Visits: 981

Magick++ Magick++ is the object-oriented C++ API to the ImageMagick image-processing library, the most comprehensive open-source image processing package available. Read the latest NEWS and ChangeLog for Magick++. Magick++ supports an object model which is inspired by PerlMagick. Images support implicit... Platforms: *nix

License: Freeware Size: 6.1 MB Download (130): Magick++ Download

Added: April 15, 2010 | Visits: 842

fields::aliased fields::aliased is a Perl module that can create aliases for object fields. SYNOPSIS package MyPackage; use strict; use fields qw($scalar @array %hash); sub new { my $class = shift; my $self = fields::new($class); return $self; } sub mymethod { my MyPackage $self = shift; use... Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): fields::aliased Download

Added: June 27, 2010 | Visits: 959

MARC MARC is a Perl extension to manipulate MAchine Readable Cataloging records. SYNOPSIS use MARC; # constructors $x=MARC->new(); $x=MARC->new("filename","fileformat"); $x->openmarc({file=>"makrbrkr.mrc",format=>"marcmaker", increment=>"5", lineterm=>"n", charset=>%char_hash});... Platforms: *nix

License: Freeware Size: 80.9 KB Download (92): MARC Download

Added: September 05, 2010 | Visits: 850

Net::Server::POP3proxy Net::Server::POP3proxy is a Perl module with POP3 Proxy class for working with virus scanners and anti-spam software. SYNOPSIS use Net::Server::POP3proxy; # Constructors $popproxy = new Net::Server::POP3proxy( Action => sub { filterAction ($_[0]); }, Error => sub { die ($_[0]); }, Debug... Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): Net::Server::POP3proxy Download

Added: July 14, 2010 | Visits: 1.052

Math::Symbolic Math::Symbolic is a Perl module for symbolic calculations. SYNOPSIS use Math::Symbolic; my $tree = Math::Symbolic->parse_from_string(1/2 * m * v^2); # Now do symbolic calculations with $tree. # ... like deriving it... my ($sub) = Math::Symbolic::Compiler->compile_to_sub($tree); my... Platforms: *nix

License: Freeware Size: 102.4 KB Download (102): Math::Symbolic Download

Added: October 16, 2010 | Visits: 759

Class::MakeMethods::Template::Generic Class::MakeMethods::Template::Generic Perl module contains templates for common meta-method types. SYNOPSIS package MyObject; use Class::MakeMethods ( Template::Hash:new => [ new ], Template::Hash:scalar => [ foo ] Template::Static:scalar => [ bar ] ); package main; my $obj =... Platforms: *nix

License: Freeware Size: 153.6 KB Download (87): Class::MakeMethods::Template::Generic Download

Added: October 08, 2010 | Visits: 894

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: June 26, 2013 | Visits: 834

Ayam Ayam is a free 3D modelling environment for the RenderMan interface, distributed under the BSD licence. This means that neither the author nor any contributors make money out of this software. We need your (yes your!) feedback to keep this project alive. If you use Ayam, please submit your... Platforms: *nix

License: Freeware Size: 8.61 MB Download (104): Ayam Download

Added: February 27, 2010 | Visits: 702

RPC::XML RPC::XML is a set of classes for core data, message and XML handling. SYNOPSIS use RPC::XML; $req = RPC::XML::request->new(fetch_prime_factors, RPC::XML::int->new(985120528)); ... $resp = RPC::XML::Parser->new()->parse(STREAM); if (ref($resp)) { return $resp->value->value; } else {... Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): RPC::XML Download

Added: August 03, 2010 | Visits: 777

PyChecker PyChecker is a tool for finding bugs in python source code. PyChecker program finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious... Platforms: *nix

License: Freeware Size: 122.88 KB Download (102): PyChecker Download

< 1 2 3 4 5 >