Keybase proof
I hereby claim:
- I am Signez on github.
- I am signez (https://keybase.io/signez) on keybase.
- I have a public key whose fingerprint is 3A27 E495 A137 6947 05EC A988 31D7 7814 A958 D3C0
To claim this, I am signing this object:
#!/bin/bash | |
# <xbar.title>ZEvent</xbar.title> | |
# <xbar.version>v1.0</xbar.version> | |
# <xbar.author>Stanislas Signoud</xbar.author> | |
# <xbar.author.github>Signez</xbar.author.github> | |
# <xbar.desc>Indique l'état actuel de la cagnotte du ZEvent.</xbar.desc> | |
JQ=/usr/local/bin/jq | |
NUMFMT=/usr/local/opt/coreutils/libexec/gnubin/numfmt |
clipboard = reaper.ExecProcess("/bin/bash -c \"" .. | |
"LC_ALL=fr_FR.UTF-8 /usr/bin/pbpaste | " .. | |
"/usr/bin/iconv -f utf8 -t ascii//TRANSLIT//IGNORE | " .. | |
"tr -d \\' | tr -d \\`\"", 1000) | |
lines = {} | |
linesCount = 0 | |
for s in clipboard:gmatch("[^\r\n]+") do | |
if s:match "^%-%-" then | |
result, _ = s:gsub("^%-%-[ ]*", "", 1) |
I hereby claim:
To claim this, I am signing this object:
(Avec Firefox 26, système à jour, nouveau client)
À la première connexion :
Chère internaute, cher internaute,
Il faut que je te raconte une histoire.
Quand il y a plus de six ans j'ai eu la drôle d'idée de créer une webradio avec trois compères, je me suis tout de suite dit :
« Non, on ne va pas diffuser de la musique du commerce. Ça coûte trop cher, c'est trop compliqué. On commencera avec de la musique libre, et on verra plus tard. »
<!-- Les deux lignes suivantes sont à insérer dans le fichier, avant la balise </head> --> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | |
<script type="text/javascript" src="http://trichelieu.net/trichbar.js.php?XXXXXXXX"></script> | |
</head> | |
<!-- On remplacera évidemment XXXXXXXX de l'URL du deuxième script par l'identifiant du site (synopslive, xantah, radio01, etc.) --> |
#ifndef PILOTEBADBGES_H | |
#define PILOTEBADBGES_H | |
/** | |
_ _ | |
| | | | | |
| |__ __ _ __| | __ _ ___ _ _ ___ ___ | |
| '_ \ / _` |/ _` |/ _` |/ _ \ | | / __|/ _ \ |
# This is a nightmare. | |
class PlayerStack: | |
# ... | |
def liquidload(self): | |
lstck = self.getSortedWaitingStack() | |
if (not self.playingElement | |
or ((self.playingElement.startedAt + self.playingElement.length) - time.time()) < Stack.preload | |
or (len(lstck) > 0 and isinstance(lstck[0], Action) and lstck[0].directOnly == True)): | |
if len(lstck) == 0: | |
self.state = "stopped" |