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

CAD::Drawing::IO 0.26

  Date Added: August 04, 2010  |  Visits: 1.589

CAD::Drawing::IO

Report Broken Link
Printer Friendly Version


Product Homepage
Download (183 downloads)



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 Functions These are simply inherited by the CAD::Drawing module for your direct usage. outloop Crazy new experimental output method. Each entity supported by the format should have a key to a function in %functions, which is expected to accept the following input data: $functions{$ent_type}->($obj, %data); The %data hash is passed verbatim to each function. $count = $drw->outloop(%functions, %data); In addition to each of the $ent_type keys, functions for the keys before and after may also be defined. These (if they are defined) will be called before and after each entity, with the same arguments as the $ent_type functions. is_persistent Returns 1 if $filename points to a persistent (directory / db) drawing. $drw->is_persistent($filename);.

Requirements: No special requirements
Platforms: Linux
Keyword: Cad Caddrawingio Functions I O I O Methods Libraries Methods Module Programming
Users rating: 0/10

License: Freeware Size: 39.94 KB
USER REVIEWS
More Reviews or Write Review


CAD::DRAWING::IO RELATED
Libraries  -  CAD::Drawing::IO::Tk 0.04
CAD::Drawing::IO::Tk is a Perl module with GUI I/O methods for CAD::Drawing. This module is considered extremely pre-ALPHA and its use is probably deprecated by the time you read this. Methods There is no constructor for this class, its...
8.19 KB  
Development Tools  -  Tree-Ring MATLAB Toolbox 1.0
This is a collection of functions I wrote for use of MATLAB with tree-ring time series. Functions are included for skeleton plotting, group time-series plotting, and correlation analysis of seasonal climatic time series with tree-ring indices...
61.44 KB  
Communication  -  Resampling statistical toolkit 1.0
This package contains a set of functions for inferiential statisticsusing resampling methods. Data are organized into arrays so multiple tests can be run at once (up to one million test per second). The package supports bootstrap, permutation and...
61.44 KB  
Modules  -  JensleyPAY Module 1.0
I have attached a payment module for JensleyPAY (www.jensleypay.com) though it still show some problems at jensleypay end, If anybody has a solution to the problem let him contribute
 
Modules  -  DealGates Pipeline 1.0
I've developped a second module linking Deal Gates and a Oscommerce based website.It is more easier to display your listing on DG and you do not need some special programming skills...How does it work ?- Define/Create a DG Pipeline- Copy...
 
Modules  -  Facebook Live Stream Module 6.x-3.0-beta1
#D7CX I pledge that Facebook Stream module will have a full Drupal 7 release on the day that Drupal 7 is released.This module leverages the Facebook Open Stream API. Once installed, the module allows users of the Drupal instance to access their...
20.48 KB  
Modules  -  Offline Reminder 6.x-1.x-de
After forgetting to turn a Drupal site back on for the second time, I decided to write this module. It simply notifies you at your email address when the site is offline for a certain (configurable) time.What this module will NOT do:* It will not...
10 KB  
Modules  -  Previewable email templates 6.x-1.0
[Note: I intend to port this module to Drupal 7. If you need it now, submit an issue and I'll expedite the release.]The Previewable Email Template (PET) module lets you create email templates, with token substitution, which can be previewed by the...
10 KB  
Modules  -  Ubercart Referrals 6.x-1.0-beta5
I wrote a simple referral module without looking too much at the affiliates module. I know my module is not as sophisticated as that module but it is Ubercart v2 and drupal v6 compatible (I'm not sure if the affiliates module has been ported, v2...
102.4 KB  
Modules  -  Term Field Weight Sort 5.x-1.x-de
I am not supporting this module. I no longer have a need for it, and it has bugs with installation that I do not have time to fix. I don't know if it is even needed by anybody. Please contact me if you want to take it over, or can assist in...
10 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB