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

Aurto Log Off freeware
Filter: All | Freeware | Demo
 

Aurto Log Off

< 1 2 3 4 5 
Released: May 10, 2011  |  Added: May 19, 2011 | Visits: 1.178

Eight Off Freecell Freecell is a very challenging game. So, what do you do if you're in the mood for something a little easier? You play "Eight Off" Freecell. Eight Off Free Cell is just like regular Freecell except, well...you get eight free cells instead of just four. This means that you can move around a...



Platforms: Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Not Applicable,Handheld/Mobile Other,Java

License: Freeware Size: 2.79 MB Download (121): Eight Off Freecell Download

Added: August 29, 2008 | Visits: 1.079

BackUp Maker 5.1 SE BackUp Maker is the professional solution for creation of data-backups. The ease of use as well as the range of functions enable you to create backup tasks for saving files and folders with a lack of time. Once the backup task has been configured you may forget backup creation confidently -...





Platforms: Windows

License: Freeware Size: 3.39 KB Download (119): BackUp Maker 5.1 SE Download

Added: February 17, 2010 | Visits: 1.374

PostgreSQL Table Log PostgreSQL Table Log contains functions that allow you to log PostgreSQL table inserts, updates, and deletes into another table. This can be used to recover the state of the logged table or to recover specific rows from a given time period. Whats New in This Release: - This version now...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (115): PostgreSQL Table Log Download

Added: August 22, 2010 | Visits: 1.464

Visitors Web Log Analyzer Visitors is a very fast web log analyzer for Linux, Windows, and other Unix-like operating systems. It takes as input a web server log file, and outputs statistics in form of different reports. The design principles are very different compared to other software of the same type: No installation...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (114): Visitors Web Log Analyzer Download

Added: November 22, 2010 | Visits: 1.458

Off-the-Record Messaging Off-the-Record Messaging is a Pidgin plugin that allows you to have private conversations over instant messaging by providing: Encryption No one else can read your instant messages. Authentication You are assured the correspondent is who you think it is. Deniability The messages you...


Platforms: *nix

License: Freeware Size: 399.36 KB Download (111): Off-the-Record Messaging Download

Added: April 07, 2010 | Visits: 1.191

IPTables log analizer IPTables log analizer displays Linux 2.4 iptables logs (rejected, acepted, masqueraded packets...) in a nice HTML page (it support rough netfilter logs but also Shorewall and Suse Firewall logs). This page shall be easy to read and understand to reduce the manual analysis time. This page...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (111): IPTables log analizer Download

Added: August 13, 2008 | Visits: 1.009

HSLAB Force Down Personal Free The program is intended for fast and guaranteed execution of Windows Shutdown if there is a plenty of open applications. Allows to fulfil: - Accelerated command Shutdown; - Normal command Shutdown; - Accelerated command Shutdown and Restart; - Normal command Shutdown and Restart; - Command Log...


Platforms: Windows

License: Freeware Size: 1.67 KB Download (110): HSLAB Force Down Personal Free Download

Added: August 07, 2008 | Visits: 719

IP_NetLogoff Automatically log off users when they abandon their stations. Adjustable modes allow for different log off styles such as logoff, shutdown, and reboot. Never walk by an un-secured workstation again. With today's security climate and increasing security threats, this is a simple hole to...


Platforms: Windows

License: Freeware Size: 4.24 MB Download (109): IP_NetLogoff Download

Added: August 22, 2010 | Visits: 1.092

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: January 22, 2010 | Visits: 1.947

SVN::Log::Index SVN::Log::Index is a Perl module that can index and search over Subversion commit logs. SYNOPSIS my $index = SVN::Log::Index->new({ index_path => /path/to/index }); if($creating) { # Create from scratch if necessary $index->create({ repo_url => url://for/repo }); } $index->open(); # And...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (109): SVN::Log::Index Download

Added: June 22, 2010 | Visits: 1.171

HTTPD::Log::Filter HTTPD::Log::Filter is a Perl module to filter entries out of an httpd log. SYNOPSIS my $hlf = HTTPD::Log::Filter->new( exclusions_file => $exclusions_file, agent_re => .*Mozilla.*, format => ELF, ); while( <> ) { my $ret = $hlf->filter( $_ ); die "Error at line $.: invalid log...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): HTTPD::Log::Filter Download

Added: August 30, 2008 | Visits: 815

UserHealth Perfect program for all computer users that spend several hours in front of the computer without breaks or pauses. It is also ideal for everybody that has difficulties in going to bed in time. The purpose of this program is to be your silent health and sleep supervisor! What UserHealth actually...


Platforms: Windows

License: Freeware Size: 823 KB Download (106): UserHealth Download

Added: August 06, 2010 | Visits: 1.199

Log::Log4perl::Layout::PatternLayout Log::Log4perl::Layout::PatternLayout Perl module contains a pattern layout. SYNOPSIS use Log::Log4perl::Layout::PatternLayout; my $layout = Log::Log4perl::Layout::PatternLayout->new( "%d (%F:%L)> %m"); Creates a pattern layout according to...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (105): Log::Log4perl::Layout::PatternLayout Download

Added: July 15, 2010 | Visits: 699

Log::Log4perl Log::Log4perl is a Log4j implementation for Perl. SYNOPSIS # Easy mode if you like it simple ... use Log::Log4perl qw(:easy); Log::Log4perl->easy_init($ERROR); DEBUG "This doesnt go anywhere"; ERROR "This gets logged"; # ... or standard mode for more features:...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (105): Log::Log4perl Download

Added: November 17, 2010 | Visits: 935

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

Released: November 09, 2012  |  Added: December 04, 2012 | Visits: 1.170

Legit Log Viewer If you are still using utilities like the very basic Notepad to view log files, then you will find a log file viewer to be a vast improvement, providing everything that you need to work with log files of just about any type. Even in the unlikely event that you find a specific log file format is...


Platforms: Windows

License: Freeware Size: 1.8 MB Download (104): Legit Log Viewer Download

Added: January 18, 2010 | Visits: 1.593

Strato Log Download Strato Log Download is a small Perl script intended to download logfiles from Web accounts from Strato hosted sites. The problem is that the normal download interface is interactive, and that only about six weeks are kept on the server. So without scripting, youre likely to lose valuable log...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): Strato Log Download

Added: August 24, 2008 | Visits: 1.161

Web Log Monitor Free Web log analyzer, monitor for SEO, includes C++ source code, track ISP, referrers, program downloads, icon views.Measures unique visits, most commonly viewed pages. Tailored for a specific need, so must be modified for other web sites. Using this weblog, I've gotten better than 38%...


Platforms: Windows

License: Freeware Size: 822 KB Download (103): Web Log Monitor Download

Released: July 18, 2012  |  Added: August 26, 2012 | Visits: 1.066

Turn Off Timer Turn Off Timer is a simple utility programmed in java that allows the user to set a amount of time before the computer shuts down or restarts when the timer gets.


Platforms: Windows

License: Freeware Size: 476.82 KB Download (103): Turn Off Timer Download

Released: April 14, 2011  |  Added: April 21, 2011 | Visits: 1.403

Chameleon Shutdown Lite Chameleon Shutdown allows you to switch off, restart, hibernate the computer and perform other operations both immediately and when certain conditions are met (specific time, delay, idle time, CPU usage, closure of a certain program). You can add multiple conditions without limitation. The...


Platforms: Windows

License: Freeware Size: 2.29 MB Download (102): Chameleon Shutdown Lite Download

< 1 2 3 4 5