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

Boost Tv App software
Filter: All | Freeware | Demo
 

Boost Tv App

< 1 2 3 4 5 > 
Released: August 04, 2009  |  Added: October 22, 2009 | Visits: 1.462

Dicsoft DVD to Apple TV Converter Want to watch HD movies on your TV with your Apple TV ? All you need is Dicsoft DVD to Apple TV Converter. it will let you instant access to the largest selection of on-demand HD movies. It not only can convert DVD to Apple TV video such as MP4 and MPEG-4, but also rip DVD to Apple TV audios...



Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 6.28 MB Download (95): Dicsoft DVD to Apple TV Converter Download

Released: October 21, 2009  |  Added: October 27, 2009 | Visits: 5.528

DDVideo Apple TV Video Converter DDVideo Apple TV Video Converter converts all popular video files to Apple TV. The application offers you the easiest and best solution to convert all popular video formats including AVI/DIVX/XVID/DIV, MPEG/MPG/DAT, WMV/ASF/ASX, RM/RMVB, MOV/QT, 3GP/3G2, MP4/M4V, PMP,FLV and any video format...





Platforms: Windows

License: Shareware Cost: $25.95 USD Size: 10.89 MB Download (297): DDVideo Apple TV Video Converter Download

Released: December 08, 2009  |  Added: January 04, 2010 | Visits: 1.298

iSharesoft Apple TV Video Converter iSharesoft Apple TV Video Converter a powerful software guides you to conversion from most of popular video formats such as AVI, MPEG, WMV, MOV, MP4, VOB, DivX, XviD etc to iPod MP4 video; and audio files as MP3, AC3, AAC to iPod MP3, M4A etc. Having this conversion software, you will get much...


Platforms: Windows

License: Shareware Cost: $15.95 USD Size: 15.75 MB Download (93): iSharesoft Apple TV Video Converter Download

Released: August 08, 2011  |  Added: September 11, 2011 | Visits: 1.284

Xlinksoft Apple TV Converter Xlinksoft Apple TV Converter is a professional Apple TV Converter which can convert Apple TV video at fast speed.This Apple TV video converter supports converting almost all videos like AVI, MPEG, WMV, DivX, MP4, MKV, SWF, AVCHD, H.264, FLV, MOV, RM, RMVB, ASF, 3GP and VOB to Apple TV movies....


Platforms: Windows, Other,iPhone,iPod

License: Shareware Cost: $19.95 USD Size: 16.61 MB Download (98): Xlinksoft Apple TV Converter Download

Added: January 18, 2010 | Visits: 1.731

AVI TV Episode File Resizer AVI TV Episode File Resizer script is not for multiple MOVIE files (only TV) however it can do SINGLE MOVIE files quite nicely. The project was designed to help me fit (resize the file) multiple Xvid TV episodes (entire season) on a single DVD. Most of the time a TV series is almost exactly the...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (117): AVI TV Episode File Resizer Download

Added: March 21, 2010 | Visits: 1.216

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

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

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

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

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

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

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

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: March 03, 2010 | Visits: 1.336

Boost::Graph Boost::Graph is a Perl interface to the Boost-Graph C++ libraries. SYNOPSIS use Boost::Graph; # Create an empty instance of a Graph my $graph = new Boost::Graph(directed=>0, net_name=>Graph Name, net_id=>1000); # add edges $graph->add_edge(node1=>a, node2=>b, weight=>1.1, edge=>edge...


Platforms: *nix

License: Freeware Size: 2.4 MB Download (187): Boost::Graph 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.030

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

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

Added: January 09, 2010 | Visits: 1.075

App::SimpleScan::Plugin::LinkCheck App::SimpleScan::Plugin::LinkCheck is a Perl module with link counting/presence/absence plugin. SYNOPSIS # After this plugin is installed: %%has_link My stuff %%no_link Send email # The has_link and no_link checks will run for every test spec. http://someplace.com /foo/ Y Got my page...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): App::SimpleScan::Plugin::LinkCheck Download

Added: June 10, 2010 | Visits: 977

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

< 1 2 3 4 5 >