Skip to content

Instantly share code, notes, and snippets.

View rybakit's full-sized avatar

Eugene Leonovich rybakit

View GitHub Profile
@rybakit
rybakit / dhondt.php
Created May 26, 2011 10:05
Calculate seats distribution according to the D'Hondt method
<?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.
@rybakit
rybakit / gist:888262
Created March 26, 2011 13:01
A set of commands to change default GDM theme
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"