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

Dirty Jobs freeware
Filter: All | Freeware | Demo
 

Dirty Jobs

< 1 2 3 4 5 > 
Added: August 25, 2008 | Visits: 876

UltraAdmin Confronted daily by burdensome tasks like resetting passwords, rebooting computers, scheduling jobs, updating group memberships, and reporting on users, then sifting through all the different tools and interfaces to do the job, makes Microsoft Windows domain and Active Directory management much...



Platforms: Windows

License: Freeware Size: 13.96 MB Download (103): UltraAdmin Download

Added: August 05, 2008 | Visits: 1.950

The MFC Console Framework The MFC Console Framework lets you write GUI programs that are almost as quick-and-dirty as console mode programs. Output goes to a scrolling listbox, something like a console mode window, input comes from menu items and dialog boxes. This framework isn't very useful for building end-user...





Platforms: Windows

License: Freeware Size: 24 KB Download (531): The MFC Console Framework Download

Added: August 02, 2008 | Visits: 595

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

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

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

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 03, 2013 | Visits: 599

libstldb4 libstldb4 library is a C++ wrapper for sleepycat db4 database. It uses the STL in the API where sensible, allows standard IOStreams for data access where sensible, e.g. getting the value of a key should be able to use an istream interface to allow simple partial value retreival, and moves the...


Platforms: *nix

License: Freeware Size: 4.29 MB Download (89): libstldb4 Download

Added: February 04, 2010 | Visits: 853

newrpms Another quick & dirty Perl hack for RPM-based Linux distributions. Scans a directory of packages and finds out which ones are newer than the installed versions. Its expecially useful if youre tracking the unstable branch of a distribution such as Fedora.. Bernardo Innocenti's Home Page


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): newrpms Download

Added: August 17, 2010 | Visits: 1.150

tbclock tbclock is a dirty little app that displays a full screen binary clock in your terminal (using curses). It doesnt support resizing (yet). It is quite simple and features modules like guessbin a little game and chrono a timer with tenth of seconds. It was a fun way to learn curses....


Platforms: *nix

License: Freeware Size: 11.26 KB Download (103): tbclock Download

Added: July 16, 2010 | Visits: 1.136

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 (91): GEXEC Download

Added: May 16, 2010 | Visits: 817

geelauncher Quick and dirty perl script to allow you to log directly into games via GDM, making sure you have the maximum RAM and CPU time for the game. It uses a simple XML config file to control its various options, and supports controlling driver settings for Nvidia cards. See the README for more info..


Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): geelauncher Download

Added: July 14, 2010 | Visits: 1.776

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

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: 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 24, 2010 | Visits: 755

SXP SXP stands for Simple XML Persistence, and is a quick-and-dirty C++ library I threw together. It provides a simple (I hope) mechanism for enabling the objects in your application to persist themselves (i.e. read from and write to) to a XML file. SXP is built as a C++ wrapper around James Clarks...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): SXP Download

Added: April 03, 2010 | Visits: 949

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

< 1 2 3 4 5 >