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 49.598.909 Times

Anonymous Surfing Application software
Filter: All | Freeware | Demo
 

Anonymous Surfing Application

< 1 2 3 4 5 
Released: June 11, 2005  |  Added: January 06, 2006 | Visits: 10.295

NetAdjust Anonymous Proxy NetAdjust Anonymous Proxy is an Internet utility to let you browse the Web anonymously by hiding your IP number. When you surf the Internet your unique identification number (IP number) can be detected by any Website you visit. NetAdjust Anonymous Proxy lets you use another IP number which is...



Platforms: Windows

License: Shareware Cost: $36.95 USD Size: 1.48 MB Download (464): NetAdjust Anonymous Proxy Download

Released: May 08, 2010  |  Added: August 04, 2010 | Visits: 2.569

VIP Anonymity Forget about intrusions and browse anonymously! Any web site in the world can track your movements through its pages and monitor your reading interests using your IP address, a unique ID assigned to each computer in the Internet. Using only your IP address and the information about your operating...





Platforms: Windows

License: Shareware Cost: $39.90 USD Size: 3.87 MB Download (207): VIP Anonymity Download

Released: March 08, 2015  |  Added: March 30, 2015 | Visits: 4.541

Application Toolbar Icons Each software developer wants his application to be unique and easily recognized by customers. To achieve that, creating a set of handy functions and features is usually not enough. You will also need to consider creating an original graphic interface, which will allow users easily navigate...


Platforms: OS/2, Windows, Mac, *nix, Windows 8, Windows Phone, Windows 7, Windows Server, Palm OS, iOS, Android, Symbian, Pocket PC, Handheld, Other,BlackBerry,iPhone,iPod,iTouch,Palm,Java,AS/400

License: Demo Cost: $49.95 USD Size: 1.21 MB Download (157): Application Toolbar Icons Download

Added: January 18, 2010 | Visits: 1.510

The Hiker Application Framework Hiker is a mobile Linux Application Framework. The project provides a set of services to install and manage applications, and the ability to integrate communication between applications, enabling a seamless user experience for music, messaging, and other advanced features on mobile phones. It...


Platforms: *nix

License: Freeware Size: 3.6 MB Download (120): The Hiker Application Framework Download

Added: November 26, 2010 | Visits: 1.679

The Kava Telnet Application The KTA is a complete telnet and SSH application designed for use by both end-users and developers. For end-users it provides a cross-platform vt320-compatible terminal written in Java. For developers it provides an extensible plugin API that can be used to implement automated telnet and SSH...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (176): The Kava Telnet Application Download

Added: April 21, 2010 | Visits: 1.289

Curses::Application Curses::Application provides the Curses Application Framework. Curses::Application attempts to relieve the programmer of having to deal directly with Curses at all. Based upon Curses::Widgets and Curses::Forms, all one should have to do is define the application forms and contents in the DATA...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): Curses::Application Download

Added: May 09, 2010 | Visits: 1.977

CGI::Application::Plugin::Authentication::Store::Cookie CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => [Cookie, SECRET => "Shhh, dont tell anyone",...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): CGI::Application::Plugin::Authentication::Store::Cookie Download

Added: April 14, 2010 | Visits: 2.814

CGI::Application::Plugin::Authentication::Store::Session CGI::Application::Plugin::Authentication::Store::Session is a session based store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => Session, ); This module uses a session...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (88): CGI::Application::Plugin::Authentication::Store::Session Download

Added: February 23, 2010 | Visits: 7.236

CGI::Application::Plugin::Authorization CGI::Application::Plugin::Authorization is an authorization framework for CGI::Application. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; use CGI::Application::Plugin::Authorization; # default config for runmode authorization...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (87): CGI::Application::Plugin::Authorization Download

Added: October 18, 2010 | Visits: 1.832

CGI::Application::Plugin::Authentication::Driver CGI::Application::Plugin::Authentication::Driver is a Perl base module for building driver clasees for CGI::Application::Plugin::Authentication. SYNOPSIS package CGI::Application::Plugin::Authentication::Driver::MyDriver; use base qw(CGI::Application::Plugin::Authentication::Driver); sub...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (91): CGI::Application::Plugin::Authentication::Driver Download

Added: September 23, 2010 | Visits: 2.345

CGI::Application::Plugin::Authentication::Store CGI::Application::Plugin::Authentication::Store is a base module for building storage classes for the CGI::Application::Plugin::Authentication plugin. SYNOPSIS package CGI::Application::Plugin::Authentication::Store::MyStore; use base qw(CGI::Application::Plugin::Authentication::Store);...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (94): CGI::Application::Plugin::Authentication::Store Download

Added: January 11, 2010 | Visits: 1.378

Calyxo Web Application Framework Calyxo Web Application Framework encourages in MVC model 2 based web application development. It offers support for true modular applications, i18n, a flexible view manager, a powerful validation engine, and more! Calyxo is entirely written in Java and builds on the latest Servlet and JSP...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (95): Calyxo Web Application Framework Download

Added: August 09, 2010 | Visits: 1.056

CGI::Application::Plugin::PageBuilder CGI::Application::Plugin::PageBuilder is a Perl module that simplifies building pages with multiple templates. SYNOPSIS This module simplifies building complex web pages with many small piecemeal templates. Instead of sub run_mode { my $self = shift; my $header = $self->load_tmpl(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): CGI::Application::Plugin::PageBuilder Download

Added: January 23, 2010 | Visits: 1.528

SME Web Application Framework SME Web Application Framework provides a Web application framework for small and medium-sized organizations. SMEWebApp is a framework for constructing Web applications for SMEs (small and medium-sized enterprises, companies, institutions, and organizations). It is built on phpWebApp, and it is...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (105): SME Web Application Framework Download

Added: June 14, 2010 | Visits: 1.106

CGI::Application::Magic CGI::Application::Magic is a template based framework for CGI applications. SYNOPSIS package WebApp ; use base CGI::Application::Magic ; # optional runmethod sub RM_myRunMmode { ... do_something_useful ... ... no_need_to_set_page ... ... returned_value_will_be_ignored ... } #...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (91): CGI::Application::Magic Download

Added: February 25, 2010 | Visits: 1.439

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 (93): Bundle::Application::Magic Download

Added: October 23, 2010 | Visits: 1.175

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 (92): OpenPlugin::Application Download

Added: August 22, 2010 | Visits: 1.127

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 (91): Keystone Application Framework Download

Added: March 01, 2010 | Visits: 979

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 (97): CGI::Application::Generator Download

Added: April 22, 2010 | Visits: 865

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 (87): CGI::Application Download

< 1 2 3 4 5