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

Wow Pvp Elemental Shaman Build software
Filter: All | Freeware | Demo
 

Wow Pvp Elemental Shaman Build

1 2 3 4 5 > 
Added: August 11, 2010 | Visits: 1.562

Games::WoW::PVP Games::WoW::PVP is a Perl module with the great new Games::WoW::PVP! SYNOPSIS Quick summary of what the module does. Perhaps a little code snippet. use Games::WoW::PVP; my $WoW = Games::WoW::PVP->new(); # looking for a character my %hash = $WoW->search_player( { country => EU, # EU...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (187): Games::WoW::PVP Download

Added: May 04, 2006 | Visits: 3.887

Visual Build Visual Build is a tool that enables developers, software process engineers, and build specialists to create an automated, repeatable process for building their software. Visual Build provides built-in support for Microsoft Visual Basic, Visual C++, Visual J++, SourceSafe, Installer, eMbedded...





Platforms: Windows

License: Commercial Cost: $149.00 USD Size: 1.27 MB Download (337): Visual Build Download

Released: July 12, 2005  |  Added: January 23, 2006 | Visits: 3.219

Visual Build Professional Visual Build Pro is a tool that enables developers, software process engineers, and build specialists to create an automated, repeatable process for building their software. Visual Build provides built-in support for Microsoft Visual Studio .NET/2005, Visual Studio Team System, Visual Basic,...


Platforms: Windows

License: Shareware Cost: $295.00 USD Size: 6.55 MB Download (611): Visual Build Professional Download

Added: June 18, 2013 | Visits: 1.030

Shaman Shaman is a graphical package manager for Pacman, Arch Linux's package manager, based on Qt4 and libalpm.


Platforms: *nix

License: Freeware Size: 829.44 KB Download (119): Shaman Download

Added: June 21, 2010 | Visits: 1.157

Module::Build::TestReporter Module::Build::TestReporter is a Perl module to help users report test failures. SYNOPSIS use Module::Build::TestReporter; my $build = Module::Build::TestReporter->new( # normal Module::Build code here ); # or, in your own M::B subclass package My::Module::Build; use Class::Roles...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): Module::Build::TestReporter Download

Added: February 26, 2010 | Visits: 1.172

auto-build auto-build is a Perl module that can run automated, unattended software build processes. SYNOPSIS # auto-build [OPTION]... Run build using latest code currently in source control # auto-build --config /etc/auto-build.d/auto-build.conf Run build using code committed prior to 12:30 on Dec...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (106): auto-build Download

Added: June 08, 2010 | Visits: 1.311

WoW Companion WoW Companion is a Java client and server used to centrally store item, character and other data for World of Warcraft. Data is made available via the Web in XML and other formats. Frontends for displaying character profiles are also included.. Get WoW Companion at SourceForge.net. Fast, secure...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (177): WoW Companion Download

Added: March 26, 2010 | Visits: 1.029

Module::Build::JSAN Module::Build::JSAN is a Perl module to build JavaScript modules for JSAN. SYNOPSIS use Module::Build::JSAN; my $build = Module::Build::JSAN->new( module_name => Foo-Bar, license => perl, dist_author => Joe Developer , dist_abstract => Say something pithy here, dist_version => 0.02,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Module::Build::JSAN Download

Added: May 22, 2010 | Visits: 1.236

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 24, 2010 | Visits: 775

gnome-build gnome-build package contains GNOME build framework tools..


Platforms: *nix

License: Freeware Size: 614.4 KB Download (94): gnome-build Download

Added: April 02, 2010 | Visits: 1.034

pulse local build pulse local build is a tool that executes the pulse continuous integration build engine in a local checkout of your projects source code. pulse local build enables you to test project configuration before submitting it to your source control system..


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 2.9 MB Download (95): pulse local build Download

Added: July 14, 2010 | Visits: 909

Java::Build::GenericBuild Java::Build::GenericBuild is a high level driver to control Java builds. SYNOPSIS There are two (or more) code files needed to effectively use this module. First, create a subclass of this class: package Java::Build::MyBuild; use Carp; # Do the following in a BEGIN block before the use...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Java::Build::GenericBuild Download

Added: September 13, 2010 | Visits: 1.277

Java::Build::Tasks Java::Build::Tasks is a Perl module that collects common Java build tasks in one place: jar, jarsigner, etc. SYNOPSIS use Java::Build::Tasks; set_logger($log_object); copy_file(source, dest); copy_file(list, of, sources, dest); copy_file(-r, list, of, sources, with, flags, dest);...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (110): Java::Build::Tasks Download

Added: July 01, 2010 | Visits: 1.155

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: September 03, 2010 | Visits: 879

kdesvn-build kdesvn-build script builds KDE from its Subversion source repository. Well, that and a *LOT* more... It builds qt-copy, automatically includes unsermake in the build, easily supports being run from cron, allows module-specific options such as configure flags, logs everything, and generally...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (91): kdesvn-build Download

Added: April 20, 2010 | Visits: 915

Java::Build::JVM Java::Build::JVM is a Perl module that starts one JVM for compiling. SYNOPSIS use Java::Build::JVM; my $compiler = Java::Build::JVM->getCompiler(); $compiler->destination("some/path"); $compiler->classpath("some/pathto/jar.jar:some/other/path/javas");...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (104): Java::Build::JVM Download

Added: April 10, 2010 | Visits: 1.030

Java::Build Java::Build is a family of modules which you can use instead of Ant. SYNOPSIS use Java::Build::JVM; # access to the javac compiler in one jvm use Java::Build::Tasks; # some helpful methods similar to Ant tasks my $source_files = build_file_list( BASE_DIR => $some_path, INCLUDE_PATTERNS...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (96): Java::Build Download

Added: June 17, 2010 | Visits: 1.214

WormBase::Archive::Build WormBase::Archive::Build can create archives of Wormbase releases. SYNOPSIS use Bio::GMOD::Admin::Archive; my $archive = Bio::GMOD::Admin::Archive->new(); $archive->create_archive(); METHODS Bio::GMOD::Admin::Archive->new(@options) Create a new WormBase::Archive object for archiving...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (96): WormBase::Archive::Build Download

Added: April 12, 2010 | Visits: 1.529

Build Order Analyzer Build Order Anlyzer for the Axis & Allies RTS is a tool for analyzing builds in the Axis & Allies RTS game. Many sites go to great lengths to explain Build Orders, but the Build Order Analyzer is the first tool to actually allow players the ability to define a Build Order and then compare it to...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (113): Build Order Analyzer Download

Added: January 18, 2010 | Visits: 1.310

Parabuild 3.2 EAP Build Parabuild project is a software build management server that helps software teams and organizations reduce risks of project failures by providing practically unbreakable daily builds and continuous integration builds. Parabuild features an effortless installation process and easy overall use,...


Platforms: *nix

License: Shareware Cost: $1000.00 USD Download (96): Parabuild 3.2 EAP Build Download

1 2 3 4 5 >