Main > Free Download Search >

Free added queue software for linux

added queue

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7088
Putmail Queue 0.2

Putmail Queue 0.2


Putmail Queue provides a queuing system for putmail.py from the Putmail project. more>>
Putmail Queue provides a queuing system for putmail.py from the Putmail project.

It allows you to compose your email messages offline, keep them in a queue, and send them all together later.

This is my first try at providing a queuing system for putmail.py. Inside, youll find two programs: putmail_enqueue.py and putmail_dequeue.py.

To use them, you must first create the directory $HOME/.putmail/queue/. Its recommended that only you have access to it.

Install the program by running install.sh as root if necessary. Optionally, edit the file first to specify destination directories.

Usage instructions are in the man page. Use "man putmail-queue" to read it. It is a recommended one-time read.

<<less
Download (0.005MB)
Added: 2006-09-06 License: MIT/X Consortium License Price:
1144 downloads
Parallel::Queue 1.00

Parallel::Queue 1.00


Parallel::Queue is a Perl module to fork or thread a list of closures N-way parallel. more>>
Parallel::Queue is a Perl module to fork or thread a list of closures N-way parallel.

SYNOPSIS

# example queue:
# only squish files larger than 8KB in size. figure
# that the system can handle four copies of squish
# running at the same time without them interfering
# with one another.

my @queue = map { -s > 8192 ? sub{ squish $_ } : () } @filz;

# functional: pass in the count and list of coderefs.
#
# adding runqueue exports the subroutine into
# the current package. useful for non-OO situations.
#
# run the queue 4 way parallel.

use Parallel::Queue qw( runqueue verbose fork );

my @remaining = runqueue 4, @queue;

die "Incomplete jobs" if @remaining;

# OO: generate queue manager and use without the
# runqueue arguments, construct a queue manager,
# and use it to run the jobs

use Parallel::Queue;

my $quemgr = Parallel::Queue->construct( thread );

$quemgr->runqueue( 4, @queue );

die "Incomplete jobs" if @queue;

# call Parallel::Queue with the default configuration
# (fork quietly).

require Parallel::Queue;

Parallel::Queue->runqueue( 4, @queue );

# pre-define defaults for the objects: leave
# out runqueue, set the rest, and construct
# an object. the one here gets verbose, thread,
# and debug all set to true.

use Parallel::Queue qw( verbose thread );

my $quemgr = Parallel::Queue->construct( debug );

my @remaining = $quemgr->runqueue( 4, @queue );

Given a count and an array of coderefs (most likely closures), runqueue will run the jobs in parallel. The jobs can be run via fork or detached threads [see known issues for threading]. Jobs on the queue are executed until one of them exits non-zero, the fork/thread operation fails, or all of them are dispatched (i.e., the queue is empty).

<<less
Download (0.008MB)
Added: 2007-04-18 License: Perl Artistic License Price:
919 downloads
pfqueue 0.5.6

pfqueue 0.5.6


pfqueue is a console-based tool for handling MTA queues. more>>
pfqueue is a console-based tool for handling MTA queues.

pfqueue is an effort to give postqueue/mailq/postsuper/exim4 a console (ncurses) interface: it wont add any particular functionality to those provided with MTAs themselves, but will hopefully make them easier to use.

Its a real-time queue scanner, that shows per-queue lists of existing messages; the messages can be shown, deleted, put on hold, released or requeued.

Just for example, it may be useful to inspect a traffic jam at a given time, to see what is falling into and unexpectedly crowding your deferred queue.

<<less
Download (0.29MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
984 downloads
queue-admin 1.0

queue-admin 1.0


queue-admin provides a shell script for managing the mail queue of the qmail MTA. more>>
queue-admin provides a shell script for managing the mail queue of the qmail MTA.

queue-admin is a bash2 shell script for managing the mail queue of the qmail MTA.

It can provide a summarized list of the messages in the queue, optionally filtered by number or by whether a message is local or remote.

The messages themselves can be listed, viewed, or deleted by the same criteria.

It can also search for expressions within the messages, and can return the entire email or only the line where the expression was found.

The output is colorized.

<<less
Download (0.002MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
931 downloads
IPTables::IPv4::IPQueue 1.25

IPTables::IPv4::IPQueue 1.25


IPTables::IPv4::IPQueue is a Perl extension for libipq. more>>
IPTables::IPv4::IPQueue is a Perl extension for libipq.

SYNOPSIS

use IPTables::IPv4::IPQueue qw(:constants);

$queue = new IPTables::IPv4::IPQueue();
$msg = $queue->get_message();
$queue->set_verdict($msg->packet_id(), NF_ACCEPT)

$queue->set_mode(IPQ_COPY_PACKET, 2048);

IPTables::IPv4::IPQueue->errstr;

undef $queue;

Perlipq (IPTables::IPv4::IPQueue) is a Perl extension for iptables userspace packet queuing via libipq.

Packets may be selected from the stack via the iptables QUEUE target and passed to userspace. Perlipq allows these packets to be manipulated in Perl and passed back to the stack.

More information on userspace packet queueing may be found in libipq(3).

<<less
Download (0.014MB)
Added: 2007-04-17 License: Perl Artistic License Price:
925 downloads
queue_repair 0.9.0

queue_repair 0.9.0


queue_repair is a dynamic qmail queue checking and repair tool written in Python. more>>
queue_repair is a toolkit for dealing with the qmail queue directory structure; it can create a new queue, move and properly rename a queue, dynamically change the conf-split value, convert big-todo queues to non-big-todo and vice versa, and repair a corrupted queue.

<<less
Download (0.014MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1638 downloads
BitTorrent Queue Manager 0.1.3

BitTorrent Queue Manager 0.1.3


BitTorrent Queue Manager is a console-based BitTorrent client that provides built-in queue management functions. more>>
BitTorrent Queue Manager is a console-based BitTorrent client running on top of BitTornado that provides built-in queue management functions.
BitTorrent Queue Manager also provides a remote interface compatible with ABC for Web-based control. Furthermore, peer information can be queried, including country and network names, and a built-in crawler can gather new torrents on specified trackers or catalog sites for downloading automatically.
This is the new beginning of BTQueue. By upgrading to 0.1.0, you are able to:
- Utilize DHT network compatible to Bram Cohens client and BitComet
- Query IP location from updated database plus AS number (see ip2cc)
- Change client identifier to Azureus, Bram Cohens client, or BitComet
<<less
Download (2.0MB)
Added: 2006-06-23 License: Python License Price:
1231 downloads
DeadFTP 0.1.3

DeadFTP 0.1.3


DeadFTP is a graphical FTP client for GNOME featuring transfers resuming, a transfers queue, drap-n-drop, and proxy support. more>>
DeadFTP is a graphical FTP client for GNOME featuring transfers resuming, a transfers queue, drap-n-drop, and proxy support.
Enhancements:
- Fixed bug with saving of firewall settings
- Added support for limiting port range of sockets
- Fixed problem with loading certain values in settings dialog
- Improved format of console log file
- Re-added display of login message dialog
- Re-added color changing to settings dialog
- Fixed issue with queue reordering
- Improved how preferences are saved/loaded and used
- Added support for changing file modes
- Improved proxy interface and socket code
- New preferences dialog
- Added new status bars to display information on queue transfer time
- Added queue clear function
- Added (untested) SOCKS4 support
- New resume code & new resume dialog
- Improved interaction with server and status message is now displayed
- Added directory transfer support
- Many other bug fixes
<<less
Download (0.255MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1228 downloads
POE::XS::Queue::Array 0.003

POE::XS::Queue::Array 0.003


POE::XS::Queue::Array is an XS implementation of POE::Queue::Array. more>>
POE::XS::Queue::Array is an XS implementation of POE::Queue::Array.

This class is an implementation of the abstract POE::Queue interface. It implements a priority queue using C, with an XS interface supplied.

The current implementation could use some optimization, especially for large queues.

Please see the POE::Queue documentation, which explains this ones functions, features, and behavior.

The following extra methods are added beyond POE::Queue::Array:

dump

Dumps the internal structure of the queue to stderr.

verify

Does limited verification of the structure of the queue. If the verification fails then a message is sent to stderr and the queue is dumped as with the dump() method, and your program will exit.

<<less
Download (0.015MB)
Added: 2006-10-20 License: Perl Artistic License Price:
1099 downloads
Languenet 1.2.5

Languenet 1.2.5


Languenet project is a class registration and administration. more>>
Languenet project is a class registration and administration.
Languenet is a PHP application originally written for Language departments of Universities, allowing users to register for educational courses online and administrators to manage course data, add grades, print certificates, and more.
The whole program is accessible by a simple browser.
It is currently only available in German.
Main features:
- allowing students to inquire and register to classes
- student profiles will be created
- conditional acceptance of users in case certain preconditons (e.g. a certain test score) have not been fullfilled yet
- user can be added into waiting queues and are added to course if additional space in the class becomes available
- users are notified by e-mail
- management of student, course and instructor data
- manual adding or removing of students from courses
- managing grades
- printing certificates of participation, report cards
- statistical information
- Backup, data integrity check and clean-up
- flexible system to define pre-conditions before course registration is allowed
- Limitation of access rights for certain administrators
Enhancements:
- support for phpDoc format added
- support for other languages added to extern part
- minor bugfixes
<<less
Download (0.29MB)
Added: 2006-10-16 License: BSD License Price:
1103 downloads
PacKommander 2.5

PacKommander 2.5


PacKommander is a GUI wrapper for the pacman package manager of Arch Linux. more>>
PacKommander is a GUI wrapper for the pacman package manager of Arch Linux.
It is my very first Kommander script; but it does the job pretty well. Use it to install, upgrade, search, remove, query packages (local or repository) as well as synchronize database, upgrade system and clear file cache.
Main features:
- Quite light-weight and fast.
- Can perform almost all the tasks that CLI pacman can do. This includes install /upgrade /remove /query /view details /search packages both from server repositories as well as local packages in hard disk.
- Can be (in fact, must be) started as normal user to perform non-admin tasks like search/query pacakges. Root privilege is sought for automatically (using gksudo) as and when required (e.g. to install/remove packages).
- Can handle multiple packages at a time using a Package Queue system. Essentially, a list of queued packages is shown (packages can be added/removed from queue), from where you can select and manipulate multiple packages.
- Certain tasks like Upgrading entire system, syncing database with server, clearing cache, optimizing pacman, etc can be done by a click of a button.
- Hand-editing of certain configuration files is also supported using nano editor in xterm.
- Every task is actually carried out by pacman. The progress can be seen in the external xterm window and the user has to interact with it limitedly (for confirmations, etc.)
- The UI is fully configurable using Kommander-editor.
<<less
Download (0.053MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
849 downloads
Axelq 0.80

Axelq 0.80


axelq is a queue manager for the download accelerator axel. more>>
axelq is a queue manager for the download accelerator axel. axelq basically reads some URLs, caches them and runs axel to download them.
To install just run ./install, or check ./install --help for options.
You can uninstall with ./uninstall, provided the file installed is still
present. If it is not, you can specify the same options you gave to install
(except --axel=...) to make it work.
Enhancements:
- update! axelq 0.80 available. Nothing to really write home about just a bug fix. (axelq didnt properly detect whether or not a download was finished or not and deleted a URL from the queue if the download was interrupted)
<<less
Download (0.012MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1220 downloads
Java Jukebox 1.12

Java Jukebox 1.12


Java Jukebox is a multiuser music server capable of selecting music appropriate to its current listeners. more>>
jjukebox is a multiuser music server capable of selecting music appropriate to its current listeners. Its robust enough for you to store your music (for example, the popular mp3 format) over different locations (network drives, cdroms) and not hang when any device fails.
The music server has been designed around reliability and extensibility, making it extremely reliable even when running under very dubious circumstances.
There is no limit to the amount of music other than the resources of the computer that you are running jjukebox on, or what types of music you can add to the music server, jjukebox can play many different types of music format thanks to Suns JavaMedia framework, and JavaZooms JavaLayerPlayer
Main features:
- Robust management of music mounted on other computers - if a remote computer becomes unreachable jjukebox automatically unmounts all the music stored on it without affecting play.
- Ratings system - so that people can rate tracks they like/hate and jjukebox will do its best to only play tracks people currently logged into it like.
- Programmable fading between tracks for smooth music transitions.
- Coded in pure java - can run on any platform with a conforming Java Virtual Machine
Enhancements:
Added in this release:
- A new looping queue - Plays the current queue forever.
- Faster magazine loading and saving.
- Beta GUI Client.
- Beta DAAP server.
Fixes for this releaes:
- Installer bugs from previous versions fixed - GNOME and KDE shortcuts are now correctly created.
- Play bug where player would sometimes randomly stop playing between tracks has been fixed.
- Increased playback buffer to help prevent skipping on slower machines.
- Client/Server code tidied up and fixes done mainly concerning server responses.
- Updated player jars, and a fix for 1.5 (Java 5) vm where volume setting would cause an exception when a new track was started.
- Multicast DNS fixes, this will form part of server clustering and easy server locating for the GUI client.
<<less
Download (3.1MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1477 downloads
ASBeats 0.2

ASBeats 0.2


ASBeats is a simple beats clock. more>>
ASBeats is a simple beats clock.
Enhancements:
- Higher resolution, 3 decimals
- Cleanup of the .xpm files
- Added this file
- Cleanup of README, also added TODO section
<<less
Download (0.014MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1116 downloads
rcoaster 0.5

rcoaster 0.5


rcoaster is an advanced playlist manager and play controller. more>>
rcoaster is an advanced playlist manager and play controller.

MP3s and Oggs can be added and queued using one of two Web interfaces, or a shell scripting interface, enabling you to integrate with any environment. A GNOME panel applet for play control is also included.

<<less
Download (0.14MB)
Added: 2006-07-10 License: LGPL (GNU Lesser General Public License) Price:
1201 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5