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

Remote Application freeware
Filter: All | Freeware | Demo
 

Remote Application

< 1 2 3 4 5 > 
Added: February 25, 2010 | Visits: 1.460

Bundle::Application::Magic Bundle::Application::Magic is a a bundle to install CGI::Application::Magic plus all related prerequisites. SYNOPSIS perl -MCPAN -e install Bundle::Application::Magic CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler... Platforms: *nix

License: Freeware Size: 34.82 KB Download (99): Bundle::Application::Magic Download

Added: August 05, 2010 | Visits: 1.009

Xmms::Remote Xmms::Remote is a Perl Interface to xmms_remote API. SYNOPSIS use Xmms::Remote (); my $remote = Xmms::Remote->new; $remote->play; This module provides a Perl interface to the xmms remote control interface. No docs yet, sorry, see test.pl and Xmms.pm for now. Platforms: *nix

License: Freeware Size: 184.32 KB Download (89): Xmms::Remote Download

Added: October 23, 2010 | Visits: 1.197

OpenPlugin::Application OpenPlugin::Application is a subclass of CGI::Application, meant to help you create reusable web applications. SYNOPSIS # Example from OpenThoughts Demo.pm package Demo; use base "OpenPlugin::Application"; sub setup { my $self = shift; $self->run_modes( mode1 => init_demo, mode2 =>... Platforms: *nix

License: Freeware Size: 78.85 KB Download (93): OpenPlugin::Application Download

Added: February 10, 2010 | Visits: 1.074

Remote Tea Remote Tea project delivers a fully fledged implementation of the ONC/RPC protocol for the Java 2/1.1 platforms. Complete client and server functionality is available, as is client access to the portmapper. The package contains an rpcgen-like precompiler for converting .x files into Java... Platforms: *nix

License: Freeware Size: 727.04 KB Download (94): Remote Tea Download

Added: January 15, 2010 | Visits: 899

Network Transparent Widgets Network Transparent Widgets short from NTW, is a protocol and application framework that allows a single server to serve thousands of remote GUI applications. The client applications are nearly indistinguishable from local, native applications. The protocol is language and architecture neutral.... Platforms: *nix

License: Freeware Size: 665.6 KB Download (93): Network Transparent Widgets Download

Added: August 22, 2010 | Visits: 1.145

Keystone Application Framework Keystone is a cross-platform, object oriented application framework which allows applications to be written to build on the target platforms of GNU/Linux and Win32 without modification of their source. Keystone Application Framework implements several modern Web standards, including SVG... Platforms: *nix

License: Freeware Size: 757.76 KB Download (97): Keystone Application Framework Download

Added: March 04, 2010 | Visits: 1.432

Remote MySQL Query Remote MySQL Query is a PHP class that can easily execute queries on a remote MySQL server using only HTTP. It works by accessing a PHP script on the remote web server that executes queries based on passed in URL parameters. The client passes a secret key to the remote script to prevent... Platforms: *nix

License: Freeware Download (146): Remote MySQL Query Download

Added: March 01, 2010 | Visits: 996

CGI::Application::Generator CGI::Application::Generator is a Perl module with dynamically build CGI::Application modules. SYNOPSIS use CGI::Application::Generator; # Required methods my $cat = CGI::Application::Generator->new(); $cat->package_name(My::Widget::Browser); $cat->start_mode(list_widgets);... Platforms: *nix

License: Freeware Size: 14.34 KB Download (103): CGI::Application::Generator Download

Added: April 22, 2010 | Visits: 876

CGI::Application CGI::Application is a framework for building reusable web-applications. SYNOPSIS # In "WebApp.pm"... package WebApp; use base CGI::Application; # ( setup() can even be skipped for common cases. See docs below. ) sub setup { my $self = shift; $self->start_mode(mode1);... Platforms: *nix

License: Freeware Size: 55.3 KB Download (88): CGI::Application Download

Added: August 09, 2010 | Visits: 2.044

Enveria IDE for Rapid Application Development Enveria IDE for Rapid Application Development is an intuitive platform for programming robust GUI (graphical user interface) software. We have launched the Enveria RAD IDE as an open source application (https://sourceforge.net/projects/enveria). Previously, the Enveria IDE was utilized as an... Platforms: *nix

License: Freeware Size: 942.08 KB Download (119): Enveria IDE for Rapid Application Development Download

Added: February 08, 2010 | Visits: 858

CGI::Application::Plugin::ValidateRM CGI::Application::Plugin::ValidateRM is a Perl module to help validate CGI::Application run modes using Data::FormValidator. SYNOPSIS use CGI::Application::Plugin::ValidateRM; my $results = $self->check_rm(form_display,_form_profile) || return $self->check_rm_error_page; # Optionally,... Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): CGI::Application::Plugin::ValidateRM Download

Added: January 06, 2010 | Visits: 1.092

Rapid Application Development Library radlib is a C language library developed to abstract details of interprocess communications and common linux/unix system facilities so that application developers can concentrate on application solutions. It encourages developers (whether expert or novice) to use a proven paradigm of... Platforms: *nix

License: Freeware Size: 430.08 KB Download (91): Rapid Application Development Library Download

Added: August 18, 2010 | Visits: 759

REST::Application REST::Application is a framework for building RESTful web-applications. SYNOPSIS # MyRESTApp L instance / mod_perl handler package MyRESTApp; use Apache; use Apache::Constants qw(:common); sub handler { __PACKAGE__->new(request => $r)->run(); return OK; } sub getMatchText { return... Platforms: *nix

License: Freeware Size: 15.36 KB Download (91): REST::Application Download

Added: May 10, 2010 | Visits: 1.122

amaroK XUL Remote AmaroK XUL Remote is an amaroK script that allows you to control amaroK from any Firefox browser on your network.. AmaroK XUL Remote KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific... Platforms: *nix

License: Freeware Size: 38.91 KB Download (99): amaroK XUL Remote Download

Added: September 23, 2010 | Visits: 864

WebFTP WebFTP is ftp application for the web, allowing users to connect to a remote host and upload, delete, edit, and create files. WebFTP has a simple directory browser that allows users to view detailed file information. WebFTP is built on the PHP language. This is the first release of WebFTP. To... Platforms: *nix

License: Freeware Size: 83.97 KB Download (101): WebFTP Download

Added: April 05, 2010 | Visits: 1.242

File::Remote File::Remote is a Perl module to read/write/edit remote files transparently. SYNOPSIS # # Two ways to use File::Remote # # First, the function-based style. Here, we can use the # special :replace tag to overload Perl builtins! # use File::Remote qw(:replace); # special :replace tag #... Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): File::Remote Download

Added: October 16, 2010 | Visits: 2.765

NewsCloud Facebook Application NewsCloud Facebook application allows Facebook members to read top stories and breaking news and share them with their friends from within Facebook. The NewsCloud Facebook application also allows you to watch Daily Show and Colbert Report clips inside Facebook and share them with other Facebook... Platforms: *nix

License: Freeware Size: 19.46 KB Download (408): NewsCloud Facebook Application Download

Added: June 08, 2010 | Visits: 1.265

LAMP Application Server LAMP Application Server project is a combination of common open source tools that provides a unified system from which administrators, developers, and other parties can manage a large application cluster. The underlying platform is LAMP based. Whats New in This Release: - Fixed vhost config... Platforms: *nix

License: Freeware Size: 23.55 KB Download (105): LAMP Application Server Download

Added: September 27, 2010 | Visits: 1.025

SOPE Application Server SOPE Application Server is an extensive set of frameworks (16 frameworks, ~1500 classes) which form a complete Web application server environment. Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX2,... Platforms: *nix

License: Freeware Size: 4 MB Download (97): SOPE Application Server Download

Added: February 18, 2010 | Visits: 1.395

Performance Application Programming Interface PAPI aims to provide the tool designer and application engineer with a consistent interface and methodology for use of the performance counter hardware found in most major microprocessors. PAPI enables software engineers to see, in near real time, the relation between software performance and... Platforms: *nix

License: Freeware Size: 2.9 MB Download (105): Performance Application Programming Interface Download

< 1 2 3 4 5 >