Main > Free Download Search >

Free queued script

queued

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 28
AmpJuke

AmpJuke


Manage and stream your music from a web server using a browser. AmpJuke is a PHP-script that runs on Linux/Unix using Apache and MySQL. Once installed on the server, AmpJuke can stream music to one or more>> Manage and stream your music from a web server using a browser. AmpJuke is a PHP-script that runs on Linux/Unix using Apache and MySQL. Once installed on the server, AmpJuke can stream music to one or more clients (f.ex. PCs). Any program that can handle M3U-playlists (ie. WinAmp, Microsoft Media Player, Amarok or XMMS) can play the streamed music. Play music right away or build a "queue" of tracks to be played and/or merge albums, performers, tracks, favorites into the existing queue. AmpJuke focuses on flexible navigation as well as speed. Features include, but are not limited to: - Scan+import of music (MP3, OGG, WMA and/or APE format). - Random play with option for "fair rotation". - Upload/download music. - Multiple languages. - Automatic retrieval of album/cover art using webservice from Amazon. - Get lyrics (externally) for individual tracks/songs. - Get external about performers/groups. - Themes.<<less
Added: 2005-07-26 License: GPL Price: FreeAdditionalInfoFree
1550 downloads
jQuery.SerialScroll 1.2.1

jQuery.SerialScroll 1.2.1


jQuery.SerialScroll 1.2.1 is a smart plugin that allows you to animate any series of elements, by sequentially scrolling them more>>

jQuery.SerialScroll 1.2.1 is a smart plugin that allows you to animate any series of elements, by sequentially scrolling them. This plugin allows you to easily animate any series of elements, by sequentially scrolling them.

It uses jQuery.ScrollTo to achieve the scrolling animation. It is a very unrestricted plugin, that lets you customize pretty much everything from outside. You can use horizontal or vertical scroll, also combined.

jQuery.SerialScroll doesnt have one definite purpose. Its generic and adaptable. You can certainly use it as a screen slider. That is, to sequentially navigate a group of screens.

This plugin can also animate a text scroller in no time. It can definitely handle slideshows, the high customizability of the scrolling effect lets you create beautiful animations. You can even build an automatic news ticker!

jQuery.SerialScroll gives you access to a lot of options. These are:

  • target: The element to scroll, its relative to the matched element.
    • If you dont specify this option, the scrolled element is the one you called serialScroll on.
  • event: on which event to react (click by default).
  • start: first element of the series (zero-based index, 0 by default).
  • step: how many elements to scroll each time. Use a negative number to go on the other way.
  • lock: if true(default), the plugin will ignore events if already animating. Then animations cant be queued.
  • cycle: if true, the first element will be shown after going over the last, and the other way around.
  • stop: if true, the plugin will stop any previous animations of the element, to avoid queuing.
  • force: if true, an initial scroll will be forced on start.
  • jump: if true, the specified event can be triggered on the items, and the container will scroll to them.
  • items: selector to the items(relative to the scrolled element).
  • prev: (optional)selector to the previous button.
  • next: (optional)selector to the next button.
  • lazy: if true, the items are collected each time, allowing dynamic content(AJAX, AHAH, jQuery manipulation, etc).
  • interval: If you specify a number, the plugin will add auto scrolling with that interval.
  • constant: Should the speed remain constant, no matter how many items we scroll at once ? (true by default).
  • navigation: Optionally, a selector to a group of elements, that allow scrolling to specific elements by index. Can be less than the amount of items.
  • exclude new: If you want the plugin, to stop scrolling before the actual last element, set this to a number, and that amount of items is ignored counting from the end.

This is useful if you show many items simultaneously, in that case, you probably want to set this option to the amount of visible items 1.

onBeforeA function to be called before each scrolling. It receives the following arguments: event object, targeted element, element to be scrolled, collection of items and position of the targeted element in the collection.

The scope(this) will point to the element that got the event. If the function returns false, the event is ignored.

<<less
Added: 2008-04-23 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
1 downloads
SFELinkAdd 1.0.1

SFELinkAdd 1.0.1


This is a very, VERY simple script to allow users to submit a link to their site for your links page. Unlike many "free for all" links scripts, however, all submissions are held in a pending queue for your approval. Meant for sites who only want a single more>> This is a very, VERY simple script to allow users to submit a link to their site for your links page. Unlike many "free for all" links scripts, however, all submissions are held in a pending queue for your approval. Meant for sites who only want a single related links page, and not a directory.<<less
Added: 2006-02-19 License: Other Price: $0.00USD
13 downloads
 
Other version of SFELinkAdd
SFELinkAddScripts for Educators - Unlike many free for all links scripts, however, all submissions are held in a pending queue for. This is a very, VERY simple script to allow users
Price: FreeAdditionalInfoLinkbackrequired
License:Other Free / Open Source License
Download
1345 downloads
Added: 2006-02-19
Smooth buffered text-fade 3.0

Smooth buffered text-fade 3.0


This script allows you to create smooth text fading both in and out on any DOM event trigger, even other scripts! Built to prevent jumpiness by buffering fade commands and executing them only when the previous fade is complete. Adaptable to use more>> This script allows you to create smooth text fading both in and out on any DOM event trigger, even other scripts! Built to prevent jumpiness by buffering fade commands and executing them only when the previous fade is complete. Adaptable to use either a single or many fade targets, all depending on what commands you add to the queue.<<less
Added: 2003-12-05 License: BSD Price: $0.00USD
14 downloads
Quartz 1.6.5

Quartz 1.6.5


This job scheduling system can be integrated with, or used along side virtually any J2EE or J2SE application more>>

Quartz 1.6.5 brings you a useful scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application

Applications can vary from the largest e-commerce system to the smallest stand-alone application. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of- tousands of jobs; jobs whose tasks are defined as standard Java components or EJBs.

The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering.

Major Features

  1. Job Scheduling:
    • At a certain time of day (to the millisecond)
    • On certain days of the week
    • On certain days of the month
    • On certain days of the year
    • Not on certain days listed within a registered Calendar (such as business holidays)
    • Repeated a specific number of times
    • Repeated until a specific time/date
    • Repeated indefinitely
    • Repeated with a delay interval
  2. Job Execution:
    • Jobs can be any Java class that implements the simple Job interface, leaving infinite possibilities for the work the Jobs can perform.
    • Job class instances can be instantiated by Quartz, or by the applications framework.
    • When a Trigger occurs, the scheduler notifies zero or more Java objects implementing the JobListener and TriggerListener interfaces (listeners can be simple Java objects, or EJBs, or JMS publishers, etc.). These listeners are also notified after the Job has executed.
    • As Jobs are completed, they return a JobCompletionCode which informs the scheduler of success or failure. The JobCompletionCode can also instruct the scheduler of any actions it should take based on the success/fail code such as immediate re-execution of the Job.
  3. Job Persistence:
    • The design of Quartz includes a JobStore interface that can be implemented to provide various mechanisms for the storage of jobs.
    • With the use of the included JDBCJobStore, all Jobs and Triggers configured as "non-volatile" are stored in a relational database via JDBC.
    • With the use of the included RAMJobStore, all Jobs and Triggers are stored in RAM and therefore do not persist between program executions but this has the advantage of not requiring an external database.
  4. Transactions:
    • Quartz can participate in JTA transactions, via the use of JobStoreCMT (a subclas of JDBCJobStore).
    • Quartz can manage JTA transactions (begin and commit them) around the execution of a Job, so that the work the Job does happens within a JTA transaction.
  5. Clustering:
    • Fail-over.
    • Load balancing.
  6. Listeners & Plug-Ins:
    • Applications can catch scheduling events to monitor or control job/trigger behavior by implementing one or more listener interfaces.
    • The Plug-In mechanism can be used add functionality to Quartz, such keeping a history of job executions, or loading job and trigger definitions from a file.
    • Quartz ships with a number of "factory built" plug-ins and listeners.
  7. Runtime Environments:
    • Quartz can run embedded within another free standing application
    • Quartz can be instantiated within an application server (or servlet container), and participate in XA transactions
    • Quartz can run as a stand-alone program (within its own Java Virtual Machine), to be used via RMI
    • Quartz can be instantiated as a cluster of stand-alone programs (with load-balance and fail-over capabilities)

Enhancements

  • Records in QRTZ_TRIGGER_LISTENERS table are deleted when trigger is paused and resumed
  • Logging Trigger History Plugin.trigger Misfired writes incorrect message
  • Send Destination Message Job throws naming exception
  • Send Queue Message Job throws Class Cast Exception when used with xml plugin acquire Next Trigger executing on Managed Tx Connection when using JobStoreCMT and configured not to acquire triggers within lock
<<less
Added: 2009-06-26 License: Other Free / Open Source License - Apache 2.0 License Price: OtherFreeOpenSourceLicenseApache2.0License
21 downloads
Nice Animated Menu 1.0

Nice Animated Menu 1.0


The animation needs to run when the user moves their mouse over and out of the navigation. The key thing to note is that any animation is stopped before attempting to animate again. This avoids animations queuing up from repeatedly moving the mouse in more>> The animation needs to run when the user moves their mouse over and out of the navigation. The key thing to note is that any animation is stopped before attempting to animate again. This avoids animations queuing up from repeatedly moving the mouse in and out of the element.<<less
Added: 2009-02-22 License: Other Price: $0.00USD
13 downloads
C Threads 3.6

C Threads 3.6


C Threads 3.6 offers you a wonderful application which provides process scoping, a feature that has been greatly missed in the linux community. more>>

C Threads 3.6 offers you a wonderful application which provides process scoping, a feature that has been greatly missed in the linux community. The aim of this library, is to provide the programmer with an easy to use class, that can be further inherited to provide a rich set of threaded functionality rarely seen in a linux environment.

Full C is provided, without any wrapping around underlying C code, which gives more compact and faster objects. The library provides process scoping, a feature that has been greatly missed in the linux community. This feature allows different programs to share memory and control variables, for synchronization and direct data communications.

It has the ability to simulate asynchronous I/O on file descriptors. An example provided with the library, shows how to communicate with a modem with an asynchronous method where data is obtained and stored in a priority queue, giving the main process full ability to handle other tasks. Such an I/O class, can be used to handle data input from several different file descriptors simultaneously, but is limited to handling only one server file descriptor per class.

<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
1 downloads
EternalCMS 0.4.3

EternalCMS 0.4.3


EternalCMS is a Content Management System. It is built on top of Zend Framework which helps promote cleaner code, better performance and faster development. Some of the major features will be: Ability to post multi-page articles with unlimited categories more>> EternalCMS is a Content Management System. It is built on top of Zend Framework which helps promote cleaner code, better performance and faster development. Some of the major features will be: Ability to post multi-page articles with unlimited categories and sub-category support, bi-directional RESTful API, User Management System with multi-level ACLs and optional account activation, optional moderation queue, RSS/Atom/MRSS feeds, User Profiles. More features will be added also, but these are the features planned to be implemented by the v1.0 release of EternalCMS.<<less
Added: 2009-05-12 License: GPL Price: $0.00USD
13 downloads
JumpLoader 2.0.1

JumpLoader 2.0.1


PLEASE REVIEW AND EDIT CAREFULLY JumpLoader is a Java applet designed to upload files from the client to a server. more>> JumpLoader 2.0.1 is developed to be a Java application which can easily upload files from the client to a server and it is a valuable replacement for input type="file" rudiment of HTML. This is suitable tool for webmasters who wish to provide a better way for users to upload files to their websites. This could be photo galleries, web hosting providers or any kind of service that requires user files retrieval.

Major Features:

  1. Upload utilizing HTTP(S) protocol.
  2. Image thumbnail support.
  3. Integrated file system browser.
  4. Transparent proxy support.
  5. Browser cookie support.
  6. Unlimited file count.
  7. Unlimited file(s) length.
  8. Concurrent upload of multiple files.
  9. Upload progress monitor.
  10. Upload directories.
  11. Resume broken uploads.
  12. Internationalization.
  13. Custom attributes.
  14. Partitioned file upload.
  15. Configure constraints for files allowed to upload (file name pattern, file length, total length).
  16. Manage queue (add, remove, abort, retry files), even while uploading.
  17. Add files using preferred way: drag and drop, standard file dialog or integrated file system browser
  18. Custom version build with a kit.
  19. Customizable view.
  20. Configurable upload options (target URL, request parameters).
  21. Receive custom errors from server.
  22. JavaScript callbacks (notifications).
  23. Model interface for JavaScript.
  24. View interface for JavaScript.
<<less
Added: 2007-10-25 License: Freeware Price: Freeware
1 downloads
Link Searcher 1.0

Link Searcher 1.0


This class can be used to crawl Web pages to search for given text in it. It retrieves a given Web page and searches for links contained in it.The new links that are found are added to a queue to be crawled later and so implement recursive searching up more>> This class can be used to crawl Web pages to search for given text in it. It retrieves a given Web page and searches for links contained in it.The new links that are found are added to a queue to be crawled later and so implement recursive searching up to a given depth limit.The class looks for pages with text that match a given regular expression.<<less
Added: 2008-06-18 License: GPL Price: $0.00USD
13 downloads
NetflixQ 1.1

NetflixQ 1.1


The NotOneBit.com NetflixQ uses Netflix.coms RSS feed and Macromedia Flash to display your Netflix queue (or other Netflix RSS feed) in real time on your website. The NetflixQ will automatically load your queue (or other Netflix RSS feed) from more>> The NotOneBit.com NetflixQ uses Netflix.coms RSS feed and Macromedia Flash to display your Netflix queue (or other Netflix RSS feed) in real time on your website. The NetflixQ will automatically load your queue (or other Netflix RSS feed) from Netflix.com, and display the items in order, slowly fading from title to title. Users can control the playback with the simple to use DVD style controls at the bottom of the NetflixQ. An unobtrusive timer shows how much time remains to view the currently displayed title before it will progress to the next title in the list. Upon reaching the last DVD in the list, NetflixQ will begin with the first DVD and repeat until you leave the page.<<less
Added: 2005-02-14 License: Price: 0.00 Price: $0.00USD
19 downloads
 
Other version of NetflixQ
NetflixQNetflix.coms RSS feed and Macromedia Flash to display your Netflix queue (or other Netflix RSS feed) in real time on your website. The NetflixQ will automatically load. NetflixQ - admin@notonebit
License:Freeware
Download
1720 downloads
Added: 2005-02-14
Viewfinder Mailing List 1.0

Viewfinder Mailing List 1.0


Viewfinder Mailing List (VML) has been overhauled and now has masses of new featues. VML is an easy to use yet comprehensive mailing list manager with support for multiple lists, automatic subscribes and unsubscribes, custom fields and reporting. more>> Viewfinder Mailing List (VML) has been overhauled and now has masses of new featues. VML is an easy to use yet comprehensive mailing list manager with support for multiple lists, automatic subscribes and unsubscribes, custom fields and reporting. Features include: Handles a large number of recipients, Support for numerous mailing lists, User admin and access levels for administration, Mailing templates, Automatic archiving of sent emails, Save emails, Build emails using templates, previous sent or saved emails, Support for embedded or linked images, Easy upload images to the server, Remote capture of hosted images to be embedded, Reports on sent mails, Ability to review and delete mails in the mail queue, Custom fields to store whatever data you wish to collect, Open tracking of HTML emails, Import and export of mailing lists, Delayed sending, Throttled sending, Tags to allow user data to be entered in email (such as first name). VML requires PHP and a MySQL database to work.<<less
Added: 2005-04-23 License: GPL Price: $0.00USD
11 downloads
 
Other version of Viewfinder Mailing List
Viewfinder Mailing Listto be embedded, Reports on sent mails, Ability to review and delete mails in the mail queue, Custom fields to store whatever data you wish to collect, Open tracking of HTML emails, Import and export
License:GPL
Download
1656 downloads
Added: 2005-04-23
nsMailer (HTML {MIME} / Text Encoding)

nsMailer (HTML {MIME} / Text Encoding)


Enterprise Strength E-mail Handling Software. Empower your .NET applications with the ability to send Text or HTML based e-mail. Intelligent service that determines the appropriate level of encoding ( more>> Enterprise Strength E-mail Handling Software. Empower your .NET applications with the ability to send Text or HTML based e-mail. Intelligent service that determines the appropriate level of encoding (MIME / Text) and formats e-mails. It also is equiped to easily setup Name standards. Perfect for Mailing List fulfillment and large volume distributions. Messages are sent to the SMTP Queue but do not rely on the .NET SMPT service that requires waiting for the service to fulfill the request. Tried and tested through several fortune 500 companies. FULL SOURCE CODE AVAILABLE IN VB.NET!<<less
Added: 2005-10-11 License: GPL Price: $9.99
1477 downloads
nsMailer by NetSnips.com 2

nsMailer by NetSnips.com 2


A robust e-mail handler for .NET applications. This application allows you to use the SMTP Queue in IIS to directly create a drop your e-mails. This is a critical design for high-volume e-mailing applications as it can speed through the creation of more>> A robust e-mail handler for .NET applications. This application allows you to use the SMTP Queue in IIS to directly create a drop your e-mails. This is a critical design for high-volume e-mailing applications as it can speed through the creation of your e-mails at the speed of your machines I/O process. This means your application will not be taking up valuable resources while IIS processes and sends the e-mails at the rate your bandwidth will allow. Full .NET source code available (vb.net) .NET v. 1.1 Sample solution to demonstrate usage (Enterprise Strength E-mail Handling Software. Empower your .NET applications with the ability to send Text or HTML based e-mail. Intelligent service that determines the appropriate level of encoding (MIME / Text) and formats e-mails. It also is equiped to easily setup Name standards. Perfect for Mailing List fulfillment and large volume distributions. Messages are sent to the SMTP Queue but do not rely on the .NET SMPT classes)<<less
Added: 2007-11-02 License: GPL Price: $14.99USD
11 downloads
Threaded multipart FTP download via REST 1.1

Threaded multipart FTP download via REST 1.1


This allows you to split and download FTP files via REST. more>>
Threaded multipart FTP download via REST 1.1 is yet another nifty piece of script provided for programmers. This uses Queue module from Python 2.5. Currently, this could only download one file at a time and the speed needs improving.
<<less
Added: 2007-06-06 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
1 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2