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

App As Service freeware
Filter: All | Freeware | Demo
 

App As Service

< 1 2 3 4 5 > 

Adaptive Quality of Service Architecture Adaptive Quality of Service Architecture (AQuoSA) is an open architecture for the provisioning of adaptive Quality of Service functionality into the Linux kernel. The project features a flexible, portable, and lightweight software architecture for supporting QoS-related services on top of a...



Platforms: *nix

License: Freeware Download (102): Adaptive Quality of Service Architecture Download

Added: February 19, 2010 | Visits: 1.413

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

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: May 08, 2010 | Visits: 906

WebService::MusicBrainz WebService::MusicBrainz is a Perl module that will act as a factory using static methods to return specific web service objects. SYNOPSIS use WebService::MusicBrainz; my $artist_ws = WebService::MusicBrainz->new_artist(); my $track_ws = WebService::MusicBrainz->new_track(); my $release_ws...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): WebService::MusicBrainz Download

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

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 (252): App::SimpleScan::Substitution::Line Download

Added: February 19, 2010 | Visits: 1.269

App::SimpleScan App::SimpleScan is a simple_scans core code. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; App::SimpleScan allows us to package the core of simple_scan as a class; most importantly, this allows us to use Module::Pluggable to write extensions to this application...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (109): App::SimpleScan Download

Added: June 06, 2010 | Visits: 1.030

App::SimpleScan::Plugin::Snapshot App::SimpleScan::Plugin::Snapshot is a Perl module to allow tests to snapshot results. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; # plugin loaded automatically here Supports the %%snapshot_dir and %%snapshot pragmas plus the --snapshot_dir and --snap_all and...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): App::SimpleScan::Plugin::Snapshot Download

Added: May 07, 2010 | Visits: 1.035

App::SimpleScan::Plugin::Plaintext App::SimpleScan::Plugin::Plaintext is a Perl module that can check a pages text without markup. SYNOPSIS # Normal test specs use the entire HTML text http://perl.org/ /books n | / Y Sites list HTML # If we want to match just the text, not the HTML: %%plaintext on http://perl.org/...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): App::SimpleScan::Plugin::Plaintext Download

Added: May 23, 2010 | Visits: 944

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

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: November 18, 2010 | Visits: 1.170

LaTeX Service LaTeX Service project is a small service which converts LaTeX into an image. It returns a LaTeX rendering of selected text as a TIFF image. Whats New in This Release: - Many things could be improved, its just a 0.1 release... but it works.


Platforms: *nix

License: Freeware Size: 9.22 KB Download (101): LaTeX Service Download

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

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: 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: 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: 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 27, 2010 | Visits: 1.828

dl Download Ticket Service dl Download Ticket Service project is a minimalist and rough download ticket service with automatic expiration, written in PHP. Ive been using this service as an email-attachment replacement for my company, but there are no plans on extending it. It will remain minimal: no fancy features, just...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): dl Download Ticket Service

Released: September 22, 2011  |  Added: October 08, 2011 | Visits: 1.835

Service Invoice Template Service Invoice Template is an Excel workbook file which provides an easy to use, neat and simple invoice form for small businesses who provides service to their clients and don't have a need to ship physical products. The invoice format in this Service Invoice Template is for intended for...


Platforms: Windows

License: Freeware Size: 34.73 KB Download (191): Service Invoice Template Download

Released: January 29, 2012  |  Added: February 22, 2012 | Visits: 1.537

Free Mobile App Icons Design better mobile apps with Free Mobile App Icons! The collection of free stock icons for mobile apps makes it easy to make beautiful Android, iOS and Windows Phone apps without breaking the bank. With 200 unique icon images and all standard sizes included from 16x16 to 60x60 pixels, you can...


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: 28.89 MB Download (156): Free Mobile App Icons Download

Released: August 01, 2014  |  Added: August 23, 2014 | Visits: 1.129

Netwrix Service Monitor Windows services are critical components of Windows-based servers and workstations. To ensure correct system functions and prevent downtime, administrators shall closely watch service states and take corrective actions as soon services fail. Netwrix Services Monitor is a FREE tool that...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 1.48 MB Download (129): Netwrix Service Monitor Download

< 1 2 3 4 5 >