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

Daoc Subclassing software
Filter: All | Freeware | Demo
 

Daoc Subclassing

< 1 2 3 > 
Added: May 22, 2010 | Visits: 1.231

Module::Build::Authoring Module::Build::Authoring are authoring Module::Build modules. When creating a Build.PL script for a module, something like the following code will typically be used: use Module::Build; my $build = Module::Build->new ( module_name => Foo::Bar, license => perl, requires => { perl =>...



Platforms: *nix

License: Freeware Size: 184.32 KB Download (96): Module::Build::Authoring Download

Added: March 09, 2010 | Visits: 895

IVuPy IVuPy (I-View-Py) aims to be a solid basis for large Qt based Python programs geared to data analysis and 3D visualization of huge data sets. Python is extended by IVuPy with more than 600 classes of two of the Coin3D C++ class libraries: Coin and SoQt. Data exchange between Python and the...





Platforms: *nix

License: Freeware Size: 1.2 MB Download (98): IVuPy Download

Added: May 10, 2013 | Visits: 867

wxPropertyGrid wxPropertyGrid is a property sheet control for wxWidgets. In other words, it is a specialized two-column grid for editing properties such as strings, numbers, flagsets, string arrays, and colours.Features: - Nested, collapsible categories and properties with sub-properties. -...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (102): wxPropertyGrid Download

Added: January 27, 2010 | Visits: 1.956

mysqlcppapi mysqlcppapi is a C++ wrapper for the MySQL C API library. It is a branch of the MySql++ project, but it has diverged significantly for the following reasons: MySQL++ is aggressively optimised for speed, but optimisation should happen after the design is mature, and that optimisation should be...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (91): mysqlcppapi Download

Added: March 15, 2010 | Visits: 824

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 (87): Basset::Object Download

Added: May 20, 2010 | Visits: 6.481

WWW::Mechanize::Pluggable WWW::Mechanize::Pluggable provides all of the same functionality of WWW::Mechanize, but adds support for plugins using Module::Pluggable; this means that any module named WWW::Mechanize::Plugin::whatever... will be found and loaded when WWW::Mechanize::Pluggable is loaded. Big deal, you say....


Platforms: *nix

License: Freeware Size: 45.06 KB Download (93): WWW::Mechanize::Pluggable Download

Added: July 19, 2010 | Visits: 733

MinML MinML provides a small XML parser. MinML is an XML parser written in Java which implements nearly all of the XML language (it ignores DTDs). It was developed for use in small embedded systems and has a code footprint of less than 10Kb. It is designed to minimise the amount of heap space...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (109): MinML Download

Added: July 01, 2010 | Visits: 1.150

Module::Build Module::Build is a Perl module for build and install Perl modules. SYNOPSIS Standard process for building & installing modules: perl Build.PL ./Build ./Build test ./Build install Or, if youre on a platform (like DOS or Windows) that doesnt require the "./" notation, you can do this:...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (95): Module::Build Download

Added: May 10, 2013 | Visits: 808

SQLAlchemy SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (98): SQLAlchemy Download

Added: June 03, 2010 | Visits: 2.259

AI::ExpertSystem::Simple AI::ExpertSystem::Simple is a simple expert system shell. SYNOPSIS This class implements a simple expert system shell that reads the rules from an XML knowledge base and questions the user as it attempts to arrive at a conclusion. This class is where all the work is being done and the other...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (605): AI::ExpertSystem::Simple Download

Added: October 23, 2010 | Visits: 959

CSS::SAC::ConditionFactory CSS::SAC::ConditionFactory Perl module contains the default ConditionFactory. SYNOPSIS my $cf = CSS::SAC::ConditionFactory->new; my $cond1 = $cf->create_foo_condition; my $cond2 = $cf->create_bar_condition; This is the default ConditionFactory for CSS::SAC. It creates conditions of all...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (112): CSS::SAC::ConditionFactory Download

Added: September 24, 2010 | Visits: 929

DocSet::Doc::Common DocSet::Doc::Common is a Perl module with common functions used in DocSet::Doc subclasses. Implements functions and bits of code which otherwise needed to be duplicated in many modules. These functions couldnt be put into the base class DocSet::Doc. Certainly we could devise one more...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (89): DocSet::Doc::Common Download

Added: July 23, 2010 | Visits: 1.029

Scala 2.5.1 / 2.6.0 Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. Scala smoothly integrates features of object-oriented and functional languages including mixins, algebraic datatypes with pattern matching, genericity,...


Platforms: *nix

License: Freeware Size: 13.2 MB Download (105): Scala 2.5.1 / 2.6.0 Download

Added: May 21, 2010 | Visits: 799

Scala Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. Scala smoothly integrates features of object-oriented and functional languages including mixins, algebraic datatypes with pattern matching, genericity,...


Platforms: *nix

License: Freeware Size: 5.1 MB Download (91): Scala Download

Added: January 10, 2010 | Visits: 971

Tree::Numbered Tree::Numbered is a thin N-ary tree structure with a unique number for each item. SYNOPSYS use Tree::Numbered; my $tree = Tree::Numbered->new(John Doe); $tree->append(John Doe Jr.); $tree->append(Marry-Jane Doe); while (my $branch = $tree->nextNode) { $branch->delete if...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (105): Tree::Numbered Download

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

AutoTunnel GG AutoTunnel GG is a Gaming Tunneling software to bypass Firewalls/Proxy Servers. ATGG ensures lowest latency (ping) in every possible game or application. LOTR Online, FFXI (Final Fantasy XI), StarWars Galaxies, EverQuest2, PlanetSide, City of Heroes/Villains, Dungeons & Dragons, MapleStory,...


Platforms: Windows

License: Shareware Cost: $15.00 USD Download (52): AutoTunnel GG Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 359

ooRexx x64 Open Object Rexx (ooRexx) is an Open Source project managed by Rexx Language Association (RexxLA) providing a free implementation of Object Rexx. Open Object Rexx includes features typical of an object-oriented language, such as subclassing, polymorphism, and data encapsulation. It is an...


Platforms: Windows

License: Freeware Size: 12.5 MB Download (50): ooRexx x64 Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 414

ooRexx Open Object Rexx (ooRexx) is an Open Source project managed by Rexx Language Association (RexxLA) providing a free implementation of Object Rexx. Open Object Rexx includes features typical of an object-oriented language, such as subclassing, polymorphism, and data encapsulation. It is an...


Platforms: Windows

License: Freeware Size: 12.5 MB Download (48): ooRexx Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 373

ooRexx for Linux Open Object Rexx (ooRexx) is an Open Source project managed by Rexx Language Association (RexxLA) providing a free implementation of Object Rexx. Open Object Rexx includes features typical of an object-oriented language, such as subclassing, polymorphism, and data encapsulation. It is an...


Platforms: Linux

License: Freeware Size: 12.5 MB Download (50): ooRexx for Linux Download

Released: July 05, 2012  |  Added: July 05, 2012 | Visits: 433

Ichabod Java Mail Server Ichabod is an SMTP/POP3 server, with mailing list support. Administration is via a web, or email You can also use Ichabod to make your app receive email as an SMTP server.You can also easily extend it by subclassing to add your own behaviors.


Platforms: Windows, Mac, Linux

License: Freeware Size: 523.42 KB Download (52): Ichabod Java Mail Server Download

< 1 2 3 >