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

Fast Zero Overwrite freeware
Filter: All | Freeware | Demo
 

Fast Zero Overwrite

1 2 3 4 5 > 
Released: November 29, 2013  |  Added: January 30, 2014 | Visits: 1.375

Data Sweeper Pro Data Sweeper Pro is a lightweight, fast and easy to use file shredder which provides you a safe way to dispose of any file for good. If you need to get rid of sensitive private information such as bank statements, ID papers, credit card information then Data Sweeper Pro is a must have.... Platforms: Windows, Windows 7

License: Freeware Size: 1.71 MB Download (51): Data Sweeper Pro Download

Added: September 16, 2010 | Visits: 1.357

Zero Install The Zero Install system makes software installation not merely easy, but unnecessary. Users run their applications directly from the Internet from the software authors pages. Caching makes this as fast as running a normal application after the first time, and allows off-line use.. Platforms: *nix

License: Freeware Size: 112.64 KB Download (103): Zero Install Download

Released: December 05, 2012  |  Added: December 05, 2012 | Visits: 766

Fast Food Zoo Welcome to Hustle Burger, the most addictive fast-food joint in town! Cute little animals wander in and it’s up to you to get their orders right … and fast! Quickly give them exactly what they order, and they’ll leave with a smile. Disappoint them with slow service or the wrong food and... Platforms: Windows

License: Freeware Size: 8.51 MB Download (563): Fast Food Zoo Download

Added: October 24, 2006 | Visits: 6.473

Super Fast Shutdown Have you ever wished there was a faster way to shutdown your Windows 2000 or Windows XP computer system? I mean instantly shut it down! Now you can! Just install Super Fast Shutdown and click on one of the desktop icons created to reboot or shutdown instantly Platforms: Windows

License: Freeware Size: 265 KB Download (979): Super Fast Shutdown Download

Released: May 16, 2014  |  Added: May 27, 2014 | Visits: 4.183

Fast Folder Access Fast Folder Access is a shell enhancement that gives you quick jump to your favorite folders in Common Open/Save dialogs, in Windows Explorer, the desktop and the Start Button.You access the Fast Folder menu by right-clicking anywhere in the File,Directory,directory background (right pane) of... Platforms: Windows, Windows 7

License: Freeware Size: 1.08 MB Download (237): Fast Folder Access Download

Released: October 21, 2012  |  Added: November 04, 2012 | Visits: 2.455

lyteRAD CE Build a wide variety of database applications from simple expense trackers to complete ERP solutions. The NoSQL database runs in memory and is lightning fast for searching information. A super simple wizard allows complex table and schema creation with little effort. The application designer... Platforms: Windows, *nix, Java

License: Freeware Size: 29.84 MB Download (154): lyteRAD CE Download

Added: May 05, 2010 | Visits: 1.176

Set::IntSpan::Fast Set::IntSpan::Fast is a Perl module for fast handling of sets containing integer spans. SYNOPSIS use Set::IntSpan::Fast; my $set = Set::IntSpan::Fast->new(); $set->add(1, 3, 5, 7, 9); $set->add_range(100, 1_000_000); print $set->as_string(), "n"; # prints 1,3,5,7,9,100-1000000 The... Platforms: *nix

License: Freeware Size: 102.4 KB Download (104): Set::IntSpan::Fast Download

Added: June 25, 2010 | Visits: 1.595

Zero Touch Linux Server Zero Touch Linux Server is the easiest way to setup your back office infrastructure. If you need mail server, file server or domain controller - ZTL is perfect for you. ZTL is now a FREE product that brings together the stability of Linux and the security of Trustix or 100% binary compatibility... Platforms: *nix

License: Freeware Size: 450 MB Download (151): Zero Touch Linux Server Download

Added: May 11, 2010 | Visits: 1.303

Fast Logging Project for Snort Fast Logging Project for Snort is designed to gather alerts with payload from distributed snort sensors on a central server and to store them in a database (MySQL and PostgreSQL are supported). On the sensor, the output is written to a process called sockserv. This process is threaded; one... Platforms: *nix

License: Freeware Size: 696.32 KB Download (101): Fast Logging Project for Snort Download

Added: October 27, 2010 | Visits: 1.727

Fast User Switch Applet Fast User Switch Applet is an applet for the GNOME 2.10 panel which allows for MacOS X-style menu-based user-switching. It integrates with GDM to switch between existing X11 sessions or create new ones as needed, and will show the same users as the GDM face browser. The applet can display... Platforms: *nix

License: Freeware Size: 522.24 KB Download (125): Fast User Switch Applet Download

Added: October 21, 2010 | Visits: 1.589

Fast Date Picker Fast Date Picker project is a calendar which is easy to integrate into pages that require the users to select a date like on travel sites. Written in ECMAScript, it responds faster to the users clicks than most of the server-side-based or Java-applet-based date pickers often found on travel... Platforms: *nix

License: Freeware Size: 4.1 KB Download (140): Fast Date Picker Download

Released: November 09, 2012  |  Added: March 30, 2013 | Visits: 2.067

Fast File Search Free Fast File Search Utility for Windows. Works with Windows XP onwards. This freeware utility lets you to search your files superfast and quick. Is of great use when searching something urgently. Platforms: Windows

License: Freeware Size: 4.43 MB Download (120): Fast File Search Download

Added: January 14, 2010 | Visits: 1.068

Fast OnlineUpdate for SuSE 0.15.0 Fast OnlineUpdate for SuSE is a replacement for SuSEs Yast OnlineUpdate (YOU). It uses the same update description files and is therefore a complete, lightweight alternative.. Platforms: *nix

License: Freeware Size: 86.02 KB Download (98): Fast OnlineUpdate for SuSE 0.15.0 Download

Added: February 27, 2010 | Visits: 975

Config::Fast Config::Fast is an extremely fast configuration file parser. SYNOPSIS # default config format is a space-separated file company "Supercool, Inc." support nobody@nowhere.com # and then in Perl use Config::Fast; %cf = fastconfig; print "Thanks for visiting $cf{company}!n"; print... Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Config::Fast Download

Added: April 27, 2010 | Visits: 2.012

Fast Secure File System Fast Secure File System exports existing directories securely over the network, letting users store and retrieve encrypted data in a scalable and transparent way. FSFS is written in C and works on GNU/Linux systems on x86 and PPC architectures, with help from FUSE and OpenSSL. File systems are... Platforms: *nix

License: Freeware Download (97): Fast Secure File System Download

Added: January 05, 2010 | Visits: 1.107

Class::Accessor::Fast::Contained Class::Accessor::Fast::Contained is a Perl module for fast accessors with data containment. SYNOPSIS package Foo; use base qw(Class::Accessor::Fast::Contained); # The rest is the same as Class::Accessor::Fast This module does two things differently to the venerable Class::Accessor::Fast... Platforms: *nix

License: Freeware Size: 5.12 KB Download (101): Class::Accessor::Fast::Contained Download

Added: July 22, 2010 | Visits: 1.261

Katapult-Fast Track Katapult-Fast Track project is a Katapult fork based on the KDE SVN repository. It fixes several outstanding issues of upstream Katapult. Unfortunately, Katapult development stagnated and no progress has been made upstream for half a year. Hopefully someone from the team will actually reply to my... Platforms: *nix

License: Freeware Size: 655.36 KB Download (101): Katapult-Fast Track Download

Added: January 20, 2010 | Visits: 3.102

Fast Messaging Peer to Peer Fast Messaging Peer to Peer (FM P2P) is a simple P2P program that forms a TCP-based overlay network by which a user may chat or share files. Why name this FastMessaging when its anything but fast? Simply put, it is a reference to the underlying functioning of the application. TCUP, the protocol... Platforms: *nix

License: Freeware Size: 655.36 KB Download (103): Fast Messaging Peer to Peer Download

Added: July 01, 2010 | Visits: 1.576

Fast MD5 Implementation in Java Fast MD5 Implementation in Java is a heavily optimized implementation of the MD5 hashing algorithm written in Java. Fast MD5 Implementation in Java includes an optional native method for even greater speed improvements. How Fast Is It? Short answer:Much faster than any other Java... Platforms: *nix

License: Freeware Size: 74.75 KB Download (176): Fast MD5 Implementation in Java Download

Added: February 19, 2010 | Visits: 1.538

W3MAIL - fast and small web-mail client W3MAIL - fast and small web-mail client written in PHP5. It provides easy webmail access to IMAP accounts and has very few requirements to install.. Platforms: *nix

License: Freeware Size: 60.42 KB Download (116): W3MAIL - fast and small web-mail client Download

1 2 3 4 5 >