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

The Columbus Dispatch Obituary freeware
Filter: All | Freeware | Demo
 

The Columbus Dispatch Obituary

1 2 3 4 5 > 
Added: June 13, 2013 | Visits: 595

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: September 02, 2013 | Visits: 456

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: November 14, 2010 | Visits: 970

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.097

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.440

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.096

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: November 17, 2010 | Visits: 938

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

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: 387

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

Added: August 11, 2013 | Visits: 336

Solution to Economic Dispatch by simulated annealing This software contain one example By running the program test1.m as it is in the default folder the economic dispatch problem is solved. The allocation minimum fuel cost and transmission losses can be determined. The Example system is taken from the book Power System Analysis by Prof Haadi Sadaat...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Solution to Economic Dispatch by simulated annealing Download

Added: August 31, 2013 | Visits: 409

Solution to Economic Dispatch by Differential evolution This software contains one example taken from the reference paper given with this program.By running the program detest1.m as they are in the default deevol1 folder the economic dispatch problem can be solved. A six bus system with Bmn coefficients is considered for simulations The allocation...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): Solution to Economic Dispatch by Differential evolution Download

Added: September 05, 2013 | Visits: 583

PSO solution to economic dispatch This software contains two examples psotest.m and psotest.1.By running the programs(psotest.m or psotest1.m) as they are in the default pso1 folder the economic dispatch problemcan be solved. The allocation minimum fuel cost and transmission losses are determined.3. I am using the PSOt, particle...


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (42): PSO solution to economic dispatch Download

Added: July 20, 2010 | Visits: 1.014

ferrisfuse ferrisfuse is a FUSE module for mounting libferris filesystems through the Linux kernel. About libferris In non technical terms libferris makes the file system and other hierarchical storage systems easier to use. For the geeks out there, libferris is a virtual file system (VFS) that runs in...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (91): ferrisfuse Download

Added: July 26, 2010 | Visits: 794

Log::Log4perl::JavaMap Log::Log4perl::JavaMap is a Perl module that maps java log4j appenders to Log::Dispatch classes. SYNOPSIS ############################### log4j.appender.FileAppndr1 = org.apache.log4j.FileAppender log4j.appender.FileAppndr1.File = /var/log/onetime.log log4j.appender.FileAppndr1.Append =...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (88): Log::Log4perl::JavaMap Download

Added: August 02, 2010 | Visits: 1.116

Debug::Message Debug::Message is a Perl module that eases the use of debug print with level, indentation and color. SYNOPSIS use Debug::Message; use Log::Dispatch; use Log::Dispatch::Screen; my $dispatcher = Log::Dispatch->new; $dispatcher->add( Log::Dispatch::Screen->new( name => screen, min_level =>...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): Debug::Message Download

Added: January 25, 2010 | Visits: 1.012

OnlyColumbus RSS Widget The OnlyColumbus RSS Widget reads the RSS feed from OnlyColumbus.com; a free classifieds and event listings website servicing the Columbus, Ohio area.Visit our site for additional City Widgets.


Platforms: Mac

License: Freeware Download (95): OnlyColumbus RSS Widget Download

Added: July 27, 2010 | Visits: 620

Peers Peers is a distributed programming toolkit designed for building peer-to-peer systems. The toolkit is a hybrid language project which offers low level primitives for managing concurrency and communication. Using these primitives, complex P2P protocols and complete systems can be designed and...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (93): Peers Download

Added: May 08, 2010 | Visits: 760

Template::Plugin::Heritable Template::Plugin::Heritable is a Perl module with OO dispatching and inheritance for templates. SYNOPSIS [% USE Heritable %] [%# searches providers for a "view" template method on class (which should be a metamodel object, eg someobj.meta in Perl 6) %] [% Heritable.include(class, "view",...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Template::Plugin::Heritable Download

Released: February 05, 2014  |  Added: August 10, 2014 | Visits: 3.206

Columbus Columbus is a smart and powerful web browser software with useful built-in features addressing functionality, usability, searching, security, customization, saving, taking shortcuts and accessing the Internet. This web-browser fits more than one type of user - it can offer a quick, reliable...


Platforms: Windows, Windows 8, Windows 7, Other

License: Freeware Size: 12.31 MB Download (148): Columbus Download

Added: May 07, 2010 | Visits: 1.075

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

1 2 3 4 5 >