Skip to content

Instantly share code, notes, and snippets.

View hugosenari's full-sized avatar
🌞

Hugo Sena Ribeiro hugosenari

🌞
View GitHub Profile
@hugosenari
hugosenari / USA_Inflation_Heatmap.py
Last active March 29, 2018 14:41
Heatmap and boxplot of USA monthly inflation using Python 3.
import pandas as pd
from matplotlib import pyplot
import seaborn as sns
import quandl
quandl.ApiConfig.api_key = '????????????????????' # Here goes your key - get it on Quandl´s website after you open an free account.
# www.quandl.com
p0 = '19140101'
p1 = '20171231'
@hugosenari
hugosenari / BIG iOS URL SCHEME LIST 1.txt
Last active November 27, 2023 12:04 — forked from genadyo/gist:295a5e8f0d743f57137f
Android/IOs Url Schemas
BIG iOS URL SCHEME LIST
HAD TO MAKE A DROPBOX FILE BECAUSE THIS LIST WAS TOO LONG TO POST IN THE COMMENTS OR NOT MAKE THE WORKFLOW APP TAKE FOREVER TO READ IT.
☠JAILBREAK/SYSTEM APPS
--------------------------
activator://
itms-apps://
itms-services://
@hugosenari
hugosenari / .travis.yml
Last active December 21, 2015 15:59 — forked from KelSolaar/.travis.yml
language: python
python:
- "2.6"
- "2.7"
before_install:
- cd ..
- curl -OL http://sourceforge.net/projects/pyqt/files/sip/sip-4.14.6/sip-4.14.6.tar.gz
- tar -xvf sip-4.14.6.tar.gz
- cd sip-4.14.6
- python configure.py
@hugosenari
hugosenari / TEST.asciidoc
Created April 27, 2012 08:10
asciidoc listing hack experiment
foo
bar

pre > tt {white-space: pre;}

fnord

quux