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

Fast Copying software
Filter: All | Freeware | Demo
 

Fast Copying

< 1 2 3 4 5 > 
Released: May 16, 2014  |  Added: May 27, 2014 | Visits: 4.182

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: December 07, 2006  |  Added: December 07, 2006 | Visits: 2.811

Start Menu Fast Start Menu Fast is utility which helps you find your programs in the Windows Start Menu faster. Do you have many programs in your START menu? Do you have situations where you know the name of the program, but cannot find the program in your large START menu? If you can say YES, then you...





Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 875.38 KB Download (471): Start Menu Fast Download

Released: November 07, 2007  |  Added: December 04, 2007 | Visits: 2.830

The Fast File Encryptor The Fast File Encryptor is designed for fast processing of extremely large files. It can encrypt or decrypt files, contents of folders and contains a lot of additional tools. The Fast File Encryptor presents a flexible user interface with detailed messages about all operations. The Fast...


Platforms: Windows

License: Shareware Cost: $29.99 USD Size: 1.74 MB Download (852): The Fast File Encryptor Download

Released: November 12, 2010  |  Added: April 21, 2011 | Visits: 2.331

Fast Sound Recorder Fast Sound Recorder, the powerful sound recorder and editor, makes a complete recording studio of your computer. With the recorder you can record voice from microphone, internet streaming audio, or music played by Winamp, Windows Media Player, Quick Time, Real Player, Flash, games, etc. Fast...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 976.56 KB Download (319): Fast Sound Recorder Download

Added: August 09, 2008 | Visits: 996

Hope CDA Sound AC3 to DVD-Audio Copying Hope CDA Sound AC3 to DVD-Audio Copying - If you are a network administrator, find MP3 files that users hide on servers hogging up space. Hope CDA Sound AC3 to DVD-Audio Copying - If you are a network administrator, find MP3 files that users hide on servers hogging up space. Convert MP3, CD, CDA,...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 5.65 KB Download (642): Hope CDA Sound AC3 to DVD-Audio Copying Download

Released: January 25, 2024  |  Added: February 07, 2024 | Visits: 6.378

Fast File Encryptor Fast File Encryptor is MS Windows compatible software designed for fast processing of extremely large files. It can encrypt and decrypt files, contents of folders using any file as a password. Fast File Encryptor contains a lot of additional tools and presents a flexible user interface with...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $24.95 USD Size: 859 KB Download (1307): Fast File Encryptor Download

Added: May 05, 2010 | Visits: 1.173

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: May 11, 2010 | Visits: 1.301

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

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

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

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

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

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

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

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

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

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

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

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

Released: August 01, 2010  |  Added: August 11, 2010 | Visits: 888

Fast Notepad Fast Notepad is a handy and easy-to-use tool designed for text records. You can quickly record, save, search for any text, note and article. Support unlimited capacity database, one key to quickly add text.


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 3.03 MB Download (102): Fast Notepad Download

< 1 2 3 4 5 >