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

Special Application Scoped Rifle freeware
Filter: All | Freeware | Demo
 

Special Application Scoped Rifle

< 1 2 3 4 5 > 
Added: May 19, 2010 | Visits: 1.049

CGI::Application::Plugin::Authorization::Driver::DBI CGI::Application::Plugin::Authorization::Driver::DBI is a Perl module with DBI Authorization driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authorization; # Simple task based authentication __PACKAGE__->authz->config( DRIVER => [ DBI, TABLES => [account,...



Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): CGI::Application::Plugin::Authorization::Driver::DBI Download

Added: August 14, 2008 | Visits: 1.160

ZIPCodeWorld United States Desktop Application ZIPCodeWorld United States Desktop is a free standalone Windows application that allows instant detection of geographical data in United States by using ZIP Code search. Users can perform 90 queries per month using Free account. Please visit http://www.fraudlabs.com for more information.





Platforms: Windows

License: Freeware Size: 607 KB Download (97): ZIPCodeWorld United States Desktop Application Download

Added: August 22, 2010 | Visits: 896

JCR JCR also know as jcodereview is a web application for performing and managing code reviews. Although it has some special smarts for reviewing Java projects, it can be used for reviews of any type of source code..


Platforms: *nix

License: Freeware Size: 163.84 KB Download (97): JCR Download

Added: January 23, 2010 | Visits: 1.481

libqgs The Qt wrapper around the Ghostscript shared library (libqgs) relieves you from having to use special tricks to use Ghostscript in your Qt application. You do not have to care about starting it, parsing its output, or doing weird tricks to receive the rendered pages. This library features...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (97): libqgs Download

Added: January 25, 2010 | Visits: 770

Special Move Special Move is a drag'n'drop application that let's you enable or disable the auto-extraction feature of disc-images (".dmg" files) that was silently introduced with Mac OS X v10.2. About "auto-extraction": If you enable auto-extraction for a particular disc-image, "Disk Copy" won't mount this...


Platforms: Mac

License: Freeware Download (97): Special Move Download

Added: January 11, 2010 | Visits: 1.392

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 (96): Calyxo Web Application Framework Download

Added: June 06, 2010 | Visits: 587

Config::Scoped Config:Scoped is a feature rich configuration file parser..


Platforms: *nix

License: Freeware Size: 66.56 KB Download (96): Config::Scoped Download

Added: January 20, 2010 | Visits: 812

Gentoo Linux Gentoo Linux, a special flavor of Linux that can be automatically optimized and customized for just about any application or need. Extreme configurability, performance and a top-notch user and developer community are all hallmarks of the Gentoo experience. Thanks to a technology called Portage,...


Platforms: *nix

License: Freeware Size: 58.7 MB Download (96): Gentoo Linux Download

Added: May 18, 2010 | Visits: 1.110

JOPE Application Server JOPE is an implementation of the SOPE server and concepts in Java 1.5. JOPE Application Server provides (yet another) templating engine modelled after the WebObjects one, as well as database access libraries and other features. JOPE applications can be deployed into a Servlet container or run...


Platforms: *nix

License: Freeware Size: 542.72 KB Download (95): JOPE Application Server Download

Added: January 25, 2010 | Visits: 1.041

Apple.com Daily Special Apple.com Daily Special is a Dashboard widget that displays the hugely-discounted products from Apple's online store are temporarily made available until they sell out. This widget displays the day's current-selling "hot deals".Apple-Discounts.com is an online destination for Macintosh users,...


Platforms: Mac

License: Freeware Download (95): Apple.com Daily Special Download

Released: February 28, 2012  |  Added: August 13, 2012 | Visits: 1.040

Application Design Application design is a package of more than 1000 royalty-free images for Windows. Designed to meet and exceed the design guidelines for Microsoft Windows systems, this collection of images of the taskbar includes images of 48x48 pixels with transparent background and the current design is in a...


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: 22.64 MB Download (95): Application Design Download

Added: June 26, 2010 | Visits: 1.265

CGI::Application::Plugin::Authentication::Driver::DBI CGI::Application::Plugin::Authentication::Driver::DBI is a DBI Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ DBI, DBH => $self->dbh, TABLE => user, CONSTRAINTS => { user.name =>...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): CGI::Application::Plugin::Authentication::Driver::DBI Download

Added: February 23, 2010 | Visits: 7.260

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 (93): CGI::Application::Plugin::Authorization Download

Added: October 23, 2010 | Visits: 1.192

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: January 25, 2010 | Visits: 437

MacPasser MacPasser is a small and easy-to-use password rememberer (passer). Simply put, is it an application that remembers account information. You can enter the name of the services, your login names, your passwords and other information specific to each service. The information can then be saved either...


Platforms: Mac

License: Freeware Size: 817 KB Download (92): MacPasser Download

Added: October 18, 2010 | Visits: 1.854

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 (92): CGI::Application::Plugin::Authentication::Driver Download

Added: January 06, 2010 | Visits: 1.089

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

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: August 09, 2010 | Visits: 1.078

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 (90): CGI::Application::Plugin::PageBuilder Download

Added: January 03, 2010 | Visits: 855

TiVo::HME::Application TiVo::HME::Application is a Perl implementation of TiVos HME protocol. SYNOPSIS use TiVo::HME::Application; our @ISA(TiVo::HME::Application); sub init { my($self, $context) = @_; $self->get_root_view->visible(1); my $mpg = $T_RESOURCE->image_file(examples/myloop.jpg);...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (90): TiVo::HME::Application Download

< 1 2 3 4 5 >