Select a tag to browse associated projects and drill deeper into the tag cloud.
The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU Operating System. Specifically, this package includes: arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor
TimeoutX provides a lightweight timeout function. TimeoutX.timeout is about 10 times faster than standard Timeout.timeout.
In Rails, caching is one of those things that is made pretty easy, but can also be difficult when you want to do complex tasks with the caching -- such as expiring it. There are two ways with expire_fragment within the logic of your controllers or using an Observers. This plugin allows caching to
MultiAjax class library is a PHP solution for smart work with AJAX. It supports timeouts, encodings, queue, session limit and batch mode. Supported features: - Autoselect GET or POST method for HTTP request. - Support timeouts. It is possible to setup different timeouts for AJAX requests. -
There isn't an easy way to manage connection timeouts per protocol/connection when using python version < 2.6. This module provides some basic classes to enable timeout juggling per protocol or connection.
What is it?Adds a timeout option to the mootools Request (Ajax in 1.1) Class Usage var r = new Request({ url:'/test.php', timeout:4000, //milliseconds onTimeout:timeoutFunction });CompatibilityVersions for mootools 1.2 and 1.1 are available
Creating Timeouts and IntervalsJavascript allows you to create Timeouts and Intervals using this syntax: setTimeout("alert('I waited 5 seconds!');",5000); setInterval("alert('I happen every 8 seconds');",8000);These functions are very useful, but unfortunately
Let's you limit execution time of a procedure/function. Timeout will be called off automatically with the execution of a last statement of the procedure/function in which it was created. The thread which didn't finish it's work, won't be killed abruptly! It will magically raise
The very small and very useful script which runs a shell command with bounded time and kills spawned process if it is timeouted. See downloads page.
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.