Skip to content

Instantly share code, notes, and snippets.

View versae's full-sized avatar

Javier de la Rosa versae

View GitHub Profile
@versae
versae / mini_guide_ipython_parallel.ipynb
Last active August 29, 2015 14:10
A Mini Guide to IPython Parallel
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@versae
versae / Elecciones Andaluzas.ipynb
Created March 15, 2015 22:42
Elecciones Andaluzas 2015
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@versae
versae / progressbar.py
Created July 16, 2015 04:25
ProgressBar for Python scripts (from PyMC)
import sys
class ProgressBar:
def __init__(self, iterations):
self.iterations = iterations
self.prog_bar = '[]'
self.fill_char = '*'
self.width = 50
self.__update_amount(0)
@versae
versae / xvfb
Last active November 7, 2015 19:21 — forked from dloman/xvfb
xvfb for use with travis
### BEGIN INIT INFO
# Provides: Xvfb
# Required-Start: $local_fs $remote_fs
# Required-Stop:
# X-Start-Before:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Loads X Virtual Frame Buffer
### END INIT INFO
@versae
versae / maps.ipynb
Last active September 10, 2024 14:46
Extracting roads and road centers
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@versae
versae / nrega.ipynb
Created March 5, 2018 20:52
NREGA scrapping
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@versae
versae / onto.ipynb
Last active January 13, 2020 14:50
Converting Rantanplan outputs to POSTDATA LOD
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.