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

App Creator freeware
Filter: All | Freeware | Demo
 

App Creator

1 2 3 4 5 > 
Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 1.297

Free Android app maker Introducing the new app maker for Android(tm). It's an easy and free way to make your own android applications online in minutes. To get started, simply choose from a wide collection of applications like games, books and photo galleries and add your pictures, text, or videos. Next, our... Platforms: Windows, Mac, Android

License: Freeware Size: 1.23 MB Download (77): Free Android app maker Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 939

Free App Maker Make free android app. Simply choose a type of app to make like trivia and ebook android apps and add your own custom content. After submitting your application our building team will create your application for to the android app store and afterwards, you can download your new app from online. Platforms: Windows, Mac, Android

License: Freeware Size: 1.14 MB Download (63): Free App Maker Download

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

iPhone app maker Provides a quick, cost-effective solution for casual developers who are interested in creating their own iPhone, iPod Touch and iPad compatible applications. The goal is to provide a personal development experience for people who have very limited or no expertise in computer programming. Here's... Platforms: Windows, Mac, iPhone, iPod, iTouch

License: Freeware Size: 1.22 MB Download (52): iPhone app maker Download

Released: June 01, 2012  |  Added: June 01, 2012 | Visits: 710

Free iphone app maker A quick, cost-effective solution for casual developers who are interested in creating their own iPhone, iPod Touch and iPad compatible applications. The goal is to provide a personal development experience for people who have very limited or no expertise in computer programming. Here's how it... Platforms: Windows, Mac, iPhone, iPod, iTouch

License: Freeware Size: 1.22 MB Download (50): Free iphone app maker Download

Released: September 02, 2013  |  Added: August 05, 2015 | Visits: 799

App Starter Creator App Starter Creator is a free program that lets you make starting module for your applications x86 and x64 under Windows platform. App Starter Creator is particularly useful for creating portable applications. Program description: - After launch detects the version of operating system and... Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 2.44 MB Download (52): App Starter Creator Download

Added: September 22, 2006 | Visits: 6.644

PAD Creator Create and manage your PAD files fast and easy with PAD Creator! Just fill in your products information and save. Then you can validate and create your padfile within a second by just clicking a button. PAD files are commonly used by all major download directories on the net and most of them will... Platforms: Windows

License: Freeware Size: 2.84 MB Download (826): PAD Creator Download

Released: October 07, 2008  |  Added: November 06, 2008 | Visits: 2.915

DVD Backup Creator DVD Backup Creator is an easy to use tool to make a copy (backup) of any type of CD/DVD disc, so your important CD/DVD discs will be safe. You can backup to your hard drive or another disc. With DVD Backup Creator you can grab any type of CD/DVD. SPTI (SCSI Pass Through Interface) and ASPI... Platforms: Windows

License: Freeware Size: 2.79 MB Download (222): DVD Backup Creator Download

Released: October 29, 2008  |  Added: November 07, 2008 | Visits: 6.390

Free ISO Creator Free ISO Creator can create ISO image from folders or data CD/DVD. With Free ISO Creator, you can easily create ISO image from any files and folders (with the subfolders), or backup data CD/DVD to your hard disk and directly create ISO files. Free ISO Creator is one of the best solution to create... Platforms: Windows

License: Freeware Size: 2.67 MB Download (1377): Free ISO Creator Download

Added: January 18, 2010 | Visits: 1.908

RockBox WPS cover creator RockBox WPS cover creator is an amaroK script that creates covers for RockBox WPS. Covers are created in currently played directory (so you can sync later data on HD with DAP - its like I do with rsync). Its fast and dirty script so do not expect much - it just checks if there is a cover.bmp... Platforms: *nix

License: Freeware Size: 2.05 KB Download (157): RockBox WPS cover creator Download

Added: March 21, 2010 | Visits: 1.229

App::datetime App::datetime is a date and time considerations. Most Enterprise development includes processing of dates and times. There are many date and time modules on CPAN, and choosing the right one can be confusing. There are no special perl data types for dates and times, so some direction is needed.... Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::datetime Download

Added: February 13, 2010 | Visits: 1.360

App::faq App::faq is a Perl module witj App-Context Frequently Asked Questions. The App-Context is like a software backplane for many services required by an enterprise application. Into that backplane plug the App-Context Services. There may be many implementations of each of the App-Context Services,... Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): App::faq Download

Added: October 26, 2010 | Visits: 1.411

App::perlstyle App::perlstyle is a App::Context Perl Style Guide. The following document describes some of the coding standards used in writing the App::Context framework (App-Options, App-Context, App-Repository, App-Widget, and other minor distributions). This document exists for two purposes: 1. To... Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::perlstyle Download

Added: March 05, 2010 | Visits: 1.362

App::quickstart App::quickstart is App::Context Developers Quick-Start Guide. This is the Developers Quickstart Guide to the App::Context Framework. Its focus is to give a minimum amount of theoretical or explanatory background and get right into learning by example. That having been said, it is also... Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): App::quickstart Download

Added: March 13, 2010 | Visits: 1.274

App::Session App::Session can represents a sequence of multiple events perhaps executed in separate processes. SYNOPSIS # ... official way to get a Session object ... use App; $session = App->context(); $context = $session->session(); # get the session # any of the following named parameters may be... Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): App::Session Download

Added: September 11, 2010 | Visits: 1.354

App::UserAgent App::UserAgent - the browser this session is connected to. SYNOPSIS # ... official way to get a UserAgent object ... use App; $context = App->context(); $user_agent = $context->user_agent(); # get the user_agent if ($user_agent->supports("html.input.style")) { # do something } A... Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::UserAgent Download

Added: February 19, 2010 | Visits: 1.429

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }... Platforms: *nix

License: Freeware Size: 16.38 KB Download (106): App::Modular::Module::Events Download

Added: November 19, 2010 | Visits: 1.253

App::Modular App::Modular is a Perl module with modularization framework for perl programs. SYNOPSIS package App::Modular::Module::Test; use base qw(App::Modular::Module); sub say_hello { print "Hello, dear user!"; }; package main; use App::Modular; my $modul = instance App::Modular;... Platforms: *nix

License: Freeware Size: 16.38 KB Download (102): App::Modular Download

Added: November 04, 2010 | Visits: 2.180

Deb creator Deb creator is a GTK wizard tool to build deb packages easily. This software is based upon debhelper, dpkg-buildpackage, and other well tested tools. You can try to build simple package from source archive with some GNU-packaged software containing at least a Makefile and a configure script.... Platforms: *nix

License: Freeware Size: 24.58 KB Download (667): Deb creator Download

Added: March 19, 2010 | Visits: 6.906

Online Contact Sheet Creator Online Contact Sheet Creator script that generate stylish contact sheets without any fussing around in Photoshop. You can use the script to generate contact sheets for clients (great for photographers or graphic designers), or you can use it personally for a small photo album. You can also... Platforms: *nix

License: Freeware Size: 8.19 KB Download (194): Online Contact Sheet Creator Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.582

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =... Platforms: *nix

License: Freeware Size: 54.27 KB Download (258): App::SimpleScan::Substitution::Line Download

1 2 3 4 5 >