This file contains hidden or 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 -*- | |
""" | |
Google Plus has no feeds for my +1 and I want to share them in my blog. | |
This is an incredible simple scrapper to hack that stupidly wrong policy. | |
My contents are mine! | |
author: Martín Gaitán <[email protected]> | |
How to use? |
This file contains hidden or 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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
An script to run pep8 and pyflakes via git's pre-commit hook | |
based on https://github.com/lbolla/dotfiles/blob/master/githooks/pre-commit | |
modified by Martin Gaitán <[email protected]> | |
Install: |
This file contains hidden or 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
#!/usr/bin/env python | |
#coding=utf-8 | |
#el juego del numero version python | |
#4 y 5 de enero de 2007 - Martin Gaitan | |
#bajo licencia GPL v2 o superior | |
#[email protected] | |
"""El Numero es un juego de logica y habilidad mental. |
This file contains hidden or 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 | |
mplayer tv:// -tv driver=v4l2:device=/dev/video0:input=1:norm=ntsc:alsa:adevice=hw.0:amode=1 |