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

Ipad Spy App freeware
Filter: All | Freeware | Demo
 

Ipad Spy App

< 1 2 3 4 5 > 
Released: October 13, 2012  |  Added: October 13, 2012 | Visits: 686

DIRECTV for iPad The ultimate video experience is just a tap away with DIRECTV’s Free iPad App. DIRECTV’s App for the iPad lets you search, record and control all your entertainment at home or away. Now, you can even watch live TV on your iPad anywhere in your home. Available for customers in the USA...



Platforms: iOS

License: Freeware Size: 1024 KB Download (52): DIRECTV for iPad Download

Released: August 18, 2012  |  Added: August 18, 2012 | Visits: 650

Mental Case - The Study App Mental Case is The Study App. Combining traditional flashcards with the latest learning techniques, Mental Case can help get stuff into your head. It's the premium study app for your Mac, iPad, or iPhone/iPod touch. Use it to learn a language, brush up on your human anatomy, or study for the bar...





Platforms: Mac

License: Freeware Size: 23.7 MB Download (48): Mental Case - The Study App Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 607

Photo Transfer App Photo Transfer App allows you to quickly download and upload photos between your iPhone/iTouch/iPad and your Mac over wifi. This application requires "Photo Transfer App" ($2.99) installed on your iPhone, iTouch or iPad Application


Platforms: Mac

License: Freeware Size: 1.2 MB Download (55): Photo Transfer App Download

Released: October 14, 2013  |  Added: November 27, 2013 | Visits: 766

CloneDVD Studio Free DVD to iPad Ripper CloneDVD Studio Free DVD to iPad Ripper is a versatile yet free DVD to iPad ripping software to help user free rip and convert DVD to iPad in a few clicks. It supports ripping both homemade and protected DVD films to iPad in MP4, H.264, and MPEG-4 format for free. Furthermore, this free DVD...


Platforms: Windows, Windows 7

License: Freeware Size: 45.66 MB Download (44): CloneDVD Studio Free DVD to iPad Ripper Download

Released: October 14, 2013  |  Added: December 01, 2013 | Visits: 753

CloneDVD Studio Free AVI to iPad Convert CloneDVD Studio Free AVI to iPad Converter is a 100% free and easy to use video conversion program which allows users to convert AVI videos to iPad, iPad 2, iPad Mini, etc at blazing speed and high quality. If there is one word that describes this free AVI to iPad converter, it's fine. The...


Platforms: Windows, Windows 7

License: Freeware Size: 45.66 MB Download (46): CloneDVD Studio Free AVI to iPad Convert Download

Added: November 24, 2013 | Visits: 617

Create Single-Page Web-App Creating text-based content specifically for the iPad is as easy as copying text in any application to the clipboard, and then choosing the "Create Single-Page Web-App with Clipboard Text" service from the Services menu. Once selected, a dialog will be presented from which you choose the options...


Platforms: Mac

License: Freeware Size: 604.16 KB Download (40): Create Single-Page Web-App Download

Added: August 28, 2013 | Visits: 354

DisplayPad DisplayPad is a cutting edge app that allows you to use your iPad as a second display for your Mac. You can extend your desktop with a wireless display that you can carry around with you! DisplayPad uses carefully tuned technology that makes it the smoothest and most responsive app of its kind...


Platforms: Mac

License: Freeware Size: 1.69 MB Download (37): DisplayPad Download

Released: January 01, 2014  |  Added: February 03, 2014 | Visits: 1.114

iFile app Do your Apple device has file browsing or navigation capability as you wish ? We are sure your answer will be NO without iFile. iFile has lots of many features rather than default Apple apps or App store apps. Now you are ready to download and install iFile app within few seconds just using one...


Platforms: Mac

License: Freeware Size: 1.92 MB Download (468): iFile app Download

Added: March 21, 2010 | Visits: 1.217

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

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

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

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 (92): App::quickstart Download

Added: March 13, 2010 | Visits: 1.261

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 (90): App::Session Download

Added: September 11, 2010 | Visits: 1.343

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

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

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

Added: July 19, 2010 | Visits: 1.194

Craftsman Spy Craftsman Spy is a an open source and free framework for JDBC logging. Craftsman Spy is a JDBC driver implementation. This logger logs all SQL connection and processings with execution spent time, all the stored procedures with arguments, all the batch processings and the result sets. No need...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (101): Craftsman Spy Download

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

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

Added: February 19, 2010 | Visits: 1.269

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

Added: June 06, 2010 | Visits: 1.031

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

< 1 2 3 4 5 >