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

Index Acrd Silver freeware
Filter: All | Freeware | Demo
 

Index Acrd Silver

1 2 3 4 5 > 
Released: January 01, 2003  |  Added: April 10, 2006 | Visits: 8.433

Index.dat Viewer A tool to view your index.dat files. In case you don't know what these files are, they are files where Windows secretely store information about your browsing habits. Just download the app to see what they store there. You will be surprised.



Platforms: Windows

License: Freeware Size: 282 KB Download (1609): Index.dat Viewer Download

Added: June 18, 2009 | Visits: 6.595

Index.dat QV Index.dat QV is an extension of "scaled down" version of our popular Index.dat Suite software. In this case, Index.dat QV has one purpose and one purpose only, to allow you to view and save the contents of your index.dat files, without the added extra's that are included in the larger Index.dat...





Platforms: Windows

License: Freeware Size: 1.98 MB Download (1157): Index.dat QV Download

Released: May 17, 2021  |  Added: August 04, 2021 | Visits: 3.958

Index Your Files IYF was created for small and large companies, where the company administrator or employees can find the documentation of each project within the network. IYF creates individual databases for an employee/computer or you can create databases for the whole network and know where the information...


Platforms: Mac, *nix, Windows 7

License: Freeware Size: 5.17 MB Download (270): Index Your Files Download

Released: March 10, 2007  |  Added: March 28, 2007 | Visits: 9.112

Index.dat Analyzer Index.dat Analyzer is a tool to view, examine and delete contents of index.dat files. What are index.dat files? Index.dat files are hidden files on your computer that contain all tracks of your online activity, where have you been on internet, what sites you visited, list of URL-s, files...


Platforms: Windows

License: Freeware Size: 906.56 KB Download (1499): Index.dat Analyzer Download

Added: January 18, 2010 | Visits: 1.317

JSAN::Index::Library JSAN::Index::Library is a JavaScript Archive Network (JSAN) Software Library. This class provides objects for the various libraries (software components) in the JSAN. METHODS In addition to the general methods provided by Class::DBI, it has the following methods name The name accessor...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (96): JSAN::Index::Library Download

Added: October 21, 2010 | Visits: 1.860

FTP Index FTP Index provides a FTP indexer and search engine. FTP Index is a search engine for FTP servers. It scans servers for definable filetypes and stores the results in a MySQL database. It utilizes the ftpls tool from the ftpcopy package for indexing the servers. It scans multiple servers at...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (198): FTP Index Download

Added: September 04, 2010 | Visits: 1.365

Contentment::Index Contentment::Index is a Perl module that provides categorization and indexing features. SYNOPSIS # Get a list of the available indexes my @indexes = Contentment::Index->indexes; for my $index (@indexes) { # Get a list of avilable terms my @terms = $index->terms; for my $term (@terms)...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (94): Contentment::Index Download

Added: May 06, 2010 | Visits: 1.521

Silver XCursors 3D Silver XCursors 3D provides the same animated cursors as in my Golden Xcursors 3D theme, but this time rendered in Silver. Installation: Copy the two folders Silver and default to your ~/.icons directory and restart your X-Server. If you want to have bigger cursors, you have to create an...


Platforms: *nix

License: Freeware Download (141): Silver XCursors 3D Download

Added: September 18, 2010 | Visits: 1.881

Bio::Index::Swissprot Bio::Index::Swissprot is a Perl Interface for indexing (multiple) Swissprot .dat files (ie flat file swissprot format). SYNOPSIS # Complete code for making an index for several # Swissprot files use Bio::Index::Swissprot; use strict; my $Index_File_Name = shift; my $inx =...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (100): Bio::Index::Swissprot Download

Added: September 22, 2010 | Visits: 2.402

HTML::Widgets::Index HTML::Widgets::Index is a Perl module for creating web indexes and menus. This module renders the index of a document tree using the data stored in a MySQL database generated by anxova. It has a flexible set of render options that gives the webmaster many options on the menu item layout....


Platforms: *nix

License: Freeware Size: 65.54 KB Download (103): HTML::Widgets::Index Download

Added: August 25, 2010 | Visits: 917

Silver Silver Spider is a KDE theme like Fluxbox style. Wallpaper von Deviant with copyright by dayvid.net It is for 1024x768 screen resolution. Wallpaper is from Deviant with copyright by dayvid.net. The symbols style is "Amaranth by Michael Doches(Doches@linuxcult.com)" Windowsdeco, Bar & Button...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (102): Silver Download

Added: January 21, 2010 | Visits: 1.468

Bio::Index::Blast Bio::Index::Blast is a Perl module with indexes Blast reports and supports retrieval based on query accession(s). SYNOPSIS use strict; use Bio::Index::Blast; my ($indexfile,$file1, $file2); my $index = new Bio::Index::Blast(-filename => $indexfile, -write_flag => 1);...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (97): Bio::Index::Blast Download

Added: June 22, 2010 | Visits: 1.731

ruby index/search ruby index/search is a general indexing framework for ruby. With it, you can create collections of documents, then index and search them. Currently, both inverted indexing and LSA indexing are supported, with rudimentary result clustering in the works. The indices may be marshalled out (with...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (118): ruby index/search Download

Added: September 18, 2010 | Visits: 2.107

Silver Shield PM Control for Linux Silver Shield PM Control for Linux (formerly known as sispm_ctl) is an application enabling the use of the GEMBIRD SiS-PM device under Linux. The SiS-PM is an itelligent advanced surge protector with unique features: 4 sockets are manageable from the PC via USB port (GEMBIRD LTD). Silver...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (111): Silver Shield PM Control for Linux Download

Added: January 22, 2010 | Visits: 1.951

SVN::Log::Index SVN::Log::Index is a Perl module that can index and search over Subversion commit logs. SYNOPSIS my $index = SVN::Log::Index->new({ index_path => /path/to/index }); if($creating) { # Create from scratch if necessary $index->create({ repo_url => url://for/repo }); } $index->open(); # And...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (109): SVN::Log::Index Download

Released: June 24, 2012  |  Added: June 24, 2012 | Visits: 975

SMFS Index Calculator SMFS Index Calculator is a small, simple application specially designed to offer you an embalming fluid index calculator. SMFS Index Calculator is the best solution for those of you who want to find the index of embalming fluids. for WindowsAll


Platforms: Windows

License: Freeware Download (443): SMFS Index Calculator Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 1.030

Instant Website Page Index Pro 100% FREE Website Page Index application submit you url or website page into google and index in just a few minutes of submittion and target with your desired keyword phrase.


Platforms: Windows

License: Freeware Download (63): Instant Website Page Index Pro Download

Released: December 24, 2012  |  Added: December 24, 2012 | Visits: 772

FLV Converter Silver SharkVideo Page FLV Converter Silver is an intuitive to use program which convert your favourite FLV video files to AVI file for playing on your PC, or home cinema player easily and quickly! Watch your own flash videos anytime, anywhere. It features superb video and audio quality and the fastest...


Platforms: Windows

License: Freeware Size: 4.96 MB Download (49): FLV Converter Silver Download

Added: May 10, 2013 | Visits: 703

Index Sidebar Adds an Navigation and Search Sidebar on your Forum Index


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (55): Index Sidebar Download

Added: May 10, 2013 | Visits: 1.050

Add Forum Index Link to Overall Header Adds a link to the Forum Index in the header. Handy for boards with a portal installed.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (55): Add Forum Index Link to Overall Header Download

1 2 3 4 5 >