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

Recover Ad Object freeware
Filter: All | Freeware | Demo
 

Recover Ad Object

< 1 2 3 4 5 > 
Added: January 17, 2010 | Visits: 942

Yet Another Object Request Broker Yet Another Object Request Broker is an implementation of the CORBA ORB. YaOrb advanced installation YaOrb uses the GNU tools (Autoconf, Automake, ...). See the GNU documentation for complete instructions, in file $/INSTALL.GNU. Optional features The configure script also supports... Platforms: *nix

License: Freeware Size: 962.56 KB Download (92): Yet Another Object Request Broker Download

Added: January 13, 2010 | Visits: 940

Object::Trampoline Object::Trampoline is a Perl module for delay object construction, and optionally using the class module, until a method is actually dispatched, simplifies runtime definition of handler classes. SYNOPSIS # adding "use_class" will perform an "eval use $class" # at the point where the object... Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): Object::Trampoline Download

Added: October 14, 2010 | Visits: 688

Time::Piece Time::Piece is a Perl module that contains Object Oriented time objects. SYNOPSIS use Time::Piece; my $t = localtime; print "Time is $tn"; print "Year is ", $t->year, "n"; This module replaces the standard localtime and gmtime functions with implementations that return objects. It does... Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Time::Piece Download

Added: February 17, 2010 | Visits: 931

Object::Transaction Object::Transaction is a virtual base class for transactions on files containing serialized hash objects. SYNOPSIS use Object::Transaction; transaction($coderef, @codeargs); commit(); abandon(); $there_is_a_pending_transaction = transaction_pending() package Pkg; @ISA =... Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): Object::Transaction Download

Added: May 02, 2010 | Visits: 1.124

JOAP::Server::Object JOAP::Server::Object is a base class for Things Servable By JOAP Servers. ABSTRACT This verbosely-named OO package -- sorry about that -- is the base class for object servers, classes, and instances inside a JOAP server. It is probably not such a hunky-dory idea to inherit from this class... Platforms: *nix

License: Freeware Size: 122.88 KB Download (90): JOAP::Server::Object Download

Added: June 03, 2010 | Visits: 707

Object::AutoAccessor Object::AutoAccessor is an accessor class by using AUTOLOAD. SYNOPSIS use Object::AutoAccessor; my $struct = { foo => { bar => { baz => BUILD OK, }, }, }; # Now lets easily accomplish it. my $obj = Object::AutoAccessor->build($struct); print $obj->foo->bar->baz; # prints BUILD OK... Platforms: *nix

License: Freeware Size: 6.14 KB Download (90): Object::AutoAccessor Download

Added: April 07, 2010 | Visits: 990

Object Relational Membrane Object Relational Membrane is a Python package that provides the functionality of an object relational layer like EJB or other persistence storage systems. Object Relational Membrane is a thin compatibility layer between SQL table layouts and Object Oriented Python. While providing a good deal... Platforms: *nix

License: Freeware Size: 174.08 KB Download (89): Object Relational Membrane Download

Added: March 23, 2010 | Visits: 837

Object::InsideOut Object::InsideOut is a comprehensive inside-out object support module. SYNOPSIS package My::Class; { use Object::InsideOut; # Numeric field # With combined get+set accessor my @data :Field :Type(numeric) :Accessor(data); # Takes INPUT (or input, etc.) as a mandatory parameter to... Platforms: *nix

License: Freeware Size: 10.24 KB Download (89): Object::InsideOut Download

Added: April 27, 2010 | Visits: 912

Games::Object Games::Object is a Perl module to provide a base class for game objects. SYNOPSIS package MyGameObject; use Games::Object; use vars qw(@ISA); @ISA = qw(Games::Object); sub new { # Create object my $proto = shift; my $class = ref($proto) || $proto; my $self = $class->SUPER::new(@_);... Platforms: *nix

License: Freeware Size: 84.99 KB Download (89): Games::Object Download

Added: March 15, 2010 | Visits: 833

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: April 14, 2010 | Visits: 900

Basset::Object::Persistent Basset::Object::Persistent is a subclass of Basset::Object that allows objects to be easily stored into a relational database. Presently only supports MySQL, but that may change in the future. SYNOPSIS (no synopsis, this is an abstract super class that should never be instantiated directly,... Platforms: *nix

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

Added: October 18, 2010 | Visits: 894

Rose::Object Rose::Object is a simple object base class. SYNOPSIS package MyObject; use Rose::Object; our @ISA = qw(Rose::Object); sub foo { ... } sub bar { ... } ... my $o = MyObject->new(foo => abc, bar => 5); ... Rose::Object is a generic object base class. It provides very little... Platforms: *nix

License: Freeware Size: 28.67 KB Download (88): Rose::Object Download

Added: February 24, 2010 | Visits: 881

Object::Relation::DataType Object::Relation::DataType is a Perl module with complex data types for TKP. The Object::Relation::DataType name space is set aside for the creation of complex data types for TKP. By "complex" I mean serializable objects, such as dates, durations, states, etc. It also is designed to create a... Platforms: *nix

License: Freeware Size: 235.52 KB Download (88): Object::Relation::DataType Download

Added: November 21, 2010 | Visits: 715

Object::PerlDesignPatterns Object::PerlDesignPatterns is a Perl architecture for structuring and refactoring large programs. SYNOPSIS lynx perldesignpatterns.html perldoc Object::PerlDesignPatterns ABSTRACT Documentation: Ideas for keeping programs fun to hack on even after they grow large. Object, lambda, hybrid... Platforms: *nix

License: Freeware Size: 563.2 KB Download (88): Object::PerlDesignPatterns Download

Added: August 27, 2010 | Visits: 767

Query Object Framework QOF, the Query Object Framework, provides a set of C Language utilities for performing generic structured complex queries on a set of data held by a set of C/C++ objects. Query Object Framework is unique in that it does NOT require SQL or any database at all to perform the query. Thus, it... Platforms: *nix

License: Freeware Size: 696.32 KB Download (87): Query Object Framework Download

Added: July 27, 2010 | Visits: 839

Object::Relation::Meta::Class::Schema Object::Relation::Meta::Class::Schema is a Perl module for Object::Relation database store builder. This module is provides metadata for all Object::Relation classes while building a storage schema. Loading Object::Relation::Schema causes it to be used instead of Object::Relation::Meta::Class.... Platforms: *nix

License: Freeware Size: 24.58 KB Download (87): Object::Relation::Meta::Class::Schema Download

Added: May 10, 2013 | Visits: 610

CJ Ad Rotator The CJ Ad Rotator is probably the most easiest to install Ad Manager on the web.All you've got to do is upload a list of all your advert codes in a list. That's pretty much it! Link to the script using a php include and your away.The script changes which advert will be viewed next making sure... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (79): CJ Ad Rotator Download

Added: May 10, 2013 | Visits: 989

PHP Ad Manager 0.96.1a PHP Ad ManagerĀ is an advertising manager for PHP. Features: - Multiple Domain Support (must have access to a common filesystem) - Supports various banner and text ads - Ad Classes - display only certain ad items in certain places - Hit/Click Logging - done via MySQL database or optionally... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (73): PHP Ad Manager 0.96.1a Download

Released: September 02, 2012  |  Added: September 02, 2012 | Visits: 1.003

Sniff Password Recover Sniff Password Recover is small password monitoring software that listens to your network, capture the passwords that pass through your network adapter, and display them on the screen instantly. Sniff Password Recover can capture the passwords of the following Protocols: POP3, IMAP4, SMTP, FTP,... Platforms: Windows, Other

License: Freeware Size: 4.24 MB Download (73): Sniff Password Recover Download

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 842

GPix Pixel Ad Script Advanced settings include, among others, the ability to use interlaced images, temporarily take the site down for maintenance and put it back online when all changes are done, and enable/disable blog comments. Advanced "lasso" feature for pixel selection. Multiple payment modules available for... Platforms: Not Applicable

License: Freeware Size: 31 KB Download (69): GPix Pixel Ad Script Download

< 1 2 3 4 5 >