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

Filing Methods software
Filter: All | Freeware | Demo
 

Filing Methods

< 1 2 3 4 5 > 
Added: August 12, 2010 | Visits: 1.580

CAD::Drawing::Manipulate::Transform CAD::Drawing::Manipulate::Transform is a Perl module with Matrix methods for CAD::Drawing. Provides 3D transformation methods (based on traditional matrix algorithms) for Drawing.pm objects. Coordinate System All of these methods assume a RIGHT-HANDED coordinate system. If you are using a...



Platforms: *nix

License: Freeware Size: 39.94 KB Download (121): CAD::Drawing::Manipulate::Transform Download

Added: August 04, 2010 | Visits: 1.586

CAD::Drawing::IO CAD::Drawing::IO are I/O methods for the CAD::Drawing module. This module provides the load() and save() functions for CAD::Drawing and provides a point of flow-control to deal with the inheritance and other trickiness of having multiple formats handled through a single module. Utility...





Platforms: *nix

License: Freeware Size: 39.94 KB Download (183): CAD::Drawing::IO Download

Added: September 26, 2010 | Visits: 1.211

Getfem The Getfem++ project focuses on the development of a generic and efficient C++ library for finite element methods elementary computations. The goal is to provide a library allowing the computation of any elementary matrix (even for mixed finite element methods) on the largest class of methods and...


Platforms: *nix

License: Freeware Size: 4.3 MB Download (107): Getfem Download

Added: September 26, 2010 | Visits: 920

VRML::VRML2 VRML::VRML2 is a Perl module that contains VRML methods with the VRML 2.0/97 standard. SYNOPSIS use VRML::VRML2; $vrml = new VRML::VRML2; $vrml->browser(Cosmo Player 2.0,Netscape); $vrml->at(-15 0 20); $vrml->box(5 3 1,yellow); $vrml->back; $vrml->print; $vrml->save; OR with the...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (242): VRML::VRML2 Download

Added: January 25, 2010 | Visits: 1.005

Ruby/Password Ruby/Password is a suite of password handling methods for Ruby. It supports the manual entry of passwords from the keyboard in both buffered and unbuffered modes, random password generation, password strength checking, phonemic password generation (for easy memorisation by human-beings) and the...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (102): Ruby/Password Download

Added: November 14, 2010 | Visits: 498

InSilicoSpectro::InSilico::MSMSOutput InSilicoSpectro::InSilico::MSMSOutput is an object implementing common display/output methods for masses. ATTRIBUTES spectrum A reference to a hash such as computed by MassCalculator::getFragmentMasses or an object of class MSMSTheoSpectrum. expSpectrum A reference to an experimental...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (97): InSilicoSpectro::InSilico::MSMSOutput Download

Added: September 10, 2010 | Visits: 1.074

OpenOffice::OODoc::Image OpenOffice::OODoc::Image is a Perl module for image manipulation methods. The OpenOffice::OODoc::Image class is a derivative of OpenOffice::OODoc::XPath designed for the manipulation of graphics objects contained in documents. It mainly allows you to modify the size and position of an image and...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): OpenOffice::OODoc::Image Download

Added: July 24, 2010 | Visits: 836

Method::Declarative Method::Declarative is a Perl module to create methods with declarative syntax. SYNOPSIS use Method::Declarative ( --defaults => { precheck => [ [ qw(precheck1 arg1 arg2) ], # ... ], postcheck => [ [ qw(postcheck1 arg3 arg4) ], # ... ], init => [ [ initcheck1 ], # ... ],...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (92): Method::Declarative Download

Added: June 07, 2010 | Visits: 1.494

Schedule::Oncall Schedule::Oncall module contains methods for managing an on-call schedule. Schedule::Oncall provides methods to manipulate an on-call schedule. One or more tables of schedules can be maintained, loaded, and searched. An on-call table is composed of seven days, where each day has a list of...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (140): Schedule::Oncall Download

Added: March 15, 2010 | Visits: 926

NativeCall NativeCall is a Java toolkit that lets you call operating system methods from whithin Java without JNI code. The current version 0.4.0 supports structs, Strings, primitive types (ints and booleans), byte and char arrays and output parameters. NativeCall 0.4.0 implements some minor changes to...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (95): NativeCall Download

Added: July 05, 2010 | Visits: 1.353

Rose::DB::Object::Helpers Rose::DB::Object::Helpers is a mix-in class containing convenience methods for Rose::DB::Object. SYNOPSIS package MyDBObject; use Rose::DB::Object; our @ISA = qw(Rose::DB::Object); use Rose::DB::Object::Helpers clone, { load_or_insert => find_or_create }; ... $obj =...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (114): Rose::DB::Object::Helpers Download

Added: August 27, 2010 | Visits: 1.126

Rose::Class::MakeMethods::Set Rose::Class::MakeMethods::Set is a Perl module to create class methods to manage sets. SYNOPSIS package MyClass; use Rose::Class::MakeMethods::Set ( inheritable_set => [ required_name => { add_implies => add_valid_name, test_method => name_is_required, }, ], inherited_set => [...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (95): Rose::Class::MakeMethods::Set Download

Added: April 26, 2010 | Visits: 772

B::OptreeShortestPath B::OptreeShortestPath is a Perl module that adds the methods ->shortest_path( $op ) and ->all_paths() to all B::OP objects in an optree. SYNOPSIS use B qw( main_root main_start ); use B::OptreeShortestPath; for ( main_start()->shortest_path( main_root() ) ) { print "$_n"; } METHODS...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): B::OptreeShortestPath Download

Added: February 19, 2010 | Visits: 734

XML::SAX2Perl XML::SAX2Perl is a Perl module to translate Perl SAX methods to Java/CORBA style methods. SYNOPSIS use XML::Perl2SAX; $perl2sax = XML::Perl2SAX(handler => $java_style_handler); XML::Perl2SAX is a SAX filter that translates Perl style SAX methods to Java/CORBA style method calls. This...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (93): XML::SAX2Perl Download

Added: August 24, 2010 | Visits: 912

Textbender Textbender project is a toolkit for collaborative authoring based on structures and methods derived from nature. Structures include a genetic code, populations, and a gene pool. A text is encoded with genetic markup and then distributed out to writers to form a population of copies and a gene...


Platforms: *nix

License: Freeware Size: 7.1 MB Download (92): Textbender Download

Added: September 15, 2010 | Visits: 1.676

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: May 09, 2010 | Visits: 825

B::More B::More Perl module contains additional introspection methods and functions. Adds stuff I needed in B and wasnt there. Feel free to email me with suggestions for other methods I can add. B::SV METHODS svref Inverse of B::svref_2object. B::PVMG METHODS magic Returns a string...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): B::More Download

Added: April 10, 2010 | Visits: 801

Nift Nift is graphical front-end for footprinting tools and methods already freely avaliable. Its purpose is to aid system administrators in securing their websites by allowing them to quickly check their network.. Get Nift at SourceForge.net. Fast, secure and free downloads from the largest Open...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (92): Nift Download

Added: January 07, 2010 | Visits: 717

XML::LibXML::Enhanced XML::LibXML::Enhanced is a Perl module that adds convenience methods to XML::LibXML and LibXSLT. SYNOPSIS use XML::LibXML::Enhanced; my $xml = XML::LibXML::Singleton->instance; my $xsl = XML::LibXSLT::Singleton->instance; my $doc = $xml->parse_xml_string(" "); my $root =...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (88): XML::LibXML::Enhanced Download

Added: May 21, 2010 | Visits: 1.042

CodeSugar Eclipse Plugin CodeSugar Eclipse Plugin is an Eclipse plugin that can generate methods such as equals(), clone(), toString(), and hashCode() for Java classes. Whats New in This Release: - This release includes many feature enhancements in generated code, as well as UI refinements like enabling actions in...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (105): CodeSugar Eclipse Plugin Download

< 1 2 3 4 5 >