Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Darwin is an Open Source tool for collection management. It has been build by the IT departement of the Royal Belgian Institute of Natural Sciences.

0
 
  0 reviews  |  2 users  |  103,777 lines of code  |  5 current contributors  |  Analyzed 4 days ago
 
 

An online directory for visitors to list the media they own.

5.0
 
  0 reviews  |  1 user  |  0 current contributors  |  Analyzed 7 days ago
 
 

Collection of classes/general code I made

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 2 days ago
 
 

Filecollection is a set of PHP scripts, which enables you to easily make a listing of files, that looks like an Apache listing, when in reality the files are hosted elsewhere, like on ImageShack. The perfect way to create a large index of images, without using a lot of disk space on your server!

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 

A PHP based application used to manage any type of collection

0
 
  0 reviews  |  0 users  |  42 lines of code  |  0 current contributors  |  Analyzed 17 days ago
 
 

Movie manager allows you to track your movie collection (regardless of the medium) and your movie wishlist. It also has the functionality to share your list of movies with friends & family

0
 
  0 reviews  |  0 users  |  13,699 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Miojo! é uma coleção de super-classes PHP que promete agilizar o tempo de desenvolvimento de pequenas e/ou de grandes tarefas com base na linguagem PHP. O ideal da biblioteca é fazer os trabalhos que durariam algumas horas em "três minutos". Este Framework possui mais de 15 classes ... [More] que poderão ajudar em diversos tipos de trabalho que parte do gerenciamento de Arrays até a manipulação de imagens. Isso tudo sem complicações. Quais vantagens o Miojo! oferece? Inúmeras. Além da sua simples sintaxe e nomes bem específicos, ela usa recursos de forma otimizada do PHP e sempre seguirá as evoluções do mesmo. Mas ainda sim, vamos citar algumas, mas lembre-se: existem, com certeza, outras vantagens além destas. Com o Miojo!, o tempo de desenvolvimento diminuirá radicalmente, uma vez que a biblioteca trabalha com comandos simples de se entender e de se aplicar; Seu manual é bem explicativo e, além disso, existem vários exemplos disponíveis no arquivo; Uma das grandes vantagens é de que o Miojo! é Open Source, assim, uma longa comunidade de usuários poderão nos ajudar no desenvolvimento deste projeto. Se você estiver interessado em dar esta ajuda, saiba como fazer isso aqui; Miojo! é constantemente atualizado, seguindo as atualizações do PHP e capturando os recursos que este vai oferecendo. Não perca tempo. Baixe e use! Código-fonte: http://code.google.com/p/miojo/source/browse/#svn/trunk/miojo Detalhe das alterações: http://flashwebsites.com.br/miojo/ [Less]

0
 
  0 reviews  |  0 users  |  3,565 lines of code  |  0 current contributors  |  Analyzed almost 2 years ago
 
 

collection

0
 
  0 reviews  |  0 users  |  218 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

To collect the useful php class. as much as possible to collect by one file........and may be changed to have my own feathers.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Collection of projects by Johan NilssonThe Base Project currently contains the follwing classes. Base_List Base_List_Iterator Base_List_Exception Base_Iterator Example usage: // Dummy example object class Item { private $_name = ''; public function __construct($name) { $this->_name ... [More] = $name; } public function getName() { return $this->_name; } } $list = new Base_List(); $list->attach(new Item('a'))->attach(new Item('b'))->attach(new Item('c')); $list->prepend(new Item('d'), 'key')->prepend(new Item('e')); echo $list->first()->getName() . "\n"; echo $list->last()->getName() . "\n"; foreach ($list as $item) { echo $item->getName() . "\n"; } echo count($list); [Less]

0
 
  0 reviews  |  0 users  |  334 lines of code  |  0 current contributors  |  Analyzed about 15 hours ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.