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

Android Call Forward App freeware
Filter: All | Freeware | Demo
 

Android Call Forward App

< 1 2 3 4 5 > 
Added: May 23, 2010 | Visits: 945

App::SimpleScan::Plugin::Forget App::SimpleScan::Plugin::Forget is a Perl module to forget a variables value. SYNOPSIS # In a simple_scan input file, after installing this module: # Define the variable foo: %%var foo baz bar quux # Later in the file: %%forget foo # foo is now undefined, and will not be replaced...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): App::SimpleScan::Plugin::Forget Download

Added: September 27, 2010 | Visits: 1.415

App::SimpleScan::Cookbook App::SimpleScan::Cookbook is a documentation-only module that describes how to use simple_scan for some common Web testing problems. BASICS simple_scan reads test specifications from standard input and generates Perl code based on these specifications. It can either execute them immediately,...





Platforms: *nix

License: Freeware Size: 54.27 KB Download (92): App::SimpleScan::Cookbook Download

Added: October 04, 2010 | Visits: 1.126

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: October 06, 2010 | Visits: 1.028

CGI::Ex::App CGI::Ex::App is a anti-framework application framework. Fill in the blanks and get a ready made web application. This module is somewhat similar in spirit to CGI::Application, CGI::Path, and CGI::Builder and any other "CGI framework." As with the others, CGI::Ex::App tries to do as much of the...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (100): CGI::Ex::App Download

Added: September 05, 2010 | Visits: 1.312

Remote Python Call RPyC stands for Remote Python Call, a pun over remote procedure call. It is completely transparent and symmetrical. It is inspired by the work of eyal lotem (pybuild.sf.net) on pyinvoke, and was made for two purposes: Learning the lowlevel of the python language attempting to improve pyinvoke...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): Remote Python Call Download

Added: July 24, 2010 | Visits: 1.204

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

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: August 20, 2010 | Visits: 1.024

App::installguide::hosted App::installguide::hosted is a Perl module to instructions on installing the App::Context framework in a web-hosting (non-root) environment. These are instructions on installing the App::Context framework in a web-hosting (non-root) environment. ASSUMPTIONS * You get command line access but...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (90): App::installguide::hosted Download

Added: May 01, 2010 | Visits: 1.193

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

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: 823

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: September 07, 2010 | Visits: 950

JavaScript::App JavaScript::App is a Perl framework for building dynamic widgets or full applications in Javascript. SYNOPSIS see the documentation for "js-app" ("man js-app" or "perldoc js-app") "js-app" is a Javascript Application framework with which you can build rich web applications and widgets...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (119): JavaScript::App 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 (101): SDL::App::FPS 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 01, 2011  |  Added: June 11, 2011 | Visits: 3.188

Free Large Android Icons Free Large Android Icons picture various space creatures, such as robots, crawlers and androids. Not only does the set present the creatures themselves, it also shows their moods and actions. All the images are created by professional artists and demonstrate bright colors and well-finished...


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: Freeware Size: 13.74 MB Download (3439): Free Large Android Icons Download

Released: November 22, 2010  |  Added: January 03, 2011 | Visits: 2.019

Handy Backup for Android Handy Backup for Android lets you back up contacts, SMS, files and settings of your Android-powered mobile devices to SDCard or Online Backup server. Contacts are saved in VCard format and can be later imported to Outlook or other messaging software.


Platforms: Android

License: Freeware Size: 1.35 MB Download (161): Handy Backup for Android Download

Released: June 02, 2011  |  Added: August 04, 2011 | Visits: 1.658

Free Video to Android Converter Convert video files to MP4 format (MPEG4, AAC) compatible with your Android OS device. You can save videos in high, standard and economy quality. Free Video to Android Converter supports such popular Android OS devices as Motorola Droid/MileStone, HTC Desire/Tattoo/Wildfire, Google Nexus One,...


Platforms: Windows

License: Freeware Size: 15.08 MB Download (161): Free Video to Android Converter Download

Released: July 20, 2014  |  Added: August 06, 2014 | Visits: 1.616

Free Video to Android Convert Wizard Are you an Android user who just wants to enjoy videos on your Android device without wasting any time to learn anything about conversion? Does that talk about formats seem rather gibberish to you? Free Video to Android Convert Wizard is what you need. It is a free Android video converter that is...


Platforms: Windows, Windows 7

License: Freeware Size: 6.33 MB Download (112): Free Video to Android Convert Wizard Download

< 1 2 3 4 5 >