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

CORBA::IOP::IOR 0.1

  Date Added: November 12, 2010  |  Visits: 982

CORBA::IOP::IOR

Report Broken Link
Printer Friendly Version


Product Homepage
Download (109 downloads)



CORBA::IOP::IOR is a Perl module used to decode, munge, and re-encode CORBA IORs. SYNOPSIS #!/usr/local/bin/perl -w require CORBA::IOP::IOR; $ior = new CORBA::IOP::IOR; $ior->parseIOR($ARGV[0]); $ior->printHash(); $ior->{IIOP_profile}->{host} = "host.domain.name"; print $ior->stringifyIOR(), "n"; INSTALLATION The installation uses ExtUtils::MakeMaker. Uncompress and extract the files from the tar, then: perl Makefile.PL make make install CORBA::IOP::IOR is a handy module for processing IORs. Ive found it very useful for debugging CORBA interoperability. It was written without much of a look at other Perl CORBA efforts (COPE etc.), and is small and understandable..

Requirements: No special requirements
Platforms: Linux
Keyword: Corba Corba Iors Corbaiopior Decode Iop Ior Iors Module Munge Perl Perl Module To Decode Used Used To
Users rating: 0/10

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


CORBA::IOP::IOR RELATED
Programming  -  CORBA::MICO - Perl interface to MICO ORB 0.6.7
CORBA::MICO is a Perl interface to the MICO ORB.Its most distinctive feature is that it is completely dynamic. It is not necessary to pregenerate 'stubs' or 'skeletons' - all necessary information is retrieved at runtime.
122.28 KB  
Libraries  -  CORBA-Python 0.30
CORBA-Python is a package supplies the following tools : idl2py : IDL compiler to Python. idl2pyemb : IDL compiler to Python embedded with C idl2pyext : IDL compiler to Python extension with C idl2pycli : RPC-GIOP client stub generator idl2pysrv...
61.44 KB  
Code Management Tools  -  The ACE ORB from the doc group 1.5.8
TAO project is a standards-compliant, real-time implementation of CORBA that provides efficient, predictable, and scalable quality of service (QoS) end-to-end. Unlike conventional implementations of CORBA, which are inefficient, unpredictable,...
34 MB  
Libraries  -  XML::SAX2Perl 0.08
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...
64.51 KB  
Libraries  -  MIME::WordDecoder 5.420
MIME::WordDecoder is a Perl module to decode RFC-1522 encoded words to a local representation. SYNOPSIS See MIME::Words for the basics of encoded words. See "DESCRIPTION" for how this class works. use MIME::WordDecoder; ### Get the default...
378.88 KB  
Libraries  -  CGI_Lite 1.8
CGI_Lite is a Perl module to process and decode WWW forms and cookies. SYNOPSIS use CGI_Lite; $cgi = new CGI_Lite; $cgi->set_platform ($platform); where $platform can be one of (case insensitive): Unix, Windows, Windows95, DOS, NT, PC,...
14.34 KB  
Email  -  Unpack a multipart MIME message 1.0
This script is an example of using the email module to unpack and decode a MIME message. This example uses the message's walk() method.
 
Miscellaneous Communications Tools  -  smspdu 0.2
smspdu is a Python module to decode SMS PDU format and talk to an Ericsson T68 mobile phone. md5=84b6457a6cf134eab1a2cf7c29eef274
10.24 KB  
Utilities  -  Open CORBA Benchmarking Suite 1.17
The Open CORBA Benchmarking Suite measures several basic performance aspects of various CORBA brokers. The suite produces an XML output that can be submitted to a searchable database of broker performance data and browsed in a graphical form....
143.36 KB  
Libraries  -  CORBA::IDLtreev 1.4
CORBA::IDLtree is a Perl module that builds abstract syntax trees from CORBA IDL. The main export is sub Parse_File which takes an IDL input file name as the parameter, and returns a reference to an array of references to the root nodes...
36.86 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