democratic
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4
DemoWave 0.1.0
DemoWave is a Web application for conducting referendum. more>>
DemoWave is a Web application for conducting referendums that:
allows anyone to propose a new referendum
minimizes the negative effects of people "spamming" the system with bogus referendums
makes referendums where people disagree a lot take longer to go through.
In addition, it can manage a set of laws and referendums on changes to those laws.
DemoWave is intended for democratic organizations that need to decrease the bureaucratic load and increase the participation of their members in the decision-making process.
<<lessallows anyone to propose a new referendum
minimizes the negative effects of people "spamming" the system with bogus referendums
makes referendums where people disagree a lot take longer to go through.
In addition, it can manage a set of laws and referendums on changes to those laws.
DemoWave is intended for democratic organizations that need to decrease the bureaucratic load and increase the participation of their members in the decision-making process.
Download (0.085MB)
Added: 2006-11-17 License: GPL (GNU General Public License) Price:
1071 downloads
demexp 0.8.0
demexp is a client/server system for direct democracies. more>>
demexp is a client/server system for direct democracies. demexp makes it possible to ask questions in the system, add new answers to those questions, and vote on proposed answers.
The voting procedure used is Condorcet voting. Questions are classified, and a delegation system allows ones vote for certain questions to be assigned to a chosen delegate.
The software is tailored to the needs of the Democratic Experience project.
Enhancements:
- A new configuration file that supports version upgrading.
- Support for client internationalization. Translations of the (English) client into French and Esperanto.
- An experimental Web client in OCaml (using WDialog). Improvement of the Windows installer.
- Simplification of the clients interface.
- Tooltips on column titles.
- Various bugfixes in the client and the server.
<<lessThe voting procedure used is Condorcet voting. Questions are classified, and a delegation system allows ones vote for certain questions to be assigned to a chosen delegate.
The software is tailored to the needs of the Democratic Experience project.
Enhancements:
- A new configuration file that supports version upgrading.
- Support for client internationalization. Translations of the (English) client into French and Esperanto.
- An experimental Web client in OCaml (using WDialog). Improvement of the Windows installer.
- Simplification of the clients interface.
- Tooltips on column titles.
- Various bugfixes in the client and the server.
Download (0.17MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1109 downloads
Class::DataStore 0.07
Class::DataStore is a Perl module for generic OO data storage/retrieval. more>>
Class::DataStore is a Perl module for generic OO data storage/retrieval.
SYNOPSIS
my %values = ( one => 1, two => 2 );
my $store = Class::DataStore->new( %values );
# using get/set methods
$store->set( three, 3 );
my $three = $store->get( three );
# using AUTOLOAD method
$store->four( 4 );
my $four = $store->four;
my @four = $store->four; # returns a list
my $exists = $store->exists( three ); # $exists = 1
my $data_hashref = $store->dump;
$store->clear;
Class::DataStore implements a simple storage system for object data. This data can be accessed via get/set methods and AUTOLOAD. AUTOLOAD calls are not added to the symbol table, so using get/set will be faster. Using AUTOLOAD also means that you will not be able to store data with a key that is already used by a instance method, such as "get" or "exists".
This module was written originally as part of a website framework that was used for the Democratic National Committee website in 2004. Some of the implementations here, such as get() optionally returning a list if called in array context, reflect the way this module was originally used for building web applications.
Class::DataStore is most useful when subclassed. To preserve the AUTOLOAD functionality, be sure to add the following when setting up the subclass:
use base Class::DataStore;
*AUTOLOAD = &Class::DataStore::AUTOLOAD;
This module is also a useful add-on for modules that need quick and simple data storage, e.g. to store configuration data:
$self->{_config} = Class::Datastore->new( $config_data );
sub config { return $_[0]->{_config}; }
my $server = $self->config->server;
my $sender = $self->config->get( sender );
<<lessSYNOPSIS
my %values = ( one => 1, two => 2 );
my $store = Class::DataStore->new( %values );
# using get/set methods
$store->set( three, 3 );
my $three = $store->get( three );
# using AUTOLOAD method
$store->four( 4 );
my $four = $store->four;
my @four = $store->four; # returns a list
my $exists = $store->exists( three ); # $exists = 1
my $data_hashref = $store->dump;
$store->clear;
Class::DataStore implements a simple storage system for object data. This data can be accessed via get/set methods and AUTOLOAD. AUTOLOAD calls are not added to the symbol table, so using get/set will be faster. Using AUTOLOAD also means that you will not be able to store data with a key that is already used by a instance method, such as "get" or "exists".
This module was written originally as part of a website framework that was used for the Democratic National Committee website in 2004. Some of the implementations here, such as get() optionally returning a list if called in array context, reflect the way this module was originally used for building web applications.
Class::DataStore is most useful when subclassed. To preserve the AUTOLOAD functionality, be sure to add the following when setting up the subclass:
use base Class::DataStore;
*AUTOLOAD = &Class::DataStore::AUTOLOAD;
This module is also a useful add-on for modules that need quick and simple data storage, e.g. to store configuration data:
$self->{_config} = Class::Datastore->new( $config_data );
sub config { return $_[0]->{_config}; }
my $server = $self->config->server;
my $sender = $self->config->get( sender );
Download (0.004MB)
Added: 2006-10-06 License: Perl Artistic License Price:
1113 downloads
Salonify 0.82
Salonify is a Perl script which displays images that you have organized in a directory hierarchy. more>>
Salonify is a Perl script which displays images that you have organized in a directory hierarchy.
The Web user can choose to see photos as thumbnails or in small, medium, or full-size format; rotate the images; modify the captions; move from folder to folder or image to image easily; and customize the layout.
The administrator can also take away any of these abilities from the user if they want. By default, the captioning is totally democratic (or wiki-like)--anyone visiting your site can change the captions. You can also lock this down.
Salonify generates nearly w3c-compliant HTML (getting closer all the time) and renders quite well in all tested browsers, including w3m-img, lynx, Mozilla, Opera, Netscape, Internet Explorer, etc..
It uses JavaScript when available but does not depend on it, and makes special allowances for bugs in certain browsers.
Enhancements:
- New feature to permit visitors to download entire album as a ZIP file. See the config file for the new options, salonify_generate_static_archive_file and salonify_generate_dynamic_archive_file. The "dynamic generate" is enabled by default, but if you want to limit disk space usage, youll need a script that runs occasionally to delete the ZIP files that are created.
- If this feature is enabled, a new "download album" button will appear above the thumbnail view.
- More error checking when loading modules--try to tell user what is missing.
- More error checking when using RCS to check out files--give user option to override RCS lock on make_salonify.
- Update documentation, in particular the USAGE file.
<<lessThe Web user can choose to see photos as thumbnails or in small, medium, or full-size format; rotate the images; modify the captions; move from folder to folder or image to image easily; and customize the layout.
The administrator can also take away any of these abilities from the user if they want. By default, the captioning is totally democratic (or wiki-like)--anyone visiting your site can change the captions. You can also lock this down.
Salonify generates nearly w3c-compliant HTML (getting closer all the time) and renders quite well in all tested browsers, including w3m-img, lynx, Mozilla, Opera, Netscape, Internet Explorer, etc..
It uses JavaScript when available but does not depend on it, and makes special allowances for bugs in certain browsers.
Enhancements:
- New feature to permit visitors to download entire album as a ZIP file. See the config file for the new options, salonify_generate_static_archive_file and salonify_generate_dynamic_archive_file. The "dynamic generate" is enabled by default, but if you want to limit disk space usage, youll need a script that runs occasionally to delete the ZIP files that are created.
- If this feature is enabled, a new "download album" button will appear above the thumbnail view.
- More error checking when loading modules--try to tell user what is missing.
- More error checking when using RCS to check out files--give user option to override RCS lock on make_salonify.
- Update documentation, in particular the USAGE file.
Download (0.036MB)
Added: 2005-09-16 License: GPL (GNU General Public License) Price:
1498 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above democratic search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed