Skip to content

Instantly share code, notes, and snippets.

@py-crash
py-crash / Keybase.md
Created September 12, 2020 00:56
Keybase

Keybase proof

I hereby claim:

  • I am py-crash on github.
  • I am py_crash (https://keybase.io/py_crash) on keybase.
  • I have a public key ASDEDiA5ioXCzyJ5w43wbHRQq9wzhgqwmV6XPumkccYZFAo

To claim this, I am signing this object:

@py-crash
py-crash / thunderbird-check.sh
Created June 25, 2013 15:13
Just a deamon to check if I have to update my package in aur
#/bin/bash
pkgver=24.0a2
sha512_32=`wget http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-comm-aurora/thunderbird-$pkgver.en-US.linux-i686.checksums -qO - | grep bz | grep 512 | cut -d " " -f1`
if [ "$sha512_32" != "a7d0dfcfb8f33e40d1bb0dfbfbe67ca983d4bcf9cb00cf84195b63c5edf23bffce0e812a338dfd1d82e13197cdc35411c42e792810484d0b6f8fa991be6bb5433" ];
then
notify-send "Actualiza la versión de thunderbird de 32 bits"
@py-crash
py-crash / gist:5216430
Created March 21, 2013 20:29
just joking arround with python
#Defing the variables
coffee = 0
mate = 0
#Defining Functions
def GoToSleep():
if coffee > 0:
print "Keep working"
elif mate > 0: