what is democracy
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 14
Direct Democracy Portal 20070426
Direct Democracy Portal is a portal for online organizations governed through direct democracy. more>>
Direct Democracy Portal is a portal for online organizations governed through direct democracy.
It uses Maven 2, MySQL, hibernate3, Spring, Struts Tiles, and JSTL on JBoss.
<<lessIt uses Maven 2, MySQL, hibernate3, Spring, Struts Tiles, and JSTL on JBoss.
Download (1.8MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
920 downloads
Play What I Mean 0.09
Play What I Mean plays media files on a local machine based on a given set of terms found within the filenames. more>>
Play What I Mean project allows a user to, from a single commandline or terminal, enter a string, or list of strings, that represent what he/she wishes to have played by whatsoever media player he chooses, the default being MPlayer, and then having that particular item be found and played.
What this essentially means is that if I were to have a sudden hankering to listen to a particular song or video, lets say Ice Pick by The Pillows, which happens to be the song to a particular music video that I enjoy watching. Under the traditional methods of video viewing I would be stuck with two potential courses of action for playing this particular file:
- Change directories several times to that one folder somewhere that I "know" its in, or
- Point and Click my mouse until I find that same directory and then search through what could be countless files to find it.
Each of these prospective choices have their own inherent difficulties and ire. Using the commandline often requires alot of typing to arrive at the desired directory, often times nestled deep within the tree.
Once there your problems only multiply by the number of files you actually store in your "media" folder, try ls | moreing through a heavily populated folder looking for the name of that file you wanted to play sometime, it isnt too fun and further is a waste of my valuable time.
You may be thinking at this point that the second option, the graphical one, must be easier since its exciting, full of pictures, and frankly novel, I disagree. I may not be the best judge on this matter, seeing as how I cant see out of my right eye however, I feel that scanning through a large folder, or folders, full of files is quite a strain on the vision, and more importantly an unnescesary burden on what should be a simple matter.
Main features:
- Nestable Playlist support
- Multi-string arguments
- Transparent command option passing
- Cache for faster access of frequently played files
- Graphical configure
<<lessWhat this essentially means is that if I were to have a sudden hankering to listen to a particular song or video, lets say Ice Pick by The Pillows, which happens to be the song to a particular music video that I enjoy watching. Under the traditional methods of video viewing I would be stuck with two potential courses of action for playing this particular file:
- Change directories several times to that one folder somewhere that I "know" its in, or
- Point and Click my mouse until I find that same directory and then search through what could be countless files to find it.
Each of these prospective choices have their own inherent difficulties and ire. Using the commandline often requires alot of typing to arrive at the desired directory, often times nestled deep within the tree.
Once there your problems only multiply by the number of files you actually store in your "media" folder, try ls | moreing through a heavily populated folder looking for the name of that file you wanted to play sometime, it isnt too fun and further is a waste of my valuable time.
You may be thinking at this point that the second option, the graphical one, must be easier since its exciting, full of pictures, and frankly novel, I disagree. I may not be the best judge on this matter, seeing as how I cant see out of my right eye however, I feel that scanning through a large folder, or folders, full of files is quite a strain on the vision, and more importantly an unnescesary burden on what should be a simple matter.
Main features:
- Nestable Playlist support
- Multi-string arguments
- Transparent command option passing
- Cache for faster access of frequently played files
- Graphical configure
Download (0.054MB)
Added: 2006-02-01 License: LGPL (GNU Lesser General Public License) Price:
1361 downloads
torrentocracy 0.0.11
torrentocracy is an RSS aggregator and bittorrent downloader for MythTV. more>>
Torrentocracy (pronounced like the word democracy) is the combination of RSS, bit torrent, your television and your remote control. In effect, it is what gives any properly motivated person or entity the ability to have their own TV station.
By running torrentocracy on a computer connected to your television, you not only become a viewer of any available content from the internet, but you also become a part of a vast grass roots media distribution network.
This is not about the illegal distribution of media, but rather its about enabling an entirely new way to receive the video which you watch on your TV.
If you ever wondered how and when your computer, the internet and your television would merge into one seemless device with access to anything and everything, then at this very moment the theme song from 2001: A Space Odyssey ("Also Sprach Zarathustra") should be resounding through your head.
<<lessBy running torrentocracy on a computer connected to your television, you not only become a viewer of any available content from the internet, but you also become a part of a vast grass roots media distribution network.
This is not about the illegal distribution of media, but rather its about enabling an entirely new way to receive the video which you watch on your TV.
If you ever wondered how and when your computer, the internet and your television would merge into one seemless device with access to anything and everything, then at this very moment the theme song from 2001: A Space Odyssey ("Also Sprach Zarathustra") should be resounding through your head.
Download (0.060MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1643 downloads

Where is M13 for Linux 2.2
It helps you visualize the locations and physical properties of deep sky objects more>> Where is M13? is a unique application that helps you visualize the locations and physical properties of deep sky objects in and around the Galaxy.
At home, Where is M13? serves as a reference you will frequently turn to when you read about an object and become curious where it is with respect to our galaxy. In the field, the program will enhance your observing experience by allowing you to get an intuitive sense of the physical location, size, luminosity, and distance of the object you are viewing. You will find Where is M13? a great educational and outreach tool as well.<<less
Download (1.41MB)
Added: 2009-04-18 License: Freeware Price: Free
188 downloads
What 1.01
What is a Perl module to find out about running services. more>>
What is a Perl module to find out about running services.
SYNOPSIS
$what = What->new(
Host => my.domain.org,
Port => 28,
);
$what->mta;
$what->mta_version;
$what->mta_banner;
The What class is interface to classes providing information about running services. What::MTA is the only implementation so far.
What::MTA
MTAs supported are: Exim, Postfix (version only on localhost), Sendmail, Courier (name only), XMail, MasqMail.
See What::MTA for details.
METHODS
new
$obj = What->new( Host => "10.10.10.1", Port => 25 )
mta()
Returns the name of the MTA running.
mta_banner()
Returns the banner message.
mta_version()
Returns the MTA version.
<<lessSYNOPSIS
$what = What->new(
Host => my.domain.org,
Port => 28,
);
$what->mta;
$what->mta_version;
$what->mta_banner;
The What class is interface to classes providing information about running services. What::MTA is the only implementation so far.
What::MTA
MTAs supported are: Exim, Postfix (version only on localhost), Sendmail, Courier (name only), XMail, MasqMail.
See What::MTA for details.
METHODS
new
$obj = What->new( Host => "10.10.10.1", Port => 25 )
mta()
Returns the name of the MTA running.
mta_banner()
Returns the banner message.
mta_version()
Returns the MTA version.
Download (0.027MB)
Added: 2007-05-11 License: Perl Artistic License Price:
897 downloads
Zile is Lossy Emacs 2.2.41
Zile is Lossy Emacs is an Emacs clone. more>>
Zile project is a small Emacs clone. Zile is a customizable, self-documenting real-time open-source display editor. Zile was written to be as similar as possible to Emacs; every Emacs user should feel at home.
Main features:
Small
- It is very useful for small footprint installations (like on floppy disk) or quick editing sessions. A typical binary is about 100Kb.
8-bit clean
- Zile can operate with binary files.
Looks like Emacs
- Most Zile key sequences and function names are identical to Emacs ones.
Multi buffer editing with multi level undo
- The number of files and undo operations that Zile can handle is limited only by memory.
Multi window
- Zile can display multiple windows on the screen.
Killing, yanking and registers
- The standard killing, yanking and register features of Emacs are available under Zile.
Minibuffer completion
- Zile can complete commands and filenames in the minibuffer.
Auto fill (word wrap)
- Zile automatically breaks the lines when they become too wide (if the Auto Fill Mode is enabled).
Enhancements:
- This release stops long file names from causing problems with the modeline.
<<lessMain features:
Small
- It is very useful for small footprint installations (like on floppy disk) or quick editing sessions. A typical binary is about 100Kb.
8-bit clean
- Zile can operate with binary files.
Looks like Emacs
- Most Zile key sequences and function names are identical to Emacs ones.
Multi buffer editing with multi level undo
- The number of files and undo operations that Zile can handle is limited only by memory.
Multi window
- Zile can display multiple windows on the screen.
Killing, yanking and registers
- The standard killing, yanking and register features of Emacs are available under Zile.
Minibuffer completion
- Zile can complete commands and filenames in the minibuffer.
Auto fill (word wrap)
- Zile automatically breaks the lines when they become too wide (if the Auto Fill Mode is enabled).
Enhancements:
- This release stops long file names from causing problems with the modeline.
Download (0.34MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
807 downloads
Jinamp Is Not An Mp3 Player 1.0.5
Jinamp is primarily a music shuffler for command line junkies. more>>
Jinamp is primarily a music shuffler for command line junkies. Jinamp runs in the background and does not require X or even a terminal.
A control program allows limited control over the playing (pause, next song, etc., but no seeking).
The actual playing is done by other programs, so it can be adapted for other purposes, such as shuffling video clips for advertising.
Enhancements:
- The control tools have been improved, in particular making once-off song requests possible.
<<lessA control program allows limited control over the playing (pause, next song, etc., but no seeking).
The actual playing is done by other programs, so it can be adapted for other purposes, such as shuffling video clips for advertising.
Enhancements:
- The control tools have been improved, in particular making once-off song requests possible.
Download (0.10MB)
Added: 2005-11-14 License: GPL (GNU General Public License) Price:
1439 downloads
Qingy Is Not Getty 0.9.6
qingy is a replacement for getty. more>>
qingy is a replacement for getty. It uses DirectFB to provide a fast, nice GUI without the overhead of the X Windows System.
Qingy Is Not Getty project allows the user to log in and start the session of his choice (text console, GNOME, KDE, wmaker, etc.).
Main features:
- It remembers last user who logged in, with focus on password
- It also rememebers last session each user chose
- Alternatively it remembers last session on a per-tty basis
- Fully themable
- A theme will look the same on all machines, independently of the resolution
- You can select your favourite theme, or a random one every time
- Both text and X sessions are supported
- You can start more that one X session at once
- You can even start X inside a console when X sessions are already running
- PAM support
- Support for screen savers
- Auto log-in support
- Session locking support
- tty specific options support
- Customizable key bindings.
- Text mode support
Enhancements:
- Detached qingy from its controlling tty when starting sessions.
- qingy no longer tries to kill its GUI as it should not hang any more.
- Fixed bug that made shells other that zsh be invoked with a double -; that is --bash instead of -bash, which is the correct form for login shell invocation.
- Added proper escaping for session names, removed quoting around them.
- Added support for selecting whether to start the X server in the same tty qingy is running in (default for qingy), or in an unused one (default for startx)
<<lessQingy Is Not Getty project allows the user to log in and start the session of his choice (text console, GNOME, KDE, wmaker, etc.).
Main features:
- It remembers last user who logged in, with focus on password
- It also rememebers last session each user chose
- Alternatively it remembers last session on a per-tty basis
- Fully themable
- A theme will look the same on all machines, independently of the resolution
- You can select your favourite theme, or a random one every time
- Both text and X sessions are supported
- You can start more that one X session at once
- You can even start X inside a console when X sessions are already running
- PAM support
- Support for screen savers
- Auto log-in support
- Session locking support
- tty specific options support
- Customizable key bindings.
- Text mode support
Enhancements:
- Detached qingy from its controlling tty when starting sessions.
- qingy no longer tries to kill its GUI as it should not hang any more.
- Fixed bug that made shells other that zsh be invoked with a double -; that is --bash instead of -bash, which is the correct form for login shell invocation.
- Added proper escaping for session names, removed quoting around them.
- Added support for selecting whether to start the X server in the same tty qingy is running in (default for qingy), or in an unused one (default for startx)
Download (0.62MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
912 downloads
LINGOT Is Not a Guitar-Only Tuner 0.7.2
LINGOT is a musical instrument tuner. more>>
LINGOT is a musical instrument tuner. LINGOT is easy to use, accurate, and highly configurable. Originally conceived to tune electric guitars, its configurability gives it a more general character. (Tuning another instruments has not been tested).
It looks like an analogic tuner, with a gauge indicating the relative shift to a certain note --found automatically as the closest note to the estimated frequency--, indicating that note and its frequency.
The note will be found automatically, since the program hasnt any manual function mode (indicating the note to tune manually), for mantaining its general purpose.
We recommend using the tuner in conjunction with a sound mixer for selecting the desired recording source and the signal recording levels.
Main features:
- Accurate.
- Easy to use. Just plug in your instrument and run tuner.
- Very configurable via GUI. Its possible to change any parameter while the program is running, without editing any file.
- It works in an automatic way. It isnt necessary specify the note to tune; the program guesses it.
- Its free software. It has GPL license.
- Tuning other instruments than guitars is possible. Since this program guesses the note you are playing, it can be used to tune a piano, a bass, a violin, etc.
Enhancements:
- Files have been reorganized to a more "GNU-like" structure.
- Multi-lingual support has been added.
<<lessIt looks like an analogic tuner, with a gauge indicating the relative shift to a certain note --found automatically as the closest note to the estimated frequency--, indicating that note and its frequency.
The note will be found automatically, since the program hasnt any manual function mode (indicating the note to tune manually), for mantaining its general purpose.
We recommend using the tuner in conjunction with a sound mixer for selecting the desired recording source and the signal recording levels.
Main features:
- Accurate.
- Easy to use. Just plug in your instrument and run tuner.
- Very configurable via GUI. Its possible to change any parameter while the program is running, without editing any file.
- It works in an automatic way. It isnt necessary specify the note to tune; the program guesses it.
- Its free software. It has GPL license.
- Tuning other instruments than guitars is possible. Since this program guesses the note you are playing, it can be used to tune a piano, a bass, a violin, etc.
Enhancements:
- Files have been reorganized to a more "GNU-like" structure.
- Multi-lingual support has been added.
Download (0.44MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
853 downloads
Vamos 0.1 (rootz)
Vamos project allows computers to run software directly from the network, without installations. more>>
Vamos software allows computers to run software directly from the network, without installations. The software is stored on servers and is centrally maintained without the users effort or attention.
rootz is a new no install system that works differently. It mounts complete live systems over the web, and make them available locally. With rootz you can attach your local linux system to various livecds and simply run applications without any installation.
rootz is connected to the desired image (iso or squashfs), and uses rootz:// links to launch applications. The main advantage of this system, is that it uses unchanged official software without any repackaging (as opposed to klik, zero install or autopackage). Moreover, it is a true "on demand" mechanism that does not require full download of the software but fetches only the needed files. rootz can set up multiple isolated chroot environments, so it is possible run stable application side by side with new bleeding edge software.
Installation:
as non-root:
wget http://vamosproject.com/upload/rootz/install -O -| sh
Setup
The syntax is: rootz url.of.iso/.squash mountpoint
Examples:
Vamos client:
sudo mkdir /mnt/vamos
sudo ~/rootz/rootz http://vamosproject.com/upload/vamos-client-1.0b.squashfs /mnt/vamos
From this chroot you can run frozen bubble
Ubunutu Feisty Fawn:
sudo mkdir /mnt/feisty
sudo ~/rootz/rootz http://cdimage.ubuntu.com/cdimage/releases/feisty/herd-2/feisty-desktop-i386.iso /mnt/feisty
From this chroot you can run gaim
Debian Live with XFCE:
sudo mkdir /mnt/debian-live
sudo ~/rootz/rootz http://live.debian.net/daily-builds/current/i386/debian-live-sid-i386-xfce-desktop.iso /mnt/debian-live
From this chroot you can run thunar
Ubuntu "Ultimate":
sudo mkdir /mnt/ultimate
sudo ~/rootz/rootz http://fly5.pp.fi/ultimate/ubuntu-ultimate1.1.iso /mnt/ultimate
From this chroot you can run Democracy player
Run
You just need to click on those rootz:// links above, and wait... After few runs the page cache will contain common libs and files so applications will run faster.
Another option is to rootz-launcher in the command line interface. With this script you will be able to run non-gui programs.
Example:
~/rootz/rootz-launcher dpkg -l
<<lessrootz is a new no install system that works differently. It mounts complete live systems over the web, and make them available locally. With rootz you can attach your local linux system to various livecds and simply run applications without any installation.
rootz is connected to the desired image (iso or squashfs), and uses rootz:// links to launch applications. The main advantage of this system, is that it uses unchanged official software without any repackaging (as opposed to klik, zero install or autopackage). Moreover, it is a true "on demand" mechanism that does not require full download of the software but fetches only the needed files. rootz can set up multiple isolated chroot environments, so it is possible run stable application side by side with new bleeding edge software.
Installation:
as non-root:
wget http://vamosproject.com/upload/rootz/install -O -| sh
Setup
The syntax is: rootz url.of.iso/.squash mountpoint
Examples:
Vamos client:
sudo mkdir /mnt/vamos
sudo ~/rootz/rootz http://vamosproject.com/upload/vamos-client-1.0b.squashfs /mnt/vamos
From this chroot you can run frozen bubble
Ubunutu Feisty Fawn:
sudo mkdir /mnt/feisty
sudo ~/rootz/rootz http://cdimage.ubuntu.com/cdimage/releases/feisty/herd-2/feisty-desktop-i386.iso /mnt/feisty
From this chroot you can run gaim
Debian Live with XFCE:
sudo mkdir /mnt/debian-live
sudo ~/rootz/rootz http://live.debian.net/daily-builds/current/i386/debian-live-sid-i386-xfce-desktop.iso /mnt/debian-live
From this chroot you can run thunar
Ubuntu "Ultimate":
sudo mkdir /mnt/ultimate
sudo ~/rootz/rootz http://fly5.pp.fi/ultimate/ubuntu-ultimate1.1.iso /mnt/ultimate
From this chroot you can run Democracy player
Run
You just need to click on those rootz:// links above, and wait... After few runs the page cache will contain common libs and files so applications will run faster.
Another option is to rootz-launcher in the command line interface. With this script you will be able to run non-gui programs.
Example:
~/rootz/rootz-launcher dpkg -l
Download (0.010MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
972 downloads
KatchTV 0.91
KatchTV is an Internet TV application for KDE. KatchTV makes it easy to subscribe to TV channels from all over the internet in the form of podcasts, so that you can browse channels, download more>>
KatchTV is an "Internet TV" application for KDE. KatchTV makes it easy to subscribe to "TV" channels from all over the internet in the form of podcasts, so that you can browse channels, download shows, and watch them, all from one convenient interface.
KatchTV is very similar to Democracy TV, but focuses on KDE integration, using KHTMLPart and embedded players such as kaffeine. Its much faster, and lighter on resources if you run a KDE desktop without GTK apps.
Installation is easy, as long as your distro has PyKDE, PyQt, and Kaffeine. Just untar to some directory like /usr/local, and run the KatchTV program. You can also make a symlink to that executable from a directory like /usr/local/bin, and KatchTV will work out where to find its files.
Comments welcome; let me know if youve any problems using it.
<<lessKatchTV is very similar to Democracy TV, but focuses on KDE integration, using KHTMLPart and embedded players such as kaffeine. Its much faster, and lighter on resources if you run a KDE desktop without GTK apps.
Installation is easy, as long as your distro has PyKDE, PyQt, and Kaffeine. Just untar to some directory like /usr/local, and run the KatchTV program. You can also make a symlink to that executable from a directory like /usr/local/bin, and KatchTV will work out where to find its files.
Comments welcome; let me know if youve any problems using it.
Download (0.10MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
874 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
Miro 0.9.8
Miro (ex Democracy Player) is a cross-platform Bittorrent-enabled RSS aggregator with built-in video playback. more>> <<less
Download (MB)
Added: 2007-07-19 License: Freeware Price:
3197 downloads
SabayonLinux 3.26 (x86_64)
Sabayon Linux is a live DVD designed to transform a computer into a powerful Gentoo Linux system in less than 5 minutes. more>>
Sabayon Linux is a live DVD designed to transform a computer into a powerful Gentoo Linux system in less than 5 minutes.
Gentoo Linux is a Linux distribution powered by a software install manager engine called "Portage". Besides functioning as a live DVD, Sabayon Linux can also be installed on a hard disk, acting effectively as an easy-to-use Gentoo installation disk.
The live DVD includes a large range of desktop environments and open source software applications, such as KDE, GNOME, XFce, Fluxbox, KOffice, OpenOffice.org, FreeNX, amaroK, Kaffeine, etc.
Enhancements:
- Linux kernel 2.6.19 with sata_promise driver now supports PATA connectors too; NdisWrapper updated to 1.34rc2; KVM now is detected and works out of the box on VT-enabled CPUs; KDE Print control panel now works; AbiWord updated to 2.4.6; Democracy Player updated to 0.9.2.1; Amarok now works; ALSA updated to 1.0.14rc1; Flash Player updated to 9.0.21.78; installer: multi-user configuration now works; highly improved boot time by triggering doslowusb only when really needed; OpenGL auto-configuration now takes half of the time to configure video card....
<<lessGentoo Linux is a Linux distribution powered by a software install manager engine called "Portage". Besides functioning as a live DVD, Sabayon Linux can also be installed on a hard disk, acting effectively as an easy-to-use Gentoo installation disk.
The live DVD includes a large range of desktop environments and open source software applications, such as KDE, GNOME, XFce, Fluxbox, KOffice, OpenOffice.org, FreeNX, amaroK, Kaffeine, etc.
Enhancements:
- Linux kernel 2.6.19 with sata_promise driver now supports PATA connectors too; NdisWrapper updated to 1.34rc2; KVM now is detected and works out of the box on VT-enabled CPUs; KDE Print control panel now works; AbiWord updated to 2.4.6; Democracy Player updated to 0.9.2.1; Amarok now works; ALSA updated to 1.0.14rc1; Flash Player updated to 9.0.21.78; installer: multi-user configuration now works; highly improved boot time by triggering doslowusb only when really needed; OpenGL auto-configuration now takes half of the time to configure video card....
Download (MB)
Added: 2007-02-19 License: GPL (GNU General Public License) Price:
978 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 what is democracy 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