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

Search For Hidden Objects freeware
Filter: All | Freeware | Demo
 

Search For Hidden Objects

< 1 2 3 4 5 
Released: October 25, 2011  |  Added: November 09, 2011 | Visits: 1.037

Cloud Tune We all love music. But we always need to buy something new we will like and sometimes we don't even have a chance to listen to it before purchasing. Another problem is that sometimes we just can't find the music we will love. There are hundreds of different web-services that allows you to...



Platforms: Windows

License: Freeware Size: 1.71 MB Download (104): Cloud Tune Download

Added: March 03, 2010 | Visits: 1.423

SiG Information Generator SiG Information Generator provides a class for persistant objects in PHP. SiG allows developers to create, store, retrieve, and search any custom PHP object. Using the Node base class one can create hierachies of related classes. It has been repackaged as a Wordpress Plugin. SiG is written in...





Platforms: *nix

License: Freeware Size: 153.6 KB Download (102): SiG Information Generator Download

Released: January 03, 2012  |  Added: January 09, 2012 | Visits: 1.038

CloudTune We all do LOVE music. More than that... We are crazy about music! And we all know this feeling when it seems that there is nothing new in your library and you don't know what to listen to. It's a hardest job to find the music you will love? There are a dozen of applications that allows you...


Platforms: Windows

License: Freeware Size: 2.25 MB Download (102): CloudTune Download

Added: September 21, 2010 | Visits: 841

Class::Cloneable Class::Cloneable is a base class for Cloneable objects. SYNOPSIS package MyObject; our @ISA = (Class::Cloneable); # calling clone on an instance of MyObject # will give you full deep-cloning functionality This module provides a flexible base class for building objects with cloning...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (101): Class::Cloneable Download

Released: July 31, 2014  |  Added: October 18, 2014 | Visits: 945

Appnimi Word Password Recovery Appnimi Word Password Recovery is designed to let you search for passwords of protected Word documents. This program guarantees the most complicated Word passwords recovery. Appnimi Word Password Recovery allows to search for the password of the protected Word using Brute Force algorithm. It...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 2.65 MB Download (101): Appnimi Word Password Recovery Download

Added: September 04, 2010 | Visits: 920

Search::Dict Search::Dict is a Perl module to search for key in dictionary file. SYNOPSIS use Search::Dict; look *FILEHANDLE, $key, $dict, $fold; use Search::Dict; look *FILEHANDLE, $params; Sets file position in FILEHANDLE to be first line greater than or equal (stringwise) to $key. Returns the new...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (100): Search::Dict Download

Released: April 01, 2009  |  Added: December 05, 2011 | Visits: 1.000

Scuba Steve This wonderfully-crafted game comes to life as Steve, a brave young man, sets out on an underwater journey to search for a family relic. Crowned with the Crystal of Destiny, this relic brought luck to his grandfather until it was stolen by pirates. Upon the game launch, players will immerse...


Platforms: Windows

License: Freeware Size: 12.97 MB Download (100): Scuba Steve Download

Added: May 10, 2013 | Visits: 789

OraSchemadoc OraSchemadoc provides "JavaDoc" style detailed documentation for all objects in schema covering Oracle specific features. Result of execution of oraschemadoc is set of static html files. Features: - data about all tables, including columns - table constraints(check, unique and referential) -...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (99): OraSchemadoc Download

Added: January 25, 2010 | Visits: 938

Wikipedia Widget Wikipedia Widget is a dashboard widget for browsing the free, user-created encyclopedia, Wikipedia. Search for articles and view from the Dashboard, complete with pictures and links.Features:Compatible with any language wikipedia, just enter the 2 (sometimes 3 or more) letter code on the back....


Platforms: Mac

License: Freeware Download (99): Wikipedia Widget Download

Added: June 24, 2010 | Visits: 676

cache4j cache4j library is a cache for Java objects with a simple API and fast implementation. It features in-memory caching, a design for a multi-threaded environment, both synchronized and blocking implementations, a choice of eviction algorithms (LFU, LRU, FIFO), and the choice of either hard or soft...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (98): cache4j Download

Added: January 05, 2010 | Visits: 1.098

DateTime::Format::Roman DateTime::Format::Roman is a Perl module with roman day numbering for DateTime objects. SYNOPSIS use DateTime::Format::Roman; my $formatter = DateTime::Format::Roman->new( pattern => %d %f %b %y ); my $dt = DateTime->new( year => 2003, month => 5, day => 28 );...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): DateTime::Format::Roman Download

Added: September 17, 2010 | Visits: 1.163

PostGIS PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRIs SDE or Oracles Spatial extension....


Platforms: *nix

License: Freeware Size: 1.4 MB Download (98): PostGIS Download

Added: June 21, 2010 | Visits: 890

THC-ManipulateData THC-ManipulateData can search data on a harddisk/partition/file, extract the part you are interested in, and write it back after you modified it. Useful to find and modify really all unencrypted Logfiles on a system. Does everything in RAW mode, and hence does not tamper a/m/ctimes. It comes...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): THC-ManipulateData Download

Added: August 08, 2008 | Visits: 784

DizzyDiff DizzyDiff is an Open Source application that will search for files with similar filenames to your search query. That means that you won't need to remember exactly the name of a song or file in order to find it. For example you may search for "Tear of de bark" and DizzyDiff will find "Fear of the...


Platforms: Windows, *nix

License: Freeware Size: 128 KB Download (97): DizzyDiff Download

Added: March 18, 2010 | Visits: 1.095

SVG::DOM SVG::DOM is a Perl library with DOM (Document Object Model) methods for SVG objects. SVG::DOM provides a selection of methods for accessing and manipulating SVG elements through DOM-like methods such as getElements, getChildren, getNextSibling and so on. Currently only methods that provide...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (97): SVG::DOM Download

Added: February 04, 2010 | Visits: 828

Thread::Apartment Thread::Apartment is an apartment threading wrapper for Perl objects. SYNOPSIS package MyClass; use Thread::Apartment::Server; use base qw(Thread::Apartment::Server); sub new { # # the usual constructor # } # # mark some methods as simplex # sub get_simplex_methods { return {...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): Thread::Apartment Download

Added: August 18, 2008 | Visits: 1.291

SE.net SE.net is a new system to search for information on the Internet. Belonging to the family of meta-search engines, SE.net exploits the powerful proprietary technology of DuckEngine to enable the user to undertake very accurate data searches using all of the Webls main search engines at the same...


Platforms: Windows

License: Freeware Size: 9.43 MB Download (96): SE.net Download

Added: July 27, 2010 | Visits: 922

JoSQL JoSQL (SQL for Java Objects) provides the ability for a developer to apply a SQL statement to a collection of Java Objects. JoSQL provides the ability to search, order and group ANY Java objects and should be applied when you want to perform SQL-like queries on a collection of Java Objects....


Platforms: *nix

License: Freeware Size: 245.76 KB Download (95): JoSQL Download

Added: October 05, 2010 | Visits: 884

Xfce 4 Dict Plugin Xfce 4 Dict Plugin can help you query a dictionary server(see RFC 2229) to search for the translation or explanation of a word. You can also choose a dictionary offered by the server to improve your search results. Usage: - Compile and install the dict package - Right-click the Xfce panel >...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (94): Xfce 4 Dict Plugin Download

Added: April 18, 2010 | Visits: 957

Dir::Which Dir::Which is a Perl module to search for directory entries in a list of directories. SYNOPSIS use Dir::Which qw/ which /; @entries = which( -entry => "myprog.conf", -env => "myprog_path", -defaultpath => ".:".$FindBin::Bin.":/etc:/usr/local/etc") ; This module searches directory...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Dir::Which Download

< 1 2 3 4 5