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

App freeware
Filter: All | Freeware | Demo
 

App

< 1 2 3 4 5 > 
Added: March 03, 2010 | Visits: 862

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

Released: November 08, 2012  |  Added: November 22, 2012 | Visits: 1.250

Wireless Transfer App Wireless Transfer App for Mac lets you easily and quickly download photos and videos from iPad/iPhone/iPod touch to Mac as well as upload photos and videos from Mac to iOS devices via WiFi. This app requires the iOS version of Wireless Transfer App be installed and running on your... Platforms: Mac

License: Freeware Size: 3.31 MB Download (101): Wireless Transfer App Download

Released: November 14, 2012  |  Added: December 08, 2012 | Visits: 1.455

Wireless Transfer App for Windows Wireless Transfer App for Windows enables you to transfer photos and videos from iPhone/iPad/iPod touch to PC as well as upload photos and videos from PC to iPhone/iPad/iPod touch via WiFi with ease and speed. It requires that the iOS version of Wireless Transfer App be installed and running on... Platforms: Windows

License: Freeware Size: 1024 KB Download (101): Wireless Transfer App for Windows Download

Added: October 06, 2010 | Visits: 1.033

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: January 18, 2010 | Visits: 840

XScreenSaver.App XScreenSaver dockapp that will lock (left-click) your XSession and upon right-click bring up the XScreenSaver prefs.. Platforms: *nix

License: Freeware Size: 174.08 KB Download (100): XScreenSaver.App Download

Added: October 26, 2010 | Visits: 1.411

App::perlstyle App::perlstyle is a App::Context Perl Style Guide. The following document describes some of the coding standards used in writing the App::Context framework (App-Options, App-Context, App-Repository, App-Widget, and other minor distributions). This document exists for two purposes: 1. To... Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::perlstyle Download

Added: September 11, 2010 | Visits: 1.354

App::UserAgent App::UserAgent - the browser this session is connected to. SYNOPSIS # ... official way to get a UserAgent object ... use App; $context = App->context(); $user_agent = $context->user_agent(); # get the user_agent if ($user_agent->supports("html.input.style")) { # do something } A... Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::UserAgent Download

Added: April 09, 2010 | Visits: 942

pclock pclock is the ultimate analog clock app, featuring customizable pixmaps. Any 64x64 pixmap may be used as a background, including tiles. Contributions of interesting backgrounds are welcome. One current limitation is that the clock hands are drawn within the mask of the background XPM file. To... Platforms: *nix

License: Freeware Size: 53.25 KB Download (99): pclock Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 654

WinArchiver Lite ############### HELLO MAC APP STORE! ############### ############### WinArchiver is a name in Mac App Store of MacWinZipper. ############### "To all Mac that related to Windows." WinArchiver is the Professional Zip archiver. 'Apple Downloads' that is antecedent of Mac App Store... Platforms: Mac

License: Freeware Size: 614.4 KB Download (99): WinArchiver Lite Download

Added: July 24, 2010 | Visits: 1.209

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 10, 2010 | Visits: 1.040

Volume.app Volume.app is a small graphical software utility enabling quick and convenient control of a computers audio volume level. Volume.app is intended for use on Linux/Unix systems in conjunction with an X window manager that supports dockable applications ("dockapps") such as AfterStep, BlackBox, or... Platforms: *nix

License: Freeware Size: 25.6 KB Download (97): Volume.app Download

Added: March 13, 2010 | Visits: 1.274

App::Session App::Session can represents a sequence of multiple events perhaps executed in separate processes. SYNOPSIS # ... official way to get a Session object ... use App; $session = App->context(); $context = $session->session(); # get the session # any of the following named parameters may be... Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): App::Session Download

Added: June 10, 2010 | Visits: 984

App::SimpleScan::Plugin::Retry App::SimpleScan::Plugin::Retry is a Perl module to implement retry pragma/command line option. SYNOPSIS simple_scan --retry 6 or in a simple_scan input file: %%retry 6 Both of these would retry fetches up to 6 times, pausing an increasingly-long time between each try. If all attempts... Platforms: *nix

License: Freeware Size: 5.12 KB Download (96): App::SimpleScan::Plugin::Retry Download

Added: October 08, 2010 | Visits: 837

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

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 (96): App::installguide::hosted Download

Added: May 01, 2010 | Visits: 1.199

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: October 13, 2010 | Visits: 828

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: August 07, 2010 | Visits: 737

GNUMail.app GNUMail.app is a fully featured mail application running on Linux (or FreeBSD, OpenBSD, etc) and Apple Mac OS X. GNUMail.app uses the GNUstep development framework or Apple Cocoa, which is based on the OpenStep specification provided by NeXT, Inc.. GNUMail.app is licensed under the GPL, and the... Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): GNUMail.app Download

Added: August 09, 2010 | Visits: 712

wmstradio wmstradio is a doc app that acts as a radio for streamed media. It reads a list of "channels" and allows them to be selected in a radio like interface. wmstradio launches Real Player connecting to the site that you select. The only configuring wmstradio needs is a list of RealAudio sites to... Platforms: *nix

License: Freeware Size: 19.46 KB Download (96): wmstradio Download

Added: March 21, 2010 | Visits: 1.228

App::datetime App::datetime is a date and time considerations. Most Enterprise development includes processing of dates and times. There are many date and time modules on CPAN, and choosing the right one can be confusing. There are no special perl data types for dates and times, so some direction is needed.... Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::datetime Download

< 1 2 3 4 5 >