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

Demonstration Jobs freeware
Filter: All | Freeware | Demo
 

Demonstration Jobs

< 1 2 3 4 5 > 
Added: August 02, 2008 | Visits: 596

RKopie RKopie is a program to create and manage customized backup jobs. It can create zip compatible archive files, span across disks, delete redundant files in the backup archive and more.



Platforms: Windows

License: Freeware Size: 782 KB Download (101): RKopie Download

Added: November 19, 2013 | Visits: 4.165

GNU Queue GNU Queue is a load-balancing system that lets users control their remote jobs in an intuitive, transparent and nearly seamless way. This is done with local shell job control and signaling and with Queue's innovative proxy deamon mechanism. Queue can be used as a local replacement for rsh to...





Platforms: *nix

License: Freeware Size: 746 KB Download (247): GNU Queue Download

Added: August 06, 2008 | Visits: 1.203

DreamJob.com.au Job Search Toolbar Job Search Toolbar that allows you to search thousands of jobs.Search Term HighlightingEasy Uninstall, no spy ware!


Platforms: Windows

License: Freeware Size: 257 KB Download (92): DreamJob.com.au Job Search Toolbar Download

Added: August 17, 2008 | Visits: 2.392

Task Manager 2007 Use Orbisoft's latest award-winning Task Manager 2007(tm) task management software to get organized and manage all your team's jobs and tasks effortlessly. Task Manager 2007 can be used personally or in a team environment to track personal and shared tasks, jobs (including customer jobs) and...


Platforms: Windows

License: Freeware Size: 15.09 KB Download (309): Task Manager 2007 Download

Added: August 10, 2010 | Visits: 958

Graidle Graidle (Graph aid), is a project that is proposed to create an application web for the realization of graph; it comes divided in four parts: Graidle Fx proposed like didactic instrument for the visualization of diagrams of function to one variable; Graidle SQL Friendly assists the creation of...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): Graidle Download

Added: July 16, 2010 | Visits: 1.138

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: July 14, 2010 | Visits: 1.779

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

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

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: July 03, 2010 | Visits: 989

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: April 03, 2010 | Visits: 955

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 (97): Rose::Object::MakeMethods::Generic 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: July 07, 2010 | Visits: 565

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

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: May 10, 2013 | Visits: 888

Scintilla Scintilla is a free source code editing component. It comes with complete source code and a license that permits use in any free project or commercial product. As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging...


Platforms: *nix, C/C++, BSD

License: Freeware Download (109): Scintilla Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 1.411

B::Tree B::Tree is a simplified version of B::Graph for demonstration. SYNOPSIS perl -MO=Tree program | dot -Tps > tree.ps This is a very cut-down version of B::Graph; it generates minimalist tree graphs of the op tree of a Perl program, merely connecting the op nodes and labelling each node with...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (100): B::Tree 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 (93): Parallel::Queue Download

Added: August 26, 2010 | Visits: 1.411

Jasmin Jasmin software distribution includes an implementation of the Script MIB according to RFC 2592 with a Java runtime engine, a selection of demonstration scripts, a Java package called "scriptmib" supporting the development of manager applications for the Script MIB, Smurf, a graphical user...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (186): Jasmin Download

Added: January 25, 2010 | Visits: 604

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

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

< 1 2 3 4 5 >