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

Fast Windows Boot freeware
Filter: All | Freeware | Demo
 

Fast Windows Boot

< 1 2 3 4 5 
Added: August 17, 2008 | Visits: 3.868

Disco de Inicio Windows 98 (OEM) There are few more important or essential things for your PC than a system start-up disk, for that day when your PC won`t start because it`s crashed (something all users know happens).For this Start-Up Disk Windows 98 (OEM) is an absolutely essential tool, generating all the files necessary to...



Platforms: Windows

License: Freeware Size: 8 KB Download (1021): Disco de Inicio Windows 98 (OEM) Download

Released: October 06, 2008  |  Added: October 10, 2008 | Visits: 2.451

Ease Text to Pdf Converter Ease Text to Pdf Converteris a free software designed to convert text to Adobe PDF files. It does NOT need Adobe Acrobat software.Convert Text documents to Pdf format, Fast, Accurate, Free . Support all Windows platforms, Win95/98/ME/NT/2000/XP/2003/Vista.





Platforms: Windows

License: Freeware Size: 1.68 MB Download (187): Ease Text to Pdf Converter Download

Released: March 25, 2011  |  Added: April 02, 2011 | Visits: 5.982

QtWeb Internet Browser QtWeb is a fast, secure, compact and portable web browser with some unique user interface and privacy features. QtWeb is free, non-commercial and open source project based on Qt framework and WebKit rendering engine (used in Safari and Chrome). Customizable User Interface: Change Application...


Platforms: Windows, Mac, *nix

License: Freeware Size: 7.27 MB Download (538): QtWeb Internet Browser Download

Released: September 26, 2009  |  Added: October 01, 2009 | Visits: 1.847

Windows Problem Modern day Windows computers are very complex but unfortunately far from perfect. Over time with the installation and removal of games, programs, software and hardware your computer can experience windows problems. Windows problems can make your computer perform very slowly. This can be on...


Platforms: Windows

License: Freeware Size: 905.27 KB Download (231): Windows Problem Download

Added: May 05, 2010 | Visits: 1.163

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 (98): Set::IntSpan::Fast Download

Added: April 17, 2010 | Visits: 2.017

Fast Audio Playlist Generator FAPG is a tool to generate list of audio files (WAV, MP3, Ogg, etc.) in various formats (M3U, PLS, HTML, etc). It is very useful for quickly creating a playlist of a large number of audio files. It is coded in C to be as fast as possible, and does not use any specific audio library (like...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (167): Fast Audio Playlist Generator Download

Added: April 15, 2010 | Visits: 1.713

Dariks Boot and Nuke Dariks Boot and Nuke is short DBAN is a self-contained boot floppy that securely wipes the hard disks of most computers. DBAN will automatically and completely delete the contents of any hard disk that it can detect, which makes it an appropriate utility for bulk or emergency data destruction..


Platforms: *nix

License: Freeware Size: 1.9 MB Download (182): Dariks Boot and Nuke Download

Added: May 11, 2010 | Visits: 1.294

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: September 08, 2010 | Visits: 1.757

BUM - Boot-Up Manager BUM - Boot-Up Manager is a Perl-Gtk2 application to handle runlevels configuration of any debian derivative system. With this program the user will easily start and stop boot-up scripts, without the necessity to handle thru complex links and permissions. Boot-Up Manager has been tested on an...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (161): BUM - Boot-Up Manager Download

Added: October 27, 2010 | Visits: 1.716

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

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

Added: January 14, 2010 | Visits: 1.058

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

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

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 (96): Fast Secure File System Download

Added: January 05, 2010 | Visits: 1.100

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

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: 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: January 20, 2010 | Visits: 3.093

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

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: July 18, 2010 | Visits: 3.769

Trinity Rescue Kit 3.2 build Trinity Rescue Kit or TRK is a 100% free CD bootable Linux distribution aimed specifically at offline operations for Windows and Linux systems such as rescue, repair, password resets and cloning, with the ability to update itself. It has custom tools to easily recover data such as deleted...


Platforms: *nix

License: Freeware Size: 104.5 MB Download (348): Trinity Rescue Kit 3.2 build Download

< 1 2 3 4 5