WareSeeker Search Software

repositories


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Repository Sorter


script Python Free
View Detail
Download Repository SorterDownload Repository Sorter
Search files in a repository for ident strings and order the files by the date of their last change.
2

phpinfo repository


script PHP Free
View Detail
Download phpinfo repositoryDownload phpinfo repository
A free online service that offers you a growing collection of phpinfo(); output files, created on different platforms, with different web servers, different PHP versions and different configurations. Every PHP developer can use this site to gather valuable information about the differences between the various configurations, especially the presence of certain global variables. You are welcome to benefit from the information in this repository.
3

Railroad Repository 0.2


linux Miscellaneous->Information Management Free
View Detail
Download Railroad Repository 0.2Download Railroad Repository 0.2
0.37 MB
Railroad Repository provides a standards-based repository for large binary files.

Railroad is a standards-based repository for large binary files such as digital media, along with their metadata. It is designed to be easy to integrate with content management systems and other client software.

Many CMS’s are more suitable for document-style content than they are for managing large files. Managing such binary content in a CMS can result in scalability issues and deteriorating performance. Railroad instead is dedicated to the task of managing large files and their metadata.

Railroad can be seamlessly integrated into CMS’s, leveraging the open WebDAV protocol and simple HTTP messaging. While uploads and downloads of files are fully managed by Railroad and thus routed ‘around’ the application server, authorization of who can upload or download is still under full control of the CMS using whatever authorization scheme it needs.

Railroad allows multiple clients (such as CMS’s and DAM systems) to access the resources in the repository at the same time, thus keeping large data files and their metadata centrally managed and shared.

Railroad also makes management of file data on the filesystem easier for the system administrator. Railroad takes care to categorize files of a different type into separate directories. If a system administrator determines one file type is taking up a lot of space, it is simple to move this information off onto another, larger, partition. It is also possible to run multiple repositories in one Apache instance, or on different machines but using the same database.

4

App::Repository 0.964


linux Programming->Libraries Free
View Detail
Download App::Repository 0.964Download App::Repository 0.964
0.061 MB
App::Repository is a logical data access layer for the App::Context Framework, providing a uniform API to access data in databases, file systems, remote web sites, etc.

This is the App-Repository distribution, adding the data access layer service to App-Context.

For more information, see the web pages at

http://www.officevision.com/pub/App-Repository http://www.officevision.com/pub/App-Context

The mailing list is described at

http://p5ee.perl.org/mailinglist/
http://lists.perl.org/showlist.cgi?name=p5ee

HOW DO I INSTALL IT?

To install this module, cd to the directory that contains this README file and type the following:

perl Makefile.PL
make
make test
make install


5

PHP Classes Repository


script PHP Free
View Detail
Download PHP Classes RepositoryDownload PHP Classes Repository
PHP Classes Repository is an experimental service that is intended to be as means of distribution of freely available programming classes of objects written the Web scripting language named PHP. The goal of this service is build a base of programming components ready to be used in Web applications written in PHP.
6

SWC Repository 1.3


windows Video->Flash Tools $20
View Detail
Download SWC Repository 1.3Download SWC Repository 1.3
1023KB
SWC Repository is a tool for advanced users
of Macromedia Flash MX 2004 Professional,
allow you to:
-= With ease manage huge collections of
SWC files(SWC Component package).
-= View and edit SWC file content.
-= Share your components with friends
and colleagues.
-= Copy any component from SWC Repository
to Flash components panel with drag and drop
of your mouse.
-= Quickly move recently developed components
to MXP package for exchange.
-= SWF Library - collect,view,categorise all
your favorite SWF movies;
-= Search for text and links in SWF movies;
-= Extract files from MXP packages;
-= SWF Decompiler built in.
-= And many more useful features..
7

Fedora Digital Object Repository 2.2


linux Internet->HTTP Free
View Detail
Download Fedora Digital Object Repository 2.2Download Fedora Digital Object Repository 2.2
MB
Fedora Digital Object Repository is an open source software which gives organizations a flexible service-oriented architecture for managing and delivering their digital content. At its core is a powerful digital object model that supports multiple views of each digital object and the relationships among digital objects.

Digital objects can encapsulate locally-managed content or make reference to remote content. Dynamic views are possible by associating web services with objects. Digital objects exist within a repository architecture that supports a variety of management functions. All functions of Fedora, both at the object and repository level, are exposed as web services. These functions can be protected with fine-grained access control policies.

This unique combination of features makes Fedora an attractive solution in a variety of domains. Some examples of applications that are built upon Fedora include library collections management, multimedia authoring systems, archival repositories, institutional repositories, and digital libraries for education.

Whats New in This Release:

· This is a significant release of Fedora that includes a complete repackaging as a proper Web application.
· A new installer application makes it easy to setup and run.
· It now uses Servlet Filters for authentication.
· The Fedora repository can also be configured to calculate and store checksums for content.
· The RDF-based Resource Index has been tuned for better performance.
· A new high-performing RDBMS-backed triplestore has been developed that can now be plugged into the RI.


8

Repository::Simple 0.06


linux Programming->Libraries Free
View Detail
Download Repository::Simple 0.06Download Repository::Simple 0.06
0.033 MB
Repository::Simple is a simple hierarchical repository for Perl.

SYNOPSIS

use Repository::Simple;

my $repository = Repository::Simple->attach(
FileSystem => root => /home/foo
);

NOTICE: This software is still in development and the interface WILL CHANGE.
This is the main module of a hierarchical repository system, which is loosely based upon the File::System module Ive written combined with ideas from the JSR 170, a.k.a. Content Repository API for the Java API Specification.

The goal of this package is to provide a content repository system with a similar feature set. I think it would be a good goal to aim for loose compatibility, but it is not my intent to adhere to the strict letter of that standard.


9

Resource Repository Script


script PHP Free
View Detail
Download Resource Repository ScriptDownload Resource Repository Script
Resource Repository Script is an Extensive and Powerful script written in PHP. It is a quick way to start you own top quality resource repository site like hotscripts.com, resourceindex.com etc. FULLY customizable colors and graphics of the site make this script VERY SPECIAL. It has potential to generate very heavy revenues for you. Script is built with focus on increase ease of users and profits of webmasters.
10

Cache::Repository 0.05


linux Programming->Libraries Free
View Detail
Download Cache::Repository 0.05Download Cache::Repository 0.05
0.012 MB
Cache::Repository is a Perl module used to cache generic file repository.

SYNOPSIS

my $rep = Cache::Repository->new(
style => Filesys,
# options for the F::R driver
);
$rep->add_files(tag => groupname,
files => @filenames,
basedir => /tmp,
move => 1,
);
$rep->add_filehandle(tag => anothergroup,
filename => blah,
filehandle => $fh,
mode => 0755);
$rep->set_meta(tag => groupname,
meta => {
title => blah,
author => foo,
});

$rep->retrieve(tag => groupname, dest => /newdir);
my $data = $rep->get_meta(tag => groupname);

This module is intended to serve as a repository for files, whether those files are local or remote. Different drivers can work independantly to provide differing backing stores. For example, one driver can use a locally-mounted filesystem (even if that is a network filesystem), another could use FTP or HTTP, another could use gmail, and another could use a relational database such as MySQL or DB2.

Drivers may choose to compress the repository, unless explicitly told otherwise.
Keeping this in mind, the API presented here cannot expose things that are not generic to other possible implementations. That said, some possible implementations may not allow adding ("sending" to a web server) - it is expected that they will either throw an exception, or take extra params for FTPing to the server.


11

Password Repository 2.2.1


mac Security Privacy->Security $25
View Detail
Download Password Repository 2.2.1Download Password Repository 2.2.1
311 KB
Password Repository is a native Mac OS X program to manage passwords using an essential and powerful Mac interface.

Password Repository saves data on disk automatically encrypted, using Blowfish algorithm and are unreadable without opening them with the right password.

Password Repository shows data in a table view and let the user order items by any columns with just a click. Any content is searchable using a search field with data displayed as-you-type.

Password Repository is really simple and effective allowing the user to store his precious data on disk in a safe way.

Here are some key features of "Password Repository":

· Native for Mac OS X
· Written using Cocoa
· Easy to use and powerful
· Data encrypted automatically
· Blowfish encryption
· True Mac OS X interface
· Intuitive operation
· Point-and-Click sort
· Find-as-You-Type
· Import from other source via text file
· Export to text file to import in other software.


Limitations:

· You can download Password Repository absolutely for free and start using it right now.
· The version you can download from here is without any restriction and can be used for a period of 10 days.


Whats New in This Release:

· Now has email field to store the email you used to register and the Open url button can also open url without the http:// tag

12

Image Repository 0.7


linux Internet->HTTP Free
View Detail
Download Image Repository 0.7Download Image Repository 0.7
0.033 MB
Image Repository provides a centralized image repository capable of holding thousands of images with keyword/tag-based browsing.

Image Repository is a centralized image repository capable of holding thousands of images with keyword/tag-based browsing and filtering.

Here are some key features of "Image Repository":

· Its goal is to provide you with an easy way to have a centralized image library with thousands of images categorized by keywords, dates, etc.
· It has special handling that lets you browse the keyword space like it was a collection of nested folders. Example: Browse to keyword "Carnivores", you will get the available keywords "Cats", "Dogs", and the selection will narrow down, applying all the keywords you have selected on your path through the keyword space.
· It comes complete with a Kupu "library", meaning you can browse the keywords through the Kupu image insertion dialog to make it easy to locate images even in a large collection of images.
· It has a tagging interface that lets you tag images with a thumbnail like view, and apply keywords to multiple images at once.
· It uses whatever image type you have installed (it does need to be added as an addable type and be able to supply thumbnails like the default Plone image type, though).

Whats New in This Release:

· Added action to register the repository in Kupu. [fschulze]
· Using interfaces, views and adapters in various places to make this more flexible. [fschulze]
· Removed unused code. [fschulze]


13

HTTP::OAI::Repository 3.18


linux Programming->Libraries Free
View Detail
Download HTTP::OAI::Repository 3.18Download HTTP::OAI::Repository 3.18
0.036 MB
HTTP::OAI::Repository is a documentation for building an OAI compliant repository using OAI-PERL.

Using the OAI-PERL library in a repository context requires the user to build the OAI responses to be sent to OAI harvesters.

SYNOPSIS

use HTTP::OAI::Harvester;
use HTTP::OAI::Metadata::OAI_DC;
use XML::SAX::Writer;
use XML::LibXML;

# (all of these options _must_ be supplied to comply with the OAI protocol)
# (protocolVersion and responseDate both have sensible defaults)
my $r = new HTTP::OAI::Identify(
baseURL=>http://yourhost/cgi/oai,
adminEmail=>youremail@yourhost,
repositoryName=>agoodname,
requestURL=>self_url()
);

# Include a description (an XML::LibXML Dom object)
$r->description(new HTTP::OAI::Metadata(dom=>$dom));

my $r = HTTP::OAI::GetRecord->new(
header=>HTTP::OAI::Header->new(
identifier=>oai:myrepo:10,
datestamp=>2004-10-01
),
metadata=>HTTP::OAI::Metadata::OAI_DC->new(
dc=>{title=>[Hello, World!],description=>[My Record]}
)
);
$r->about(HTTP::OAI::Metadata->new(dom=>$dom));

my $writer = XML::SAX::Writer->new();
$r->set_handler($writer);
$r->generate;


14

Link Repository 1.0.0


windows Network Internet->Internet Client Suites $19.99
View Detail
Download Link Repository 1.0.0Download Link Repository 1.0.0
881K
Link Repository is a powerful, easy to use bookmark manager for managing and accesing frequently visited Web sites.

Features
Integration with System Tray.
Multiple export formats.
Multiple import formats.
Internet Explorer Favorites support.
Mozilla profile support.
Mozilla Bookmarks support.
Opera Hotlist support.
Captor Group support.

15

Link Repository 1.0.0.


windows Network Internet->Other Free
View Detail
Download Link Repository 1.0.0.Download Link Repository 1.0.0.
881 KB
Link Repository is a powerful, easy to use bookmark manager for managing and accesing frequently visited Web sites.

Features
Integration with System Tray.
Multiple export formats.
Multiple import formats.
Internet Explorer Favorites support.
Mozilla profile support.
Mozilla Bookmarks support.
Opera Hotlist support.
Captor Group support.
16

Link Repository 1.1.0


windows Network Internet->URL and Bookmark Managers $24.99
View Detail
Download Link Repository 1.1.0Download Link Repository 1.1.0
790K
Link Repository is a powerful, easy to use bookmark manager for managing and accesing frequently visited Web sites.

Features
Integration with System Tray.
Multiple export formats.
Multiple import formats.
Internet Explorer Favorites support.
Mozilla profile support.
Mozilla Bookmarks support.
Opera Hotlist support.
Captor Group support.
17

ePassBook Password Repository 1.6


windows Utilities->Password Management $10
View Detail
Download ePassBook Password Repository 1.6Download ePassBook Password Repository 1.6
794KB
ePassBook Password Repository is a unique tool designed to manage and store all of your passwords and other personal information.
ePassBook Password Repository uses AES / Rijndael encryption to ensure that your passwords are stored in a secure encrypted file.
The program grew out of my own needs - having literally hundreds of passwords and needing a place to store them all.
This software is fully functional shareware, with not expiration. Emphasis is placed on an intuitive user interface as ease of use, even for novice users.
Here are some key features of "ePassBook Password Repository":
Security - your passwords are valuable and you should absolutely store them in some kind of an encrypted location. The world is full of viruses and trojans, adware and spyware, and other malware that could conceivably let an attacker into your system. If your passwords are sitting in a plaintext file, you are vulnerable
Management - A password manager has an easy to use interface that lets you manage and keep track of your passwords. You can organize them. You can edit and delete them. You can sort and search and browse.
Ease of Use - ePassbook can be configured to sit in the system tray and/or can be loaded on windows startup. That means your passwords can be just one click away when you need them

18

ePassBook Password Repository 1.6


windows Security Privacy->Other Tools $10.00
View Detail
Download ePassBook Password Repository 1.6Download ePassBook Password Repository 1.6
809 KB
ePassBook Password Repository is a unique tool designed to manage and store all of your passwords and other personal information. It uses AES / Rijndael encryption to ensure that your passwords are stored in a secure encrypted file. The program grew out of my own needs -- having literally hundreds of passwords and needing a place to store them all. This software is fully functional shareware, with no expiration.
19

RDF::Sesame::Repository 0.16


linux Programming->Libraries Free
View Detail
Download RDF::Sesame::Repository 0.16Download RDF::Sesame::Repository 0.16
0.047 MB
RDF::Sesame::Repository is a repository on a Sesame server.

This class is the workhorse of RDF::Sesame. Adding triples, removing triples and querying the repository are all done through instances of this class. Only SELECT queries are supported at this point, but it should be fairly straightforward to add CONSTRUCT functionality. If you do it, send me a patch.

METHODS

construct ( %opts )
Evaluates a construct query and returns the RDF serialization of the resulting RDF graph. A minimal invocation looks something like:
my $q = qq(
CONSTRUCT {Parent} ex:hasChild {Child}
FROM {Child} ex:hasParent {Parent}
USING NAMESPACE
ex =
);
my $rdf = $repo->construct(
query => $q,
format => turtle,
);

If an error occurs during the construction, an exception is thrown. This is different from some RDF::Sesame methods which return undef.
format

Required: Yes

Indicates the RDF serialization format that the Sesame server should return. Acceptable values are rdfxml, turtle and ntriples.
language

Default: SeRQL

Specifies the language in which the construct query is written. This is only included for forwards-compatibility since the only query language supported by Sesame is SeRQL.

output

Default: undef

Indicates where the RDF serialization should be placed. The default value of undef means that the serialization should simply be returned as the value of the construct method.

If the value is a filehandle, the serialization is written to that filehandle. The filehandle must already be open for writing. Otherwise, the value is taken to be a filename which is opened for writing (clobbering existing contents) and the serialization is written to the file.

query

Required : Yes

The text of the construct query.

extract ( %opts )

Extract an RDF representation of all the triples in the repository. The only required option is "format" which specifies the serialization format of the resulting RDF. The minimal method invocation looks like

my $rdf = $repo->extract( format => turtle )

where $rdf is a reference to a scalar containing the serialization of all the triples in the repository. The streaming results returned by Sesame are handled appropriately so that memory usage in minimized. If the output is sent to a file (see "output"), only one "chunk" is held in memory at a time (subject to caching by your OS). The serialization may also be compressed (or otherwise processed) as its being streamed from the server (see "compress").

Error handling is done differently in this method than in other methods in RDF::Sesame. Namely, if an error occurs, an exception is thrown (rather than returning undef and setting errstr(). Eventually, Id like all methods to behave this way.


20

WebGrub PHP Class Repository


script PHP Free
View Detail
Download WebGrub PHP Class RepositoryDownload WebGrub PHP Class Repository
WebGrub PHP Class Repository is a means of distributing user-contributed classes of objects written in PHP. The goal of the site is to build a base of programming components ready to be used in Web applications. Anyone can contribute code to WebGrub.co.uk although it must be written in PHP. If you would like to contribute simply signup and then click contribute from the users menu. When your file has been approved you will receive an email, and members will be notified of your new addition to the site.

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket


Related Search