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

Columbus Dispatch Jobs freeware
Filter: All | Freeware | Demo
 

Columbus Dispatch Jobs

< 1 2 3 4 5 > 
Added: July 16, 2010 | Visits: 1.137

GEXEC GEXEC is a scalable cluster remote execution system which provides fast, RSA authenticated remote execution of parallel and distributed jobs. It provides transparent forwarding of stdin, stdout, stderr, and signals to and from remote processes, provides local environment propagation, and is...



Platforms: *nix

License: Freeware Size: 112.64 KB Download (97): GEXEC Download

Added: May 06, 2010 | Visits: 782

Runabout The Runabout is an extension of the Java libraries that adds two-argument multi-dispatch to Java without changing the language or the VM. It uses reflection to find visit methods, which are invoked using dynamically generated and loaded code. The Runabout does not need a special compiler or...





Platforms: *nix

License: Freeware Size: 28.67 KB Download (90): Runabout Download

Added: July 14, 2010 | Visits: 1.777

Anarchist Anarchist project is a tactics RPG. Anarchist is a tactics RPG written in Java. It draws heavy influence from Final Fantasy Tactics in the way combat works. It is designed to run on any platform and have minimal system requirements. Anarchist is copyrighted under the GNU General Public License....


Platforms: *nix

License: Freeware Size: 133.12 KB Download (114): Anarchist Download

Added: April 20, 2010 | Visits: 1.163

Email Email sends email to remote SMTP servers via the command line, which makes it useful in cron jobs. It will send to any RFC standard remote ESMTP server, and will allow you to encrypt, sign, and design your message on the fly. It has the capability to use signature files with dynamic options,...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (105): Email Download

Added: November 23, 2010 | Visits: 1.355

Thread::Pool Thread::Pool contains group of threads for performing similar jobs. SYNOPSIS use Thread::Pool; $pool = Thread::Pool->new( { optimize => cpu, # default: memory pre => sub {shift; print "starting worker with @_n", do => sub {shift; print "doing job for @_n"; reverse @_}, post => sub...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (103): Thread::Pool Download

Added: June 17, 2010 | Visits: 800

Surumi Surumi project is a modular event-driven programming framework. It offers a generic and uniform interface. You certainly heard of event-driven programming, but in any window system, those events are usually bound on ``window objects and very few pre-defined events could be chosen. Yes, I know...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (90): Surumi Download

Added: July 03, 2010 | Visits: 987

phpaga phpaga is a fully templatable Web-based project, task, invoice, and quotation management system, providing a centralized way to keep on top of your day-to-day jobs and activities. Its features include printing invoices, quotations, and task lists to PDF, productivity statistics on a per project...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (116): phpaga Download

Added: July 26, 2010 | Visits: 790

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 (87): Log::Log4perl::JavaMap Download

Added: February 24, 2010 | Visits: 890

XML::XMetaL XML::XMetaL is a Perl module with dispatch class for XML::XMetaL development framework. The XML::XMetaL class is a dispatcher for XMetaL customization handlers. XML:XMetaL objects are singletons. There can be only one XML::XMetaL object instantiated at any one time. If an XML::XMetaL object...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (107): XML::XMetaL Download

Added: April 03, 2010 | Visits: 952

Rose::Object::MakeMethods::Generic Rose::Object::MakeMethods::Generic is a Perl module that can create simple object methods. SYNOPSIS package MyObject; use Rose::Object::MakeMethods::Generic ( scalar => [ power, error, ], scalar --get_set_init => name, boolean --get_set_init => is_tall, boolean => [ is_red,...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (91): Rose::Object::MakeMethods::Generic Download

Added: February 21, 2010 | Visits: 636

doublecpp Doublecpp project is a preprocessor for C++ that handles a new linguistic construct for defining branches of a multi-method. The "right branch of such a method will be selected dynamically at run-time according to the actual type of the object on which the method is invoked and to the actual...


Platforms: *nix

License: Freeware Size: 542.72 KB Download (89): doublecpp Download

Added: June 22, 2010 | Visits: 1.220

Puppet Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and...


Platforms: *nix

License: Freeware Size: 624.64 KB Download (94): Puppet Download

Added: April 03, 2010 | Visits: 797

Class::Multimethods::Pure Class::Multimethods::Pure is a Perl module that contains a method-ordered multimethod dispatch. SYNOPSIS use Class::Multimethods::Pure; package A; sub magic { rand() > 0.5 } package B; use base A; package C; use base A; BEGIN { multi foo => (A, A) => sub { "Generic catch-all"; };...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (87): Class::Multimethods::Pure Download

Added: July 07, 2010 | Visits: 561

Screenie Screenie is a small and lightweight screen frontend that is designed to be a session handler that simplifies the process of administrating detached jobs by providing an interactive menu..


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Screenie Download

Added: July 09, 2010 | Visits: 1.257

Gherkin Gherkin is a Web-enabled, multi-threaded, centralized security scan manager that incorporates Nessus vulnerability scanning, DNS and nmblookup name resolution, and Nmap fingerprinting and scanning. Gherkin is _not_ coded in a secure manner, and is most definately exploitable. Considering this...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (98): Gherkin Download

Added: August 22, 2010 | Visits: 1.264

Parallel::Queue 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....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Parallel::Queue Download

Added: January 25, 2010 | Visits: 603

timeLoop timeLoop is a system daemon that will run missed cron jobs due to the computer being asleep/shutdown. No configuration required.


Platforms: Mac

License: Freeware Size: 57 KB Download (88): timeLoop Download

Released: April 02, 2011  |  Added: August 03, 2011 | Visits: 1.297

Word Print Buttons With this Add-In for MS-Word you can build up to 24 free configurable toolbar buttons for printing. For each of them you can define the printer, the tray for the first page, the tray for the other pages, the duplex option and much more. Includes stamp function. So for example you can create:...


Platforms: Windows

License: Freeware Cost: $70.00 USD Size: 5.05 MB Download (105): Word Print Buttons Download

Released: December 05, 2011  |  Added: December 21, 2011 | Visits: 1.392

GreenCloud Printer Eco-friendly printer driver to save money on your daily print jobs. Save 33% in average of paper, ink and toner without any compromise on quality. Create Pdf files. Use the same preview printing dialog whatever the software you are using. GreenCloud Printer is a virtual driver for your printer....


Platforms: Windows

License: Freeware Size: 18.02 MB Download (105): GreenCloud Printer Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 985

Gaminator-multigame Novomatic slot machine emulator Game list: * Always Hot * Bananas Go Bahamas * Beatle Mania * Book Of Ra * Columbus * Dolphins Pearl * Just Jewels * Hot Target * Lucky Lady Charm * Magic Money * Marco Polo * Money Game * Olivers Bar * Pharaohs Gold II * Queen Of Hearts * Riches Of India * Roller...


Platforms: Windows

License: Freeware Size: 91.94 MB Download (127): Gaminator-multigame Download

< 1 2 3 4 5 >