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

Build App software
Filter: All | Freeware | Demo
 

Build App

< 1 2 3 4 5 > 
Added: October 04, 2010 | Visits: 1.125

AxKit::App::Gallery::stylesheets AxKit::App::Gallery works by generating XML, and then passing the generated XML through a collection of stylesheets. The output of one stylesheet is passed on as input to the next. In this way, a pipeline of stylesheets if formed. Some of the stylesheets are written in XSLT, some are written in...



Platforms: *nix

License: Freeware Size: 26.62 KB Download (91): AxKit::App::Gallery::stylesheets Download

Added: April 20, 2010 | Visits: 906

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.025

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

Apache::App::Gallery::Simple Apache::App::Gallery::Simple is an elegant and fast filesystem-based image galleries. SYNOPSIS < Location /photos > SetHandler perl-script PerlHandler Apache::App::Gallery::Simple; PerlSetVar GalleryRoot /vacation/images PerlSetVar GalleryName "My Vacation Photos" < /Location > <...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (97): Apache::App::Gallery::Simple Download

Added: April 11, 2010 | Visits: 1.095

App::Conf::File App::Conf::File is a Perl module to load and access configuration data. SYNOPSIS use App::Conf; $config = App::Conf->new(); $config = App::Conf->new(configFile => $file); print $config->dump(), "n"; # use Data::Dumper to spit out the Perl representation # accessors $property_value =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::Conf::File Download

Added: October 08, 2010 | Visits: 832

App::Serializer::Properties App::Serializer::Properties is a Perl interface for serialization and deserialization. SYNOPSIS use App; $context = App->context(); $serializer = $context->service("Serializer"); # or ... $serializer = $context->serializer(); $data = { an => arbitrary, collection => [ of, data, ], of...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (96): App::Serializer::Properties Download

Added: May 01, 2010 | Visits: 1.191

App::Options App::Options is Perl module to combine command line options, environment vars, and option file values (for program configuration). SYNOPSIS #!/usr/local/bin/perl use App::Options; # reads option values into %App::options by default # do something with the options (in %App::options) use...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (96): App::Options Download

Added: March 09, 2010 | Visits: 1.106

App::Repository App::Repository is a logical data access layer for the App::Context Framework, providing a uniform API to access data in databases, file systems, remote web sites, etc. This is the App-Repository distribution, adding the data access layer service to App-Context. For more information, see the...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (89): App::Repository Download

Added: October 13, 2010 | Visits: 821

App::Context App::Context is an application framework for web applications, command-line programs, server programs, and web services. This is the App-Context distribution. For more information, see the web pages at http://www.officevision.com/pub/App-Context The mailing list is described at...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (96): App::Context Download

Added: March 03, 2010 | Visits: 858

SDL::App::FPS SDL::App::FPS is a framework for event-driven SDL games/applications. SYNOPSIS Subclass SDL::App::FPS and override some methods: package SDL::App::MyFPS; use strict; use SDL::App::FPS; use SDL; use base qw/SDL::App::FPS/; # override the method draw_frame with something to draw sub...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (100): SDL::App::FPS Download

Added: June 17, 2010 | Visits: 1.207

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.524

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.307

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

Added: November 07, 2010 | Visits: 950

SDL::OpenGL::App SDL::OpenGL::App is a Glut like wrapper for SDL OpenGL apps. SYNOPSIS use SDL::OpenGL::App; my $app=new SDL::OpenGL::App; $app->app_name("Gears"); $app->register_handler(init => &init, draw => &draw, events => &events, idle => &idle, reshape => &reshape, ); $app->run();...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (105): SDL::OpenGL::App Download

Added: September 25, 2010 | Visits: 737

App::SVNBinarySearch App::SVNBinarySearch is a container for functions in the svn_binary_search program. SYNOPSIS No user-serviceable parts inside. svn_binary_search is all that should use this. CONFIGURATION AND ENVIRONMENT App::SVNBinarySearch requires no configuration files or environment variables..


Platforms: *nix

License: Freeware Size: 5.12 KB Download (91): App::SVNBinarySearch Download

Released: June 11, 2011  |  Added: June 28, 2011 | Visits: 1.594

App Tab Bar Icons for iPhone Here is an App Tab Bar Icons for iPhone collection, which will help each iPhone or iPad application developer get his graphic user interface in order. The icons from this set can be used in navigation, tab bars and toolbars, as they specifically meet the icon guidelines for iOS application...


Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Shareware Cost: $49.00 USD Size: 17.47 MB Download (124): App Tab Bar Icons for iPhone Download

Released: March 01, 2012  |  Added: March 13, 2012 | Visits: 1.518

App Tab Bar Icons for iOS Consisting of 99 high-resolution images, App Tab Bar Icons for iOS will help developers quickly implement stylish navigation bars, toolbars, and tab bars for iPhone, iPad, and iPod apps. Coming in a variety of sizes, App Tab Bar Icons for iOS are available in raster and scalable vector formats....


Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Shareware Cost: $49.00 USD Size: 14.22 MB Download (419): App Tab Bar Icons for iOS Download

Released: June 23, 2011  |  Added: July 10, 2011 | Visits: 1.878

Hotel App Tab Bar Icons for iOS Consisting of 62 high-resolution images, Hotel App Tab Bar Icons for iOS will help developers quickly implement stylish navigation bars, toolbars, and tab bars for iPhone, iPad, and iPod apps for tourism. Coming in a variety of sizes, Hotel App Tab Bar Icons for iOS are available in raster and...


Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Demo Cost: $49.00 USD Size: 12.13 MB Download (334): Hotel App Tab Bar Icons for iOS Download

Released: June 24, 2011  |  Added: July 14, 2011 | Visits: 1.345

Business App Tab Bar Icons Consisting of 193 high-resolution icon images, Business App Tab Bar Icons will help iOS developers quickly implement stylish navigation bars, toolbars, and tab bars for iPhone, iPad, and iPod apps for business software. Coming in a variety of sizes, Business App Tab Bar Icons are available in PNG...


Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Shareware Cost: $49.00 USD Size: 12.69 MB Download (96): Business App Tab Bar Icons Download

Released: July 14, 2011  |  Added: August 02, 2011 | Visits: 1.547

Android Magazine App Maker Android magazine app maker is software which helps you to convert PDF or image files to magazine apps for android-powered device. It also allows you to embed advertisements in magazines to earn commission fee. Once you've created an APK in Android magazine app maker, you can publish it online on...


Platforms: Windows, Android

License: Shareware Cost: $79.00 USD Size: 3.99 MB Download (200): Android Magazine App Maker Download

< 1 2 3 4 5 >