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

Block Diagram Ipad App freeware
Filter: All | Freeware | Demo
 

Block Diagram Ipad App

< 1 2 3 4 5 > 
Added: January 09, 2010 | Visits: 1.087

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 (102): App::SimpleScan::Plugin::LinkCheck 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: May 23, 2010 | Visits: 953

App::SimpleScan::Plugin::Forget App::SimpleScan::Plugin::Forget is a Perl module to forget a variables value. SYNOPSIS # In a simple_scan input file, after installing this module: # Define the variable foo: %%var foo baz bar quux # Later in the file: %%forget foo # foo is now undefined, and will not be replaced... Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): App::SimpleScan::Plugin::Forget Download

Added: September 27, 2010 | Visits: 1.423

App::SimpleScan::Cookbook App::SimpleScan::Cookbook is a documentation-only module that describes how to use simple_scan for some common Web testing problems. BASICS simple_scan reads test specifications from standard input and generates Perl code based on these specifications. It can either execute them immediately,... Platforms: *nix

License: Freeware Size: 54.27 KB Download (92): App::SimpleScan::Cookbook Download

Added: October 04, 2010 | Visits: 1.135

AxKit::App::Gallery::stylesheets AxKit::App::Gallery works by generating XML, and then passing the generated XML through a collection of stylesheets. The output of one stylesheet is passed on as input to the next. In this way, a pipeline of stylesheets if formed. Some of the stylesheets are written in XSLT, some are written in... Platforms: *nix

License: Freeware Size: 26.62 KB Download (91): AxKit::App::Gallery::stylesheets 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: April 18, 2010 | Visits: 1.842

Block Attack - Raise of the Blocks Block Attack - Raise of the Blocks is another block fall game based on Tetris Attack. Block Attack - Raise of the Blocks is a block fall game. Like Tetris Attack and Crack Attack, block are raising from the floor and the player must clear them before they touch the roof. Blocks are cleared by... Platforms: *nix

License: Freeware Size: 4.8 MB Download (130): Block Attack - Raise of the Blocks Download

Added: April 11, 2010 | Visits: 1.105

App::Conf::File App::Conf::File is a Perl module to load and access configuration data. SYNOPSIS use App::Conf; $config = App::Conf->new(); $config = App::Conf->new(configFile => $file); print $config->dump(), "n"; # use Data::Dumper to spit out the Perl representation # accessors $property_value =... Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::Conf::File 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: March 09, 2010 | Visits: 1.113

App::Repository App::Repository is a logical data access layer for the App::Context Framework, providing a uniform API to access data in databases, file systems, remote web sites, etc. This is the App-Repository distribution, adding the data access layer service to App-Context. For more information, see the... Platforms: *nix

License: Freeware Size: 62.46 KB Download (95): App::Repository 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: September 07, 2010 | Visits: 955

JavaScript::App JavaScript::App is a Perl framework for building dynamic widgets or full applications in Javascript. SYNOPSIS see the documentation for "js-app" ("man js-app" or "perldoc js-app") "js-app" is a Javascript Application framework with which you can build rich web applications and widgets... Platforms: *nix

License: Freeware Size: 41.98 KB Download (119): JavaScript::App Download

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

Added: November 07, 2010 | Visits: 956

SDL::OpenGL::App SDL::OpenGL::App is a Glut like wrapper for SDL OpenGL apps. SYNOPSIS use SDL::OpenGL::App; my $app=new SDL::OpenGL::App; $app->app_name("Gears"); $app->register_handler(init => &init, draw => &draw, events => &events, idle => &idle, reshape => &reshape, ); $app->run();... Platforms: *nix

License: Freeware Size: 174.08 KB Download (105): SDL::OpenGL::App Download

Added: September 25, 2010 | Visits: 742

App::SVNBinarySearch App::SVNBinarySearch is a container for functions in the svn_binary_search program. SYNOPSIS No user-serviceable parts inside. svn_binary_search is all that should use this. CONFIGURATION AND ENVIRONMENT App::SVNBinarySearch requires no configuration files or environment variables.. Platforms: *nix

License: Freeware Size: 5.12 KB Download (91): App::SVNBinarySearch Download

Released: April 29, 2010  |  Added: May 15, 2010 | Visits: 1.908

Actusoft iPad Video Converter Acutusoft iPad Video Converter allows you convert a wide range of videos for watching on your iPad. Not only can this iPad converter convert general video (AVI, MPEG, WMV, DivX, MP4, MOV, RM, RMVB, ASF, 3GP); to iPad video (H.264, MPEG4, MOV) and respectively, it can also convert high-definition... Platforms: Windows

License: Freeware Size: 15.14 MB Download (137): Actusoft iPad Video Converter Download

Released: August 05, 2014  |  Added: August 06, 2014 | Visits: 1.986

Free DVD to iPad Converter Really don't want to miss the opportunity to watch your favorite DVDs on iPad anywhere? Free DVD to iPad Converter, a simple and professional DVD tool, enables you to rip DVD movies or MTVs to your iPad with lossless quality. It also supports a variety of audio/video formats playable for many... Platforms: Windows, Windows 7

License: Freeware Size: 6.48 MB Download (372): Free DVD to iPad Converter Download

Released: May 18, 2011  |  Added: June 14, 2011 | Visits: 2.102

Aneesoft Free iPad Video Converter Aneesoft Free iPad Video Converter is an easy-to-use and totally free iPad video converter that can convert all popular video formats to iPad MP4 video formats. It can convert almost all video format, e.g. AVI, MPG(MPEG), WMV, MP4, MOV, VOB, FLV, ASF, RM, RMVB, 3GP, 3G2, etc to iPad video format.... Platforms: Windows

License: Freeware Size: 4.49 MB Download (161): Aneesoft Free iPad Video Converter Download

< 1 2 3 4 5 >