I hereby claim:
- I am blaze33 on github.
- I am maxmre (https://keybase.io/maxmre) on keybase.
- I have a public key ASA9LihvaxfphjHLzNhBO-RC4TRQ1cIMjiJnOflk7NDc1Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
The NASA Blue Marble is reprojected using d3.geo.kavrayskiy7’s invert function.
| #!/bin/bash | |
| # by http://github.com/jacobevans | |
| # -- Added some nice color/formatting | |
| # modified from http://github.com/kortina | |
| # modified from http://github.com/jehiah | |
| # this prints out branch ahead/behind status vs origin/master for all branches | |
| # example: | |
| # $ git branch-status | |
| # dns_check (ahead 1) | (behind 112) origin/master |
480 km à travers la montagne jusqu'à Nice et 8 jours pour bien avancer sur le chemin, arrivée probable à Modane...
| #!/bin/bash | |
| # | |
| # DESCRIPTION: | |
| # | |
| # Set the bash prompt according to: | |
| # * the active virtualenv | |
| # * the branch/status of the current git repository | |
| # * the branch/status of the current mercurial repository | |
| # * the return value of the previous command | |
| # |
| #!/usr/bin/env python | |
| try: | |
| import gtk, gobject, pygtk, os, os.path, pynotify, time | |
| pygtk.require('2.0') | |
| except: | |
| print "Error: need python-notify, python-gtk2, python-gobject and gtk" | |
| def my_timer(n): | |
| n.update("NotifyOSD Clock", time.asctime()) | |
| n.show() |