startup delayer
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 301
Data::Startup 0.04
Data::Startup is a Perl module with startup options class, override, config methods. more>>
SYNOPSIS
######
# Subroutine interface
#
use Data::Startup qw(config override);
$options = override(%default_options, @option_list );
$options = override(%default_options, @option_list );
$options = override(%default_options, %option_list );
@options_list = config(%options );
($key, $old_value) = config(%options, $key);
($key, $old_value) = config(%options, $key => $new_value );
($key, $old_value) = config(%options, $key => $new_value );
@old_options_list = config(%options, @option_list);
@old_options_list = config(%options, @option_list);
@old_options_list = config(%options, %option_list);
######
# Object interface
#
use Data::Startup
$startup_options = $class->Data::Startup::new( @option_list );
$startup_options = $class->Data::Startup::new( @option_list );
$startup_options = $class->Data::Startup::new( %option_list );
$options = $startup_options->override( @option_list );
$options = $startup_options->override( @option_list );
$options = $startup_options->override( %option_list );
@options_list = $options->config( );
($key, $old_value) = $options->config($key);
($key, $old_value) = $options->config($key => $new_value );
($key, $old_value) = $options->config($key => $new_value );
@old_options_list = $options->config(@option_list);
@old_options_list = $options->config(@option_list);
@old_options_list = $options->config(%option_list);
# Note: May use [@option_list] instead of @option_list
# and {@option_list} instead of %option_list
Many times there is a group of subroutines that can be tailored by different situations with a few, say global variables. However, global variables pollute namespaces, become mangled when the functions are multi-threaded and probably have many other faults that it is not worth the time discovering.
As well documented in literature, object oriented programming do not have these faults. This program module class of objects provide the objectized options for a group of subroutines or encapsulated options by using the methods directly as in an option object.
The Data::Startup class provides a way to input options in very liberal manner of either
- arrays, reference to an array, or reference to hash to a
- reference to an array or reference to a hash
- reference to a hash
- referene to an array
- many other combos
without having to cut and paste specialize, tailored code into each subroutine/method.
<<less######
# Subroutine interface
#
use Data::Startup qw(config override);
$options = override(%default_options, @option_list );
$options = override(%default_options, @option_list );
$options = override(%default_options, %option_list );
@options_list = config(%options );
($key, $old_value) = config(%options, $key);
($key, $old_value) = config(%options, $key => $new_value );
($key, $old_value) = config(%options, $key => $new_value );
@old_options_list = config(%options, @option_list);
@old_options_list = config(%options, @option_list);
@old_options_list = config(%options, %option_list);
######
# Object interface
#
use Data::Startup
$startup_options = $class->Data::Startup::new( @option_list );
$startup_options = $class->Data::Startup::new( @option_list );
$startup_options = $class->Data::Startup::new( %option_list );
$options = $startup_options->override( @option_list );
$options = $startup_options->override( @option_list );
$options = $startup_options->override( %option_list );
@options_list = $options->config( );
($key, $old_value) = $options->config($key);
($key, $old_value) = $options->config($key => $new_value );
($key, $old_value) = $options->config($key => $new_value );
@old_options_list = $options->config(@option_list);
@old_options_list = $options->config(@option_list);
@old_options_list = $options->config(%option_list);
# Note: May use [@option_list] instead of @option_list
# and {@option_list} instead of %option_list
Many times there is a group of subroutines that can be tailored by different situations with a few, say global variables. However, global variables pollute namespaces, become mangled when the functions are multi-threaded and probably have many other faults that it is not worth the time discovering.
As well documented in literature, object oriented programming do not have these faults. This program module class of objects provide the objectized options for a group of subroutines or encapsulated options by using the methods directly as in an option object.
The Data::Startup class provides a way to input options in very liberal manner of either
- arrays, reference to an array, or reference to hash to a
- reference to an array or reference to a hash
- reference to a hash
- referene to an array
- many other combos
without having to cut and paste specialize, tailored code into each subroutine/method.
Download (0.073MB)
Added: 2007-02-15 License: Perl Artistic License Price:
982 downloads
AmarokFS Startup Script 1.1
AmarokFS Startup Script simply provides a shortcut for starting AmarokFS (Amarok Full Screen) from within Amarok itself. more>>
AmarokFS Startup Script simply provides a shortcut for starting AmarokFS ("Amarok Full Screen") from within Amarok itself.
AmarokFS itself can be downloaded from: http://www.kde-apps.org/content/show.php?content=52641
Installation:
Download the .amarokscript.tar file and install it with Amaroks script installer.
Usage:
Upon startup, the script will automatically look for the "amarokFS" executable in your PATH, and if not found, will prompt you for its location.
Once the script is running, you will have an "AmarokFS" menu entry in your playlist popup menu; now simply select "Run Amarok Full Screen" to activate AmarokFS.
The script can also be configured to use an amarokFS executable other than the one detected in the users PATH.
<<lessAmarokFS itself can be downloaded from: http://www.kde-apps.org/content/show.php?content=52641
Installation:
Download the .amarokscript.tar file and install it with Amaroks script installer.
Usage:
Upon startup, the script will automatically look for the "amarokFS" executable in your PATH, and if not found, will prompt you for its location.
Once the script is running, you will have an "AmarokFS" menu entry in your playlist popup menu; now simply select "Run Amarok Full Screen" to activate AmarokFS.
The script can also be configured to use an amarokFS executable other than the one detected in the users PATH.
Download (0.030MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
941 downloads
Game Server Startup Script 1.1
Game Server Startup Script project is a startup script to manage dedicated game servers like Quake3. more>>
Game Server Startup Script project is a startup script to manage dedicated game servers like Quake3.
Game Server Startup Scripts is a startup script to manage a wide variety of Linux dedicated game servers. It can start/stop/restart/fix dedicated game servers like Quake3, Half Life, Tribes 2, UT2K4, BF1942 and others.
It uses qstat through cron to validate that a game is running as expected. If a game is not running as expected, the game is automatically restarted from the script through cron.
GSSS was written becuase I wanted a way to start up a variety of games in a standard way. Then I also wanted to make sure the games stayed running even after a crash.
So I wrote this perl script. It will start games and through a cron job make sure they stay running. If you have qstat installed it can also verify the game is running like it is suppose to be and not in some strange state where no one can play.
If the game is running but unresponsive, it kills it and starts it again. You can also stop running games cleanly as well.
Games supported by "Game Server Startup Script":
- Quake2
- Quake3
- RTCW
- Half Life
- Unreal
- UT2K3
- UT2K4
- Tribes 2
- NWN
- BF1942
- ET
Enhancements:
- Very minor changes, minor readme changes, clean up
<<lessGame Server Startup Scripts is a startup script to manage a wide variety of Linux dedicated game servers. It can start/stop/restart/fix dedicated game servers like Quake3, Half Life, Tribes 2, UT2K4, BF1942 and others.
It uses qstat through cron to validate that a game is running as expected. If a game is not running as expected, the game is automatically restarted from the script through cron.
GSSS was written becuase I wanted a way to start up a variety of games in a standard way. Then I also wanted to make sure the games stayed running even after a crash.
So I wrote this perl script. It will start games and through a cron job make sure they stay running. If you have qstat installed it can also verify the game is running like it is suppose to be and not in some strange state where no one can play.
If the game is running but unresponsive, it kills it and starts it again. You can also stop running games cleanly as well.
Games supported by "Game Server Startup Script":
- Quake2
- Quake3
- RTCW
- Half Life
- Unreal
- UT2K3
- UT2K4
- Tribes 2
- NWN
- BF1942
- ET
Enhancements:
- Very minor changes, minor readme changes, clean up
Download (0.014MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1084 downloads
Shttp 0.0.1
Shttp is a partial implementation of HTTP/1.1. more>>
Shttp is a partial implementation of HTTP/1.1. The project does not conform to the RFC but works well enough to serve static content in a experimental/educational context.
The module consists of well under 1000 LoC making it an excellent example of what can be done with ServerKit with little effort and a great learning tool for those getting started with ServerKit programming.
Usage:
It is advised that you read the ServerKit documentation before trying to use this module, as most of the basic usage is simply using ServerKit, nothing specific to this module.
Due to the simple nature of this module it does not include a personality template and it is not expected that you would use it under daemontools.
Instead, the module sources include a simple startup script to run it "in-tree" without installing it in the system. There is still a c11n file included which gets used "in-tree" as well. See below for the configuration options.
<<lessThe module consists of well under 1000 LoC making it an excellent example of what can be done with ServerKit with little effort and a great learning tool for those getting started with ServerKit programming.
Usage:
It is advised that you read the ServerKit documentation before trying to use this module, as most of the basic usage is simply using ServerKit, nothing specific to this module.
Due to the simple nature of this module it does not include a personality template and it is not expected that you would use it under daemontools.
Instead, the module sources include a simple startup script to run it "in-tree" without installing it in the system. There is still a c11n file included which gets used "in-tree" as well. See below for the configuration options.
Download (0.013MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
950 downloads
ivata groupware 0.11.3
ivata groupware is a free Groupware/Exchange/Intranet system. more>>
ivata groupware is a free Groupware/Exchange/Intranet system. It comes with a web-based front-end.
Main features:
- find contacts in team and private address books
- post articles & notes
- comment on articles
- receive notifications via mail
- plan meetings and other events in the calendar
- access email via the web
Enhancements:
- This release fixes a bug in the startup script affecting Tomcat 5.0.x.
- You only need to upgrade if you are experiencing start-up problems on that platform.
<<lessMain features:
- find contacts in team and private address books
- post articles & notes
- comment on articles
- receive notifications via mail
- plan meetings and other events in the calendar
- access email via the web
Enhancements:
- This release fixes a bug in the startup script affecting Tomcat 5.0.x.
- You only need to upgrade if you are experiencing start-up problems on that platform.
Download (10MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
1476 downloads
Parcelle 1.2
Parcelle project is a PyGTK application that captures and saves clipboard history. more>>
Parcelle project is a PyGTK application that captures and saves clipboard history.
Main features:
- Automatically captures clipboard changes.
- Saves clipboard history.
- Sort and search through entries.
- Edit and save changes to entries.
- Edit current clipboard contents.
- Dates entry additions and edits.
- Option to launch on startup to capture quietly.
<<lessMain features:
- Automatically captures clipboard changes.
- Saves clipboard history.
- Sort and search through entries.
- Edit and save changes to entries.
- Edit current clipboard contents.
- Dates entry additions and edits.
- Option to launch on startup to capture quietly.
Download (0.017MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
797 downloads
Firefox Quickstarter 0.1
Firefox Quickstarter its a modified version of MozillaQs for faster startup of Firefox broswer. more>>
Mozilla Quickstarter is an small kde utility that runs in the SystemTray and runs a hidden instance of Mozilla.
You can execute navigato or mail program from Mozilla Quickstarter. As I am a beginner kde programmer, its based on the original code of another application: OpenOffice.org Quickstarter.
Main features:
- Runs a hide instance of Mozilla
- You can launch navigator and mail.
- Autostart when launching Kde.
Enhancements:
- Added a tgz package for Slackware 10.2 thanks to Slacky.it
<<lessYou can execute navigato or mail program from Mozilla Quickstarter. As I am a beginner kde programmer, its based on the original code of another application: OpenOffice.org Quickstarter.
Main features:
- Runs a hide instance of Mozilla
- You can launch navigator and mail.
- Autostart when launching Kde.
Enhancements:
- Added a tgz package for Slackware 10.2 thanks to Slacky.it
Download (0.041MB)
Added: 2005-11-09 License: GPL (GNU General Public License) Price:
1448 downloads

AXIGEN Mail Server StartUp Edition 5.0.1
AXIGEN FREE mail server - (E)SMTP, POP3, IMAP4, Webmail server and support more>> AXIGEN Office Edition is a FREE, reliable and secure Linux and FreeBSD mail server intended for home users and small companies. AXIGEN Mail Server, offering integrated mail services and basic support, can successfully replace several open source applications.
This is a full-featured version, available free of charge, part of a time-limited promotional offer. This type of license offered is perpetual and you will get to keep it even if this promotion expires.
AXIGEN is available for many Linux distributions (Gentoo, Redhat/Fedora Core, Slackware, Debian, Ubuntu, Mandrake/Mandriva, SUSE), for BSD platforms and for Solaris.
Main AXIGEN services:
1. Mail transfer is ensured by SMTP / ESMTP modules, which include a powerful Mail Processing engine with an API (Application Programming Interface) for custom filtering.
2. Message retrieval is performed through IMAP4 or POP3 protocols with special tools for connectivity control and host authentication management.
3. The Webmail module provides improved security and efficiency and allows users anywhere on the Internet to access and send mails from their Web browsers.
All services are controlled from centralized WEB / CLI Administration, enabling full control of the email traffic.
AXIGEN Mail Server Specifications:
Mail Services
- SMTP/ESMTP, POP3, IMAP4 and Webmail
- SSL/TLS encryption
Connectivity and architecture:
- Multithreaded engine with module thread control
- Simultaneous resource access
- Mail storage with index based access
- In depth connection control
- WebMail available in 21 languages
- Firewall-like communication rules
- User authentication: plain, login, CRAM MD5
Server Security
- Multilevel filtering system
- Integration with 16 Antivirus and AntiSPAM applications
- Script interface for external custom filters
Download your copy now!<<less
Download (18.52MB)
Added: 2009-04-09 License: Freeware Price: Free
197 downloads
Other version of AXIGEN Mail Server StartUp Edition
AXIGEN FREE mail server - (E)SMTP, POP3, IMAP4 ...AXIGEN StartUp Edition is a FREE, reliable and secure mailLicense:Freeware
License:Freeware
Crystal Audio 2.0
CrystalAudio is a FVWM-Crystal configuration tuned for use on an audio workstation. more>>
CrystalAudio is a FVWM-Crystal configuration tuned for use on an audio workstation. It has many new applications for the menu, including many sound-related applications and improved sound controls. The project launches qjackctl at startup.
The final goal of the project is to make the FVWM-Crystal menu compatible with the freedesktop specification and to provide some tools to generate the menu entries and icons from desktop and icon files provided by the applications in the system.
Enhancements:
- generate-fvwm-crystal-menu work with both new and old type application desktop files, so it is time for the 2.0 version.
- A lot of debugging have been done on that script: See the ChangeLog for the details.
- Added support for stalonetray in all the recipes.
<<lessThe final goal of the project is to make the FVWM-Crystal menu compatible with the freedesktop specification and to provide some tools to generate the menu entries and icons from desktop and icon files provided by the applications in the system.
Enhancements:
- generate-fvwm-crystal-menu work with both new and old type application desktop files, so it is time for the 2.0 version.
- A lot of debugging have been done on that script: See the ChangeLog for the details.
- Added support for stalonetray in all the recipes.
Download (3.2MB)
Added: 2007-03-20 License: GPL (GNU General Public License) Price:
954 downloads
Tab Slideshow 1.6
Tab Slideshow allows you to cycles through tabs like a slideshow. more>>
Tab Slideshow allows you to cycles through tabs like a slideshow.
Cycles through tabs like a slideshow. Licensed under MPL.
I am submitting a new version (1.6) without the bug where it outputs the time on startup.
<<lessCycles through tabs like a slideshow. Licensed under MPL.
I am submitting a new version (1.6) without the bug where it outputs the time on startup.
Download (0.009MB)
Added: 2007-04-11 License: MPL (Mozilla Public License) Price:
932 downloads
All-in-One Sidebar 0.7.1
All-in-One Sidebar is an award-winning Firefox extension sidebar control, inspired by Operas. more>>
All-in-One Sidebar is an award-winning Firefox extension sidebar control, inspired by Operas. It lets you quickly switch between sidebar panels, view dialog windows such as downloads, extensions, and more in the sidebar, or view source or websites in the sidebar.
Click on the left edge of your browser window to open the sidebar and get easy access to all your panels.
You can set the orientation to left or right, set the minimum, default and maximum width and the behavior on browser startup. Furthermore AiOS provides enhancements for many built-in features.
AiOS includes a slide-out button and a toolbar, all of which can be extensively customized.
Enjoy a clear browser window, more toolbar space and much more...
<<lessClick on the left edge of your browser window to open the sidebar and get easy access to all your panels.
You can set the orientation to left or right, set the minimum, default and maximum width and the behavior on browser startup. Furthermore AiOS provides enhancements for many built-in features.
AiOS includes a slide-out button and a toolbar, all of which can be extensively customized.
Enjoy a clear browser window, more toolbar space and much more...
Download (0.36MB)
Added: 2007-06-28 License: MPL (Mozilla Public License) Price:
8900 downloads
Appctl 2.0.58.0.0 (Demo, Apache)
Appctl is a framework for virtually any server software. more>>
Appctl is a framework for virtually any server software. It provides a central script called "ctl" which allows you to start, stop, restart, maintain, or query the current status of an application.
Appctl is meant as a completely generic replacement for application-specific startup/stop scripts. The project also supplies generic monitoring scripts for clusters, which can dramatically decrease clustering costs.
Enhancements:
- This fully integrated Apache/appctl package contains a SunPackage for Sun Solaris 10 on the SPARC architecture.
- This package was created to demonstrate the usage of appctl.
<<lessAppctl is meant as a completely generic replacement for application-specific startup/stop scripts. The project also supplies generic monitoring scripts for clusters, which can dramatically decrease clustering costs.
Enhancements:
- This fully integrated Apache/appctl package contains a SunPackage for Sun Solaris 10 on the SPARC architecture.
- This package was created to demonstrate the usage of appctl.
Download (3.3MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1196 downloads
Other version of Appctl
License:GPL (GNU General Public License)
Credence 1.4
Credence is a program for combating pollution and spam in filesharing networks. more>>
Credence is a program for combating pollution and spam in filesharing networks.
It lets you vote on files in the network, analyzes the votes of your peers so that you can avoid polluted files, and automatically identifies the voters in the network that are most credible and useful. It is built as an extension to LimeWire, running on the Gnutella filesharing network.
Enhancements:
- This release added a more sophisticated voting backend and a new GUI to match.
- More complex voting lets you vote down just the file name or bit rate, for example, and search results automatically show how different peers voted.
- Startup is much faster than previous versions, especially for users that vote a lot.
- A new status bar at the bottom shows detailed information about startup and current status.
- All the latest improvements and fixes to the main LimeWire software have been merged in.
<<lessIt lets you vote on files in the network, analyzes the votes of your peers so that you can avoid polluted files, and automatically identifies the voters in the network that are most credible and useful. It is built as an extension to LimeWire, running on the Gnutella filesharing network.
Enhancements:
- This release added a more sophisticated voting backend and a new GUI to match.
- More complex voting lets you vote down just the file name or bit rate, for example, and search results automatically show how different peers voted.
- Startup is much faster than previous versions, especially for users that vote a lot.
- A new status bar at the bottom shows detailed information about startup and current status.
- All the latest improvements and fixes to the main LimeWire software have been merged in.
Download (5.5MB)
Added: 2006-03-01 License: GPL (GNU General Public License) Price:
1334 downloads
SQuaLe 0.1.7
SQuaLe provides an easy and very fast way to send SQL queries to a database backend. more>>
SQuaLe provides an easy and very fast way to send SQL queries to a database backend. SQuaLe project supports load balancing over multiple connections which can be on different servers.
Its very stable and provides statistics, control, and reporting through specific orders (like starting up a connection pool, shutting it down, getting statistics from that specific pool or for the whole SQuaLe instance).
Enhancements:
- This release adds a python DBI wrapper and a better reconnection mechanism.
- SQuaLe will now try to reconnect to the database even if it fails at startup.
<<lessIts very stable and provides statistics, control, and reporting through specific orders (like starting up a connection pool, shutting it down, getting statistics from that specific pool or for the whole SQuaLe instance).
Enhancements:
- This release adds a python DBI wrapper and a better reconnection mechanism.
- SQuaLe will now try to reconnect to the database even if it fails at startup.
Download (0.43MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1159 downloads
XChat2 plugin
XChat2 plugin helps you to use BMPx from within XChat, including remote control. more>>
XChat2 plugin helps you to use BMPx from within XChat, including remote control, add files to playlist from file or library, select bookmarked audio stream and having XChat interact with your IRC channel (displaying current track played) with a customizable look.
Usage:
You need to have Python plugin loaded first and then load bmp-xchat-plugin.py file. To autoload the plugin at startup, just copy it to your ~/.xchat2 directory. Then run /bmp help in xchat to have the list of supported commands.
<<lessUsage:
You need to have Python plugin loaded first and then load bmp-xchat-plugin.py file. To autoload the plugin at startup, just copy it to your ~/.xchat2 directory. Then run /bmp help in xchat to have the list of supported commands.
Download (0.040MB)
Added: 2006-08-15 License: GPL (GNU General Public License) Price:
1178 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above startup delayer search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed