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

Fast Scan software
Filter: All | Freeware | Demo
 

Fast Scan

< 1 2 3 4 5 > 
Released: June 25, 2014  |  Added: July 20, 2014 | Visits: 2.086

A-PDF Scan and Split A-PDF Scan and Split is an utility that lets you batch scan large volumes, unrelated documents and then create multiple PDF files separated base on blank page or barcode page. It also work with PDF files scanned already. It is a idea solution when you have a batch scanner and need scan a... Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 4.46 MB Download (136): A-PDF Scan and Split Download

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

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.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: 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 15, 2010 | Visits: 2.362

mdns-scan mdns-scan is a tool for scanning for mDNS/DNS-SD published services on the local network. mdns-scan issues a mDNS PTR query to the special RR _services._dns-sd._udp.local for retrieving a list of all currently registered services on the local link. mdns-scan is not a good mDNS citizen since it... Platforms: *nix

License: Freeware Size: 16.38 KB Download (156): mdns-scan Download

Added: June 24, 2010 | Visits: 1.749

Antivirus Scan with F-Prot Antivirus Scan with F-Prot is a simple servicemenu for konqueror that allows to scan single or multiple files and folders using the F-Prot Antivirus. Antivirus Scan with F-Prot shows the result of the scanning in a textbox using kdialog. It can also show the progress of the scanning in a... Platforms: *nix

License: Freeware Download (142): Antivirus Scan with F-Prot 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: August 25, 2010 | Visits: 1.171

C::Scan C::Scan is a Perl module that can scan C language files for easily recognized constructs. SYNOPSIS $c = new C::Scan filename => $filename, filename_filter => $filter, add_cppflags => $addflags; $c->set(includeDirs => [$Config::Config{shrpdir}]); my $fdec = $c->get(parsed_fdecls); This... Platforms: *nix

License: Freeware Size: 14.34 KB Download (112): C::Scan Download

Added: January 14, 2010 | Visits: 1.067

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

Port Scan Attack Detector The Port Scan Attack Detector (psad) is a collection of three system daemons that are designed to work with the Linux Netfilter firewalling code to detect port scans and other suspect traffic. Port Scan Attack Detector project features a set of highly configurable danger thresholds (with... Platforms: *nix

License: Freeware Size: 460.8 KB Download (146): Port Scan Attack Detector Download

Added: February 27, 2010 | Visits: 974

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

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: March 09, 2010 | Visits: 1.831

Parallel Network Scanner Parallel Network Scanner provides a fast network services scanner. pnscan is a scanner for TCP network services. It uses multithreading to increase its speed. pnscan tries to be smart as to how many threads to start - it will dynamically start only as many as is needed to make progress in the... Platforms: *nix

License: Freeware Size: 14.34 KB Download (106): Parallel Network Scanner Download

Added: May 22, 2010 | Visits: 1.754

Login Scan Login Scan fusion provides an adaptation theme from kdm fusion. This is a adaptation of the theme for kde "fusion for GDM.. Platforms: *nix

License: Freeware Size: 2 MB Download (121): Login Scan Download

Added: April 08, 2010 | Visits: 1.715

arp-scan arp-scan sends ARP (Address Resolution Protocol) queries to the specified targets, and displays any responses that are received. It allows any part of the outgoing ARP packets to be changed, allowing the behavior of targets to non-standard ARP packets to be examined. The IP address and hardware... Platforms: *nix

License: Freeware Size: 266.24 KB Download (177): arp-scan 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

< 1 2 3 4 5 >