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

App Reviews software
Filter: All | Freeware | Demo
 

App Reviews

1 2 3 4 5 > 
Released: October 02, 2012  |  Added: October 02, 2012 | Visits: 598

Real Fingerprint Scanner System + Phone " Real Fingerprint Scanner System is an amazing app for securing your iPhone or iPod. Plus it's great for entertaining your friends and showing them how you have special access. Simply keep your finger on the scanner and it'll scan and verify your finger. It gives access to the owner only and... Platforms: iPhone, iPod

License: Shareware Cost: $0.99 USD Size: 1.8 MB Download (513): Real Fingerprint Scanner System + Phone Download

Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 697

Crazy Dart Shooter " Step right towards the target to challenge your best skills as well as aiming tactics in Crazy Dart Shooter iPhone Game. Get rewards with every high scores. Crazy Dart Shooter is a premium physically designed dart game for iPhone and iPod Touch.Swip your finger; aim the position of your arrow... Platforms: iPhone, iPod

License: Shareware Cost: $0.99 USD Size: 4.3 MB Download (468): Crazy Dart Shooter Download

Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 639

Emoji Fun + Smiley + Emotion Keyboard " Tired of sending boring texts and emails without any emotions??? Check out Emoji Fun + Smiley + Emotion Keyboard for a collection of interesting Emoji icons that would shine & blow towards other end to share touching feelings with loved ones. Use various Emoji & Smiley within SMS, Calendar,... Platforms: iPhone, iPod

License: Shareware Cost: $0.99 USD Download (463): Emoji Fun + Smiley + Emotion Keyboard Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 626

135+ in 1 : AppBundle! iPhone is the most useful device in modern technology and it can be more productive in daily schedules if valuable apps are downloaded to reach the routine necessities. AppBundle an app for iPhone and iPod Touch is one of the options to increase productivity and get the best results out of a... Platforms: iPhone, iPod

License: Shareware Cost: $0.99 USD Size: 89.5 MB Download (480): 135+ in 1 : AppBundle! Download

Released: November 15, 2012  |  Added: November 15, 2012 | Visits: 938

Best Front Camera Light! " Get the brightest, fastest, and most feature rich front light with video camera zoom for the iPhone 4 in the market!!! The app uses the front camera light on iPhone 4 as a camera light and then allows you to zoom in! Plus you can setup a timer so that the light turns off after a few minutes as... Platforms: iPhone, iPod

License: Freeware Download (512): Best Front Camera Light! Download

Released: July 05, 2012  |  Added: July 05, 2012 | Visits: 579

Altimeter Digital GPS + Map Viewer + Cam " The most accurate and handly Altimeter is here. It gives you the altitude wherever you are. Simply start the app and altitude will appear in a second, No setup required. You can also adjust Altitude in Feet or Meter as per your requirement. Special feature saved your Max climb rate value. ... Platforms: iPhone, iPod

License: Shareware Cost: $0.99 USD Download (469): Altimeter Digital GPS + Map Viewer + Cam Download

Released: August 06, 2012  |  Added: August 06, 2012 | Visits: 654

Tiny Ball vs. Evil Devil " Extremely Fun Physics Based Game The Tiny Ball needs your help in getting his ship back from the Evil Devil! Play this fun, addicting, and challenging physics oriented game today! Features: - 80 Levels of Unique Real Physics Levels - Unlock 20+ Achievements - Simply to play - tap to aim and... Platforms: iPhone, iPod

License: Shareware Cost: $0.99 USD Size: 12.9 MB Download (47): Tiny Ball vs. Evil Devil Download

Released: August 02, 2012  |  Added: August 02, 2012 | Visits: 660

Finger Slayer Wild Lite "Finger Slayer Wild Lite is the Sequel to the hugely popular Finger Slayer! Finger Slayer Wild Lite is the second part to the most thrilling reaction time game specially designed for iPhone & iPod Touch. With Finger Slayer Wild Lite you get to test your reaction time in 2 new full modes. It's... Platforms: iPhone, iPod

License: Freeware Size: 12.1 MB Download (459): Finger Slayer Wild Lite Download

Added: March 21, 2010 | Visits: 1.229

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

Added: February 13, 2010 | Visits: 1.360

App::faq App::faq is a Perl module witj App-Context Frequently Asked Questions. The App-Context is like a software backplane for many services required by an enterprise application. Into that backplane plug the App-Context Services. There may be many implementations of each of the App-Context Services,... Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): App::faq 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: March 05, 2010 | Visits: 1.362

App::quickstart App::quickstart is App::Context Developers Quick-Start Guide. This is the Developers Quickstart Guide to the App::Context Framework. Its focus is to give a minimum amount of theoretical or explanatory background and get right into learning by example. That having been said, it is also... Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): App::quickstart 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: 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: February 19, 2010 | Visits: 1.429

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

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

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

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

Added: February 19, 2010 | Visits: 1.278

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 (115): App::SimpleScan Download

Added: June 06, 2010 | Visits: 1.043

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

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

1 2 3 4 5 >