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

App Launcher freeware
Filter: All | Freeware | Demo
 

App Launcher

1 2 3 4 5 > 
Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 377

AppLauncher - The fastest App launcher available. No - no replacement for Alfred. No - no replacement for Quicksilver. No - no replacement for LaunchBar at all. It’s just a very simple but sophisticated tool for quickly (very quickly!) launching your applications - nothing more!



Platforms: Mac

License: Freeware Size: 1.6 MB Download (47): AppLauncher - The fastest App launcher available. Download

Added: January 25, 2010 | Visits: 780

App Remote Open all your native Mac apps through this useful widget that unclutters your dock, runs smooth and is free.





Platforms: Mac

License: Freeware Download (104): App Remote Download

Added: July 27, 2010 | Visits: 1.014

Apollo Apollo is an open-source developer test skeleton toolkit for Web Start. Apollo lets you turbo-charge Web Start apps without Web Start to speed up your compile/run/test/debug/goof-off cycle avoiding the hassle of stuffing, signing, uploading or downloading your jars every time you rearrange a...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (103): Apollo Download

Released: July 08, 2012  |  Added: July 08, 2012 | Visits: 454

miniWE miniWE is a free .Net3.0 application. It is a combination of Quick Launch Bar and Windows Explore. When you click the program, it will pop up as an app launcher. In addition, it has the ability to browse through folders like a Windows Explore (some folders like MyDocument are not accessible under...


Platforms: Windows

License: Freeware Size: 635 KB Download (407): miniWE Download

Released: June 15, 2012  |  Added: June 15, 2012 | Visits: 486

smallQWERTY This app is free for limited time! smallQWERTY is a keyboard app. You can input the following functions in groups of up to 4x5 buttons: 1. Letters (with standard ABC and efficient smallQWERTY layouts) 2. Numbers (1 ~ 0) 3. Symbols (all the symbols in standard keyboard) 4. Cursor keys (Left,...


Platforms: Mac

License: Freeware Size: 409.6 KB Download (53): smallQWERTY Download

Released: February 26, 2024  |  Added: March 12, 2024 | Visits: 1.133

OneLaunch We built OneLaunch to bring you a new and improved Windows experience. Our desktop integration provides a sleek new way to search the web, and access countless features and utilities all from the convenience of your desktop. Pinned to the top of your desktop, OneLaunch will get you going where...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.21 MB Download (147): OneLaunch Download

Released: August 25, 2011  |  Added: September 11, 2011 | Visits: 3.952

Launcher Launcher is an easy-to-use file and application shortcut manager that can launch all kinds of files and programs. Drag-and-drop operations are supported when editing items shown in the Launcher "open and launch" menu in system tray. Create an unlimited amount of user defined sub-folders and item...


Platforms: Windows

License: Freeware Size: 1.3 MB Download (240): Launcher Download

Released: December 12, 2005  |  Added: January 08, 2006 | Visits: 4.048

8start Launcher New era of desktop, start menu and quick launch is coming by a free application launcher 8start launcher. It make a whole new way of launching programs and applications on your system which you never seen before. Starting programs from shortcuts on desktop and start menu is an obsolete and...


Platforms: Windows

License: Freeware Size: 1.46 MB Download (166): 8start Launcher Download

Added: March 21, 2010 | Visits: 1.224

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

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

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

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

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

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

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

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 14, 2010 | Visits: 1.430

Gnome Terminal Launcher Gnome Terminal Launcher applet reads the profiles from GConf and creates the corresponding menu entry to invoke the gnome-terminal command and its arguments. If you are a system administrator, perhaps a command line junkie, and you deal with a large number of servers on a daily basis, you may...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (107): Gnome Terminal Launcher Download

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

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

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

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 >