| Projects on Google Code | Results 1 - 7 of 7 |
indexes.js is *pure(?) Javascript filelist library*.
- Get the list of files and directories "as Array" or "with Callback".
No need serverside scripts, but require Apache "mod_autoindex" module (and "jQuery" or "Prototype").
=Usage=
==Target Directory==
{{{
target/
- dir1/
- di...
DataObjects.Net v4.0 combines comprehensive business logic layer development framework, object-relational mapper and a set of storage implementations enabling the same BLL code work everywhere dramatically reducing the resources you need to develop generally any application dealing with persistent d...
ObjectRelationalMapping,
ORM,
LINQ,
AOP,
EntityFramework,
Database,
Persistence,
IMDB,
Mapper,
PostSharp,
UnitOfWork,
Transactions,
Indexes,
SqlDom
= Amazon S3 Directory Browser =
A simple directory browser written in PHP for public Amazon S3 buckets. Originally created because S3 does not support [http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html Apache-style indexes] which makes it difficult to use S3 to share files by directory.
...
Find tabs that are related to each other. Provide multiple indexes used to find related songs based on many different features of a song.
Mike is a PHP application that helps you with your MySQL database. It gives you an overview of the database structure and helps identifying bad indexes...
This project aims to merge simplicity and functionality to its users.
A simple plugin to make adding indexes in Rails migrations easier:
{{{
create_table :authors do |t|
t.string :name, :index => true
t.string :email, :index => true
t.integer :company_id, :index => { :unique => true }
t.text :bio
end
}}}
Install like this:
{{{
./script/plugin ...