Browsing projects by Tag(s)

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

Showing page 1 of 6

A full-featured, web-based, multilingual (40+ languages), tightly integrated, all-in-one Wiki+CMS+Groupware, Free Source Software (GNU/LGPL), using PHP, MySQL, Zend Framework, jQuery and Smarty. Tiki can be used to create all kinds of Web applications, sites, portals, knowledge base, intranets, and ... [More] extranets. It is actively developed by a very large international community. Tiki is the FOSS Web Application with the most built-in features. Highly configurable and modular, all features are optional and administered via a web-based interface. [Less]

4.35385
   
  11 reviews  |  139 users  |  1,056,139 lines of code  |  38 current contributors  |  Analyzed 12 days ago
 
 

LimeSurvey (previously known as PHPSurveyor) is a PHP web application that interacts with MySQL/MSSQL/Postgres to develop, publish and collect responses to surveys. There are several ways to insert data into the survey: either by a 'pretty' public screen which presents the question(s), or ... [More] using a data entry screen. It includes the capacity to generate individual 'tokens' and branching and has numerous question types and basic statistics. [Less]

4.0
   
  0 reviews  |  37 users  |  398,310 lines of code  |  40 current contributors  |  Analyzed 6 days ago
 
 

Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.

4.75
   
  0 reviews  |  11 users  |  17,383 lines of code  |  14 current contributors  |  Analyzed 5 months ago
 
 

Pollen is an online poll application

4.66667
   
  0 reviews  |  3 users  |  32,107 lines of code  |  6 current contributors  |  Analyzed 12 days ago
 
 

encuestame, is a system developed in Java, to create online surveys. With an advanced system of administration of projects for businesses or individuals, control of pollsters, capturing online, statistics, reports and graphs.

3.0
   
  0 reviews  |  3 users  |  252,758 lines of code  |  8 current contributors  |  Analyzed 4 months ago
 
 

The dG52 PHP & AJAX Poll software is a polling software for use on today's modern and highly trafficked web sites. It's written, ground-up, in object-oriented PHP code making it easy to modify and edit to suit a particular environment. A lot of the user interface features AJAX ... [More] functionality, enhancing usability and making the use of the poll a lot more simple! [Less]

0
 
  0 reviews  |  2 users  |  1,513 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

The project is part of the metagovernment projects. We are trying to develop a website that permit a group of people to self organize

5.0
 
  0 reviews  |  2 users  |  38,048 lines of code  |  1 current contributor  |  Analyzed about 17 hours ago
 
 

Polls for WebsiteBaker and LEPTON CMS

0
 
  0 reviews  |  1 user  |  21,553 lines of code  |  1 current contributor  |  Analyzed 4 days ago
 
 

FlickrpollDescripciónFlickrpoll es un sistema de votaciones para cualquier grupo de flickr que lo necesite. Flickrpoll permite realizar tres votos asignando uno, dos o tres puntos respectivamente dentro de un intervalo temporal. Si usas este código para tu grupo, por favor envíame el nombre del ... [More] grupo y / o la dirección de las votaciones para incluirlo en la lista de sitios que usan flickrpoll. Se pueden ver algunas capturas de pantalla aquí. Información técnicaEl sistema de votaciones flickrpoll utiliza las siguientes tecnologías: ServidorEs necesario un servidor con: PHP como lenguaje de servidor. MySQL como sistema de base de datos. ClienteEl cliente web necesita interpretar javascript, ya que se usan: Lightbox 2 para la vista de fotos. Dojo para los efectos de animación. Instalación y configuraciónCreación de la base de datosPara usar el sistema de votaciones flickrpoll es necesario disponer de una base de datos que podemos llamar flickr con la siguiente estructura: CREATE TABLE IF NOT EXISTS `configuracion` ( `id` int(10) unsigned NOT NULL auto_increment COMMENT 'Índice', `tag` varchar(256) collate utf8_unicode_ci NOT NULL COMMENT 'Flickr tag', `start_date` date NOT NULL COMMENT 'Poll start date', `end_date` date NOT NULL COMMENT 'Poll end date', PRIMARY KEY (`id`), UNIQUE KEY `tag` (`tag`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Configuración del fotomandáo' AUTO_INCREMENT=6 ; CREATE TABLE IF NOT EXISTS `flickr_cache` ( `request` char(35) collate utf8_unicode_ci NOT NULL, `response` mediumtext collate utf8_unicode_ci NOT NULL, `expiration` datetime NOT NULL, KEY `request` (`request`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;ConfiguraciónPara configurar flickrpoll se deben editar los ficheros auth.php y database.inc.php y añadir los datos de acceso al grupo y a la base de datos. auth.php $api_key = "flickr_api_key"; $api_secret = "flickr_api_secret";database.inc.php var $HOST = "database_host"; var $USERNAME = "database_username"; var $USERGROUP = "flickr_group"; var $PASSWORD = "database_password"; var $FLICKR_DB = "database_name"; var $CACHE_SECONDS = 604800; // Una semana var $API_KEY = "flickr_api_key"; var $API_SECRET = "flickr_api_secret";Los nombres de las variables son autoexplicativos, y los valores de ejemplo también. Uso de flickrpollPara crear un concurso nuevo tan solo habrá que añadir una entrada a la tabla configuracion de la base de datos. Por ejemplo: INSERT INTO `configuracion` (`tag`, `start_date`, `end_date`) VALUES ('XIIIFotoMandao', '2008-03-27', '2008-03-31');El campo tag es una etiqueta en flickr que se ha de añadir a cada foto que quiera participar en el concurso. Las fechas start_date y end_date son las fechas de inicio y fin de la votación respectivamente. En el momento en el que alguien acceda a la página de votaciones y la fecha coincida con start_date se creará todo lo necesario automáticamente y las votaciones seguirán vigentes hasta la fecha end_date. Todo esto es automático sin intervención ninguna. Durante las votaciones tres medallas: oro, plata y bronce se irán colocando automáticamente sobre las tres fotos con más votos por orden. [Less]

5.0
 
  0 reviews  |  1 user  |  10,841 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

A webtool for creating and publishing surveys on-line.

0
 
  0 reviews  |  0 users  |  1 line of code  |  0 current contributors  |  Analyzed 2 days 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.