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

Io Explorer freeware
Filter: All | Freeware | Demo
 

Io Explorer

1 2 3 4 5 > 
Added: September 02, 2006 | Visits: 4.060

DirectSeek Explorer Bar DirectSeek Explorer Bar (for Internet Explorer version 4.7 or higher) offers all the functionality of the DirectSeek program in a small package integrated with the Internet Explorer shell. DirectSeek Explorer Bar installs as an Internet Explorer Bar, similar with the Search, History, Favorites... Platforms: Windows

License: Freeware Size: 831 KB Download (235): DirectSeek Explorer Bar Download

Added: January 25, 2006 | Visits: 4.714

Registry Explorer Registry Explorer can be used to replace window's regedit. This software takes integration with windows to a new level. It is based on "shell extension" technology. After installing the software, your desktop will contain a new item named "Registry", that you can use to explore your registry... Platforms: Windows

License: Freeware Size: 1.33 MB Download (666): Registry Explorer Download

Added: March 25, 2006 | Visits: 5.316

Search toolbar for Internet Explorer This toolbar is built in the Internet Explorer (since version 5.0.) and allows to search using the following search engines: Google, Lycos, AltaVista, AllTheWeb, Yahoo, MSN, Netscape, AOL. The main requirement for toolbar - to be compact. Platforms: Windows

License: Freeware Size: 487 KB Download (151): Search toolbar for Internet Explorer Download

Added: May 11, 2006 | Visits: 3.712

WebShield for Internet Explorer Webshield for Internet Explorer adds functionality and security to your Internet Explorer. It is an advanced browser shell that speeds up your existing browser and protects you from annoying pop-ups and unwanted ads, and integrates the top search engines, allowing for searches of multiple sites... Platforms: Windows

License: Freeware Size: 5.13 MB Download (253): WebShield for Internet Explorer Download

Released: October 10, 2004  |  Added: November 16, 2006 | Visits: 5.476

Auction Explorer for eBay Auction Explorer is the first and only Internet Explorer Add-on for eBay. Now you have access to the advanced eBay search features right from within Internet Explorer. Easily save and navigate searches on your terms. You can even sync your eBay Watches and Bids with one click access! Stay on top... Platforms: Windows

License: Freeware Size: 1.97 MB Download (225): Auction Explorer for eBay Download

Released: May 19, 2013  |  Added: June 10, 2013 | Visits: 3.120

SE-Explorer SE-Explorer is a free and powerful file manager for Windows and a complete portable replacement of standard Windows Explorer. It has tabbed interface which made it possible to manipulate more than one directory or file view at the time, dual-panel file manager with two file windows side by... Platforms: Windows

License: Freeware Size: 624 KB Download (279): SE-Explorer Download

Released: April 24, 2013  |  Added: May 12, 2013 | Visits: 2.318

Arm Map Explorer Arm Map Explorer recreates all the functionalities of Google Maps on your desktop while expanding them with new extras. Map Explorer lets you locate and view any place on the planet using dynamic interactive maps. These maps are draggable, which means there is no need for you to click and wait... Platforms: Windows

License: Freeware Size: 5.46 MB Download (203): Arm Map Explorer Download

Released: September 22, 2009  |  Added: October 06, 2009 | Visits: 6.412

Disk Space Explorer Disk Space Explorer is a freeware interactive disk space analyzer that displays your hard drive with clickable charts, allowing you to spot files and folders that are the most space consuming, and also get an overall idea of how your disk space is used. When your hard drive fills up, the... Platforms: Windows

License: Freeware Size: 937.65 KB Download (1452): Disk Space Explorer Download

Released: September 04, 2009  |  Added: September 09, 2009 | Visits: 2.729

Xtravo Explorer Xtravo Explorer Web browser is the Fastest, secure and Stable web browser ever seen. Xtravo Explorer is one the most famous Web Browser in the Asia and in the United States. Xtravo Explorer 3 OS offers 20 New features: All 20 New Features: 1) Daily SItes 2) Cloud OS Integrated Desktop... Platforms: Windows

License: Freeware Size: 879.66 KB Download (589): Xtravo Explorer Download

Added: May 04, 2010 | Visits: 1.120

Chord Explorer Chord Explorer project was born in 2002 as an attempt to play with Ruby language as well as due to frustration with existing chords displaying applications. It is very simple and lightweight program to explore guitar chords.. Zadolbator is simple reminder component for Jabber server Platforms: *nix

License: Freeware Size: 19.46 KB Download (128): Chord Explorer Download

Added: June 12, 2010 | Visits: 1.018

PDL::IO::Pic PDL::IO::Pic is a image I/O for PDL. Image I/O for PDL based on the netpbm package. This package implements I/O for a number of popular image formats by exploiting the xxxtopnm and pnmtoxxx converters from the netpbm package (which is based on the original pbmplus by Jef Poskanzer). Netpbm... Platforms: *nix

License: Freeware Size: 1.1 MB Download (116): PDL::IO::Pic Download

Added: June 13, 2010 | Visits: 853

PDL::IO::Misc PDL::IO::Misc is a Perl module with misc IO routines for PDL. rcols() Read ASCII whitespaced cols from a file into piddles and perl arrays (also see "rgrep()"). There are two calling conventions - the old version, where a pattern can be specified after the filename/handle, and the new... Platforms: *nix

License: Freeware Size: 2.1 MB Download (87): PDL::IO::Misc Download

Added: February 14, 2010 | Visits: 1.164

IO::Interactive IO::Interactive is a Perl module with utilities for interactive I/O. SYNOPSIS use IO::Interactive qw(is_interactive interactive busy); if ( is_interactive() ) { print "Running interactivelyn"; } # or... print {interactive} "Running interactivelyn"; $fh = busy {... Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): IO::Interactive Download

Added: October 03, 2010 | Visits: 820

IO::Prompt IO::Prompt is a Perl module to interactively prompt for user input. SYNOPSIS use IO::Prompt; while( prompt "next: " ) { print "You said $_n"; } By default, this module exports a single function prompt. It prompts the user to enter some input, and returns an object that represents the... Platforms: *nix

License: Freeware Size: 14.34 KB Download (103): IO::Prompt Download

Added: April 11, 2010 | Visits: 868

IO::Busy IO::Busy is a Perl module to intercept terminal input while something else is happening. SYNOPSIS use IO::Busy; my $fh = busy { non_interactive_stuff(); }; This module exports a single subroutine, named busy. That subroutine takes a single argument, which must be a block of code. busy... Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): IO::Busy Download

Added: October 08, 2010 | Visits: 1.687

IO::InSitu IO::InSitu is a Perl module to avoid clobbering files opened for both input and output. SYNOPSIS use IO::InSitu; my ($in, $out) = open_rw($infile_name, $outfile_name); for my $line (<$in>) { $line =~ s/foo/bar/g; print {$out} $line; } When users want to do in-situ processing on a... Platforms: *nix

License: Freeware Size: 6.14 KB Download (87): IO::InSitu Download

Added: June 03, 2010 | Visits: 717

IO-stringy IO-stringy is a I/O on in-core objects like strings and arrays. SYNOPSIS IO:: ::AtomicFile adpO Write a file which is updated atomically ERYQ ::Lines bdpO I/O handle to read/write to array of lines ERYQ ::Scalar RdpO I/O handle to read/write to a string ERYQ ::ScalarArray RdpO I/O handle... Platforms: *nix

License: Freeware Size: 40.96 KB Download (96): IO-stringy Download

Added: January 13, 2010 | Visits: 846

IO::Util IO::Util is a selection of general-utility IO function. SYNOPSIS use IO::Util qw(capture slurp Tid Lid Uid load_mml); capture() # captures the selected filehandle $output_ref = capture { any_printing_code() } ; # now $$output_ref eq something # captures FILEHANDLE $output_ref = capture... Platforms: *nix

License: Freeware Size: 14.34 KB Download (89): IO::Util Download

Added: March 05, 2010 | Visits: 762

Iterator::IO Iterator::IO is a Perl module with filesystem and stream iterators. SYNOPSIS use Iterator::IO; # Return the names of files in a directory (except . and ..) $iter = idir_listing ($path); # Return all the files in a directory tree, one at a time. # Like File::Find, in slow motion. $iter... Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Iterator::IO Download

Added: October 24, 2010 | Visits: 1.629

CAD::Drawing::IO::Image CAD::Drawing::IO::Image is a Perl module with output methods for images. Requisite Plug-in Functions See CAD::Drawing::IO for a description of the plug-in architecture. check_type Returns true if $type is "img" or $filename matches one of the ImageMagick type extensions. $fact =... Platforms: *nix

License: Freeware Size: 5.12 KB Download (111): CAD::Drawing::IO::Image Download

1 2 3 4 5 >