Créer un parlement virtuel pour avoir un contre pouvoir virtuel. L'idée est d'avoir le point de vue des citoyens sur les lois votées dans une assemblée et de le comparer au votes éfectués à l'assemblée réel.
This file contains 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
// ==UserScript== | |
// @name proxfree youtube | |
// @namespace proxfree | |
// @include http://www.youtube.com/* | |
// @include https://www.youtube.com/* | |
// @include *proxfree* | |
// @version 1 | |
// ==/UserScript== | |
// | |
if (/.*proxfree.*/.exec(window.location.href)) { |
This file contains 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
from chut import * # noqa | |
@console_script(fmt='msg') | |
def backup(args): | |
""" | |
Usage: %prog [options] sync [<server>...] | |
%prog add <target> | |
%prog list |
This file contains 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
#!/bin/bash | |
if ! [ -e seahub.sh ]; then | |
echo "This script must be run in the directory of the seahub.sh script" | |
exit 1 | |
fi | |
function check_python_executable () { | |
if [[ "$PYTHON" != "" && -x $PYTHON ]]; then | |
return 0 |
Usage:
$ git clone https://gist.github.com/7273196.git pypy-benches $ cd pypy-benches $ python2.7 bootstrap.py $ bin/buildout
zope.interface bench:
$ python2.7 bin/zope-interface
This file contains 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
#!/system/bin/sh | |
if [ -f adb ]; then | |
./adb push 11link2sd /system/etc/init.d/11link2sd | |
./adb shell chown root:shell /system/etc/init.d/11link2sd | |
./adb shell chmod +x /system/etc/init.d/11link2sd | |
exit | |
fi | |
LOG=/data/link2sd-11link2sd.log |
This file contains 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
s3ql-* | |
pyenv |
This file contains 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
# -*- coding: utf-8 -*- | |
from chut import gpg | |
from chut import * # noqa | |
from getpass import getpass | |
from hashlib import sha1 | |
import pexpect | |
def get_password(): |
OlderNewer