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

Oracle Capi 0 01 software
Filter: All | Freeware | Demo
 

Oracle Capi 0 01

< 1 2 3 4 5 > 
Added: January 21, 2010 | Visits: 1.102

Tree::Visualize Tree::Visualize is a Perl module for visualizing Tree structures. SYNOPSIS use Tree::Visualize; use Tree::Binary; my $tree = Tree::Binary->new("*") ->setLeft( Tree::Binary->new("+") ->setLeft(Tree::Binary->new("2")) ->setRight(Tree::Binary->new("2")) ) ->setRight(... Platforms: *nix

License: Freeware Size: 15.36 KB Download (206): Tree::Visualize Download

Added: November 20, 2010 | Visits: 1.015

DateTime::Astro::Sunrise DateTime::Astro::Sunrise is a Perl DateTime extension for computing the sunrise/sunset on a given day. SYNOPSIS use DateTime; use DateTime::Astro::Sunrise; ^ my $dt = DateTime->new( year => 2000, month => 6, day => 20, ); my $sunrise = DateTime::Astro::Sunrise ->new(-118,33,undef,1);... Platforms: *nix

License: Freeware Size: 6.14 KB Download (109): DateTime::Astro::Sunrise Download

Added: August 06, 2010 | Visits: 928

XMLRPC::PurePerl XMLRPC::PurePerl is a Perl module that implements the XML-RPC standard as defined at www.xmlrpc.com and serves as a (de)serialization engine as well as a client for such services. This module is in fairly close relation to an implementation that I wrote in javascript. The main problem I ran... Platforms: *nix

License: Freeware Size: 9.22 KB Download (107): XMLRPC::PurePerl Download

Added: April 23, 2010 | Visits: 1.126

GO::View GO::View is a Perl module that creates a gif or png image for visualizing the GO DAG. This perl module generates a graphic that displays the parent and child relationships of a selected GO term. It also provides the visualization for the GO::TermFinder perl module created by the Stanford... Platforms: *nix

License: Freeware Size: 870.4 KB Download (128): GO::View Download

Added: February 07, 2010 | Visits: 807

B::Flags B::Flags is a Perl module that provides a friendlier flags for B. SYNOPSIS use B::Flags; print B::main_root->flagspv; print B::main_root->privatepv; print $some_b_sv_object->flagspv; By default, $foo->flags when passed an object in the B class will produce a relatively meaningless... Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): B::Flags Download

Added: February 26, 2010 | Visits: 851

Sub::DeferredPartial Sub::DeferredPartial is a deferred evaluation / partial application. SYNOPSIS use Sub::DeferredPartial def; $S = def sub : P1 P2 P3 { %_=@_; join , @_{qw(P1 P2 P3)} }; print $S->( P1 => 1, P2 => 2, P3 => 3 )->(); # 123 $A = $S->( P3 => 1 ); # partial application $B = $S->( P3 => 2 );... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Sub::DeferredPartial Download

Added: June 03, 2010 | Visits: 729

Text::MessageFormat Text::MessageFormat is a language neutral way to display messages. SYNOPSIS use Text::MessageFormat; my $form = Text::MessageFormat->new(The disk "{1}" contains {0} file(s).); print $form->format(3, MyDisk); # output: The disk "MyDisk" contains 3 file(s). Text::MessageFormat is a Perl... Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Text::MessageFormat Download

Added: August 18, 2010 | Visits: 985

Text::Typography Text::Typography can markup ASCII text with correct typography for HTML. SYNOPSIS use Text::Typography qw(typography); print typography($text); This module is a thin wrapper for John Grubers SmartyPants plugin for various CMSs. SmartyPants is a web publishing utility that translates... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 8.19 KB Download (136): Text::Typography Download

Added: July 01, 2010 | Visits: 942

Number::Interval Number::Interval is a Perl module that can implement a representation of a numeric interval. SYNOPSIS use Number::Interval; $i = new Number::Interval( Min => -4, Max => 20); $i = new Number::Interval( Min => 0 ); $is = $i->contains( $value ); $status = $i->intersection( $i2 ); print... Platforms: *nix

License: Freeware Size: 6.14 KB Download (108): Number::Interval Download

Added: October 21, 2010 | Visits: 950

Audio::DB::Adaptor::dbi::sqlite Audio::DB::Adaptor::dbi::sqlite is a database adaptor for a specific mysql schema. This adaptor implements a specific mysql database schema that is compatible with Audio::DB. It inherits from Audio::DB. In addition to implementing the abstract SQL-generating methods of Audio::DB::Adaptor::dbi,... Platforms: *nix

License: Freeware Size: 62.46 KB Download (95): Audio::DB::Adaptor::dbi::sqlite Download

Added: March 24, 2010 | Visits: 925

Audio::DB::Adaptor::dbi::mysql Audio::DB::Adaptor::dbi::mysql implements a specific mysql database schema that is compatible with Audio::DB. It inherits from Audio::DB. In addition to implementing the abstract SQL-generating methods of Audio::DB::Adaptor::dbi, this module also implements the data loading functionality of... Platforms: *nix

License: Freeware Size: 62.46 KB Download (95): Audio::DB::Adaptor::dbi::mysql Download

Added: September 08, 2010 | Visits: 794

Commands::Guarded Commands::Guarded Perl package provides better scripts through guarded commands. SYNOPSIS use Commands::Guarded; my $var = 0; step something => ensure { $var == 1 } using { $var = 1 } ; # $var is now 1 step nothing => ensure { $var == 1 } using { $var = 2 } # bug! ; # $var is... Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): Commands::Guarded Download

Added: April 16, 2010 | Visits: 1.004

XML::Generator::RSS10::dc XML::Generator::RSS10::dc adds support for the Dublin Core (dc) RSS 1.0 module. SYNOPSIS use XML::Generator::RSS10; my $rss = XML::Generator::RSS10->new( Handler => $sax_handler ); $rss->channel( title => Pants, link => http://pants.example.com/, description => A fascinating pants site,... Platforms: *nix

License: Freeware Size: 19.46 KB Download (100): XML::Generator::RSS10::dc Download

Added: February 02, 2010 | Visits: 2.405

GD::Tab::Ukulele GD::Tab::Ukulele is a Perl module for Ukulele tab image generator. SYNOPSIS use GD::Tab::Ukulele; my $uk = GD::Tab::Ukulele->new; # print png image print $uk->chord(D#sus4)->png; # get GD::Image instance my $im = $uk->chord(C); print $im->png; # other tab generate... Platforms: *nix

License: Freeware Size: 5.12 KB Download (182): GD::Tab::Ukulele Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 666

ClockWatch Star Sync ClockWatch Star Sync tracks up to twelve GPS satellites simultaneously, acquiring precise time, distributing it to client computers and synchronizing them to +/- 0.01 second. Deploying Star Sync units in different local networks around the globe maintains time synchronization across your... Platforms: Windows

License: Freeware Download (52): ClockWatch Star Sync Download

Released: July 20, 2012  |  Added: July 20, 2012 | Visits: 328

OraDeveloper Tools for VS 2005 OraDeveloper Tools is a set of IDE add-ins designed to automate and simplify the process of developing applications with Oracle from Visual Studio. This version of OraDeveloper Tools integrates directly into Microsoft Visual Studio 2005 and provides an easier way for application developers to... Platforms: Windows

License: Shareware Cost: $99.95 USD Size: 5.13 MB Download (44): OraDeveloper Tools for VS 2005 Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 405

OraDeveloper Tools for Delphi 2006 OraDeveloper Tools is a set of IDE add-ins designed to automate and simplify the process of developing applications with Oracle from Delphi. This version of OraDeveloper Tools integrates directly into Borland Development Studio 2006 and provides an easier way for application developers to browse... Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 4.17 MB Download (51): OraDeveloper Tools for Delphi 2006 Download

Added: September 16, 2013 | Visits: 478

Registration Role Keys Since there are far too many modules implementing partial functionality of this module, and the slow uptake (~40 users or 0.01% of Drupal sites), I have decided to declare the end of the road for rolekeys.Here are some alternativesTo assign a role on registration tryCore actions can easily handle... Platforms: PHP

License: Freeware Size: 10 KB Download (39): Registration Role Keys Download

Added: August 24, 2013 | Visits: 344

CPAN::DistroBuilder PAN::DistroBuilder is a Perl module to create a distro from a bundle or a number of modules from CPAN. SYNOPSIS % perl -MCPAN::DistroBuilder -webuild ApacheSDK 0.1 Bundle::Apache % perl -MCPAN::DistroBuilder -webuild CoolSDK 0.1 MD5 CGI This package does a very simple thing. It fetches the... Platforms: *nix, Windows

License: Freeware Size: 30.72 KB Download (38): CPAN::DistroBuilder Download

Released: April 30, 2008  |  Added: May 05, 2008 | Visits: 2.357

Visual MP3 Splitter & Joiner Visual MP3 Splitter & Joiner is a handy software utility that can split and combine WAV and MP3 files. You can cut a large audio file to small parts without recompression and loss in quality. For splitting you don't need enter start and end time manually. It's enough to select the desired part... Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 3.65 MB Download (193): Visual MP3 Splitter & Joiner Download

< 1 2 3 4 5 >