This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Calculate seats distribution according to the D'Hondt method. | |
* | |
* @see http://en.wikipedia.org/wiki/D'Hondt_method | |
* @author Eugene Leonovich <[email protected]> | |
* | |
* @param array $polling An associative array (party => votes). | |
* @param integer $totalSeats The total number of seats to be allocated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -u gdm gconftool-2 --set /desktop/gnome/interface/gtk_theme --type string "Orta" | |
sudo -u gdm gconftool-2 --set /desktop/gnome/background/picture_filename --type string "/usr/share/backgrounds/Collapsar.jpg" | |
sudo -u gdm gconftool-2 --set /desktop/gnome/interface/icon_theme --type string "Faenza-Dark" |
NewerOlder