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

Dispatch freeware
Filter: All | Freeware | Demo
 

Dispatch

1 2 3 4 5 > 
Added: November 14, 2010 | Visits: 968

Log::Dispatch::ToTk Log::Dispatch::ToTk provides class to redirect Log::Dispatch to Tk widgets. Most users will only need to use Log::Dispatch::TkText widget to have Log::Dispatch messages written on a text widget. For more fancy uses, this module can be used by a composite widget dedicated to handle...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Log::Dispatch::ToTk Download

Added: August 22, 2010 | Visits: 1.095

Log::Dispatch::TkText Log::Dispatch::TkText provides a Text widget for Log::Dispatch. SYNOPSIS use Tk ; use Log::Dispatch; use Log::Dispatch::TkText ; my $dispatch = Log::Dispatch->new; my $mw = MainWindow-> new ; my $tklog = $mw->Scrolled(LogText, name => tk, min_level => debug); $tklog -> pack ; #...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (109): Log::Dispatch::TkText Download

Added: May 23, 2010 | Visits: 1.439

Log::Dispatch::File::Rolling Log::Dispatch::File::Rolling is a Perl object for logging to date/time/pid stamped files. SYNOPSIS use Log::Dispatch::File::Rolling; my $file = Log::Dispatch::File::Rolling->new( name => file1, min_level => info, filename => Somefile%d{yyyyMMdd}.log, mode => append ); $file->log(...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): Log::Dispatch::File::Rolling Download

Added: October 22, 2010 | Visits: 1.095

Log::Dispatch::File::Alerts Log::Dispatch::File::Alerts is a Perl object for logging to alert files. SYNOPSIS use Log::Dispatch::File::Alerts; my $file = Log::Dispatch::File::Alerts->new( name => file1, min_level => emerg, filename => Somefile%d{yyyy!!!!}.log, mode => append ); $file->log( level => emerg,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): Log::Dispatch::File::Alerts Download

Added: August 16, 2010 | Visits: 1.232

POE::Component::Audio::Mad::Dispatch POE::Component::Audio::Mad::Dispatch is a POE::Component::Audio::Mad frontend implementing listener based message dispatch. SYNOPSIS use POE; use POE::Component::Audio::Mad::Dispatch; ## we print some stuff below, and we dont want it ## to get buffered.. so turn on autoflush. $| = 1;...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (101): POE::Component::Audio::Mad::Dispatch Download

Added: August 15, 2010 | Visits: 987

Hash::Diff::Dispatch Hash::Diff::Dispatch allows to execute code depending on difference between hashes. SYNOPSIS my $hash_watcher = Hash::Diff::Dispatch->new( {}, # Sets the starting hash # The events will be called using the order returned # by calling keys on these values... b => &bold, i => &italic,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Hash::Diff::Dispatch Download

Added: May 07, 2010 | Visits: 1.072

dispatch dispatch is a multi-tier architecture object-oriented framework that allows access to methods and variables at the command line and in shell scripts or via a GUI. The project is in an early stage and you will probably not be able to compile it easily or use it for significant work. There are...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): dispatch Download

Added: November 17, 2010 | Visits: 937

Log::Dispatch::Config Log::Dispatch::Config is a Log4j for Perl. SYNOPSIS use Log::Dispatch::Config; Log::Dispatch::Config->configure(/path/to/log.conf); my $dispatcher = Log::Dispatch::Config->instance; $dispatcher->debug(this is debug message); $dispatcher->emergency(something *bad* happened!); #...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (105): Log::Dispatch::Config Download

Added: May 10, 2013 | Visits: 935

Truck Dispatch Software 1.12b Save time, money and increase your customer satisfaction by using dispatch software. 100% free online, web-based dispatch software makes it easy to keep track of your vehicles.Easily view what each vehicle will be doing each day. Export the daily schedule to a printable spreadsheet file for your...


Platforms: Windows, *nix, PHP, BSD Solaris

License: Freeware Download (79): Truck Dispatch Software 1.12b Download

Quadratic Programming Solution to Dynamic Economic Dispatch Dynamic economic dispatch is an important variant of economic dispatch,where the the ramp constraints also considered .This software presents a simple way of implementing the quadaratic programming to solve the problem.


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Quadratic Programming Solution to Dynamic Economic Dispatch Download

Added: July 18, 2013 | Visits: 664

Economic emission dispatch This software solves the economic emission dispatch by quadratic programming.The fuel cost equations,emission coefficients ,Bmn coeffcients and the demand should be entered and the subroutien emield.m should be executed.


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (43): Economic emission dispatch Download

Added: June 13, 2013 | Visits: 593

Economic dispatch by quadratic programming This code solves the economic dispatch by quadratic programming.Monotonic quadratic Fuel cost equations with Bmn coefficients is considered this model.


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (41): Economic dispatch by quadratic programming Download

Added: July 28, 2013 | Visits: 823

Truck Dispatch Software for Scripts Save time, money and increase your customer satisfaction by using dispatch software. 100% free online, web-based dispatch software makes it easy to keep track of your vehicles.Easily view what each vehicle will be doing each day. Export the daily schedule to a printable spreadsheet file for your...


Platforms: PHP

License: Freeware Size: 92.16 KB Download (66): Truck Dispatch Software for Scripts Download

Released: December 12, 2012  |  Added: December 12, 2012 | Visits: 379

ctl-dispatch A cross-platform control dispatch framework used to manage distributed application infrastructures. For more information visit http://wiki.controltier.org/wiki/CTL.


Platforms: Windows, Mac, Linux

License: Freeware Size: 35.65 MB Download (47): ctl-dispatch Download

Added: September 02, 2013 | Visits: 454

Log::Dispatch::FileShared This module provides an output class for logging to shared files under the Log::Dispatch system. Log messages are written using the flock file locking mechanism on a per write basis which means that this module is suitable for sharing a log file in a multitasking environment.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): Log::Dispatch::FileShared Download

Added: September 04, 2010 | Visits: 2.144

IRC::Bot::Help IRC::Bot::Help is a module to dispatch help for IRC::Bot. SYNOPSIS use IRC::Bot::Help; my $seen = IRC::Bot::Help->new(); # later on... # User asks for help in DCC CHAT sub on_dcc_chat { my ( $kernel, $id, $who, $msg ) = @_[ KERNEL, ARG0, ARG1, ARG3 ]; my $nick = ( split /!/, $who...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (232): IRC::Bot::Help Download

Added: May 21, 2010 | Visits: 1.040

Content Dispatcher Content Dispatcher project will dispatch content over many plone sites in one click. Let a content to be dispatch over many plone sites in one click..


Platforms: *nix

License: Freeware Size: 95.23 KB Download (126): Content Dispatcher Download

Added: February 17, 2010 | Visits: 911

Class::DispatchToAll Class::DispatchToAll Perl module can dispatch a method call to all inherited methods. SYNOPSIS package My::Class; our @ISA=qw(SomeClass SomeOtherClass More::Classes); use Class::DispatchToAll qw(dispatch_to_all); my $self=bless {},My::Class # not a proper constructor, I know.. # this...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Class::DispatchToAll Download

Solution to Economic Dispatch by Artificial Bee colony Algorithm This software contains one example taken from the reference paper given with this program..By running the file P1.m as they are in the default ABC-eld folder the economic dispatch problem can be solved. The allocation minimum fuel cost and transmission losses are determined. By running the...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (55): Solution to Economic Dispatch by Artificial Bee colony Algorithm Download

Added: May 03, 2013 | Visits: 386

Improved PSO program to solve Economic Dispatch This software contains one example taken from the reference paper given with this program. By running the programs as they are in the default pso folder the economic dispatch problem can be solved. The allocation minimum fuel cost and transmission losses are determined. By running the program the...


Platforms: Matlab

License: Freeware Size: 143.36 KB Download (45): Improved PSO program to solve Economic Dispatch Download

1 2 3 4 5 >