I hereby claim:
- I am aniversarioperu on github.
- I am aniversarioperu (https://keybase.io/aniversarioperu) on keybase.
- I have a public key whose fingerprint is C0EA F0B0 2D2B 1454 D9B1 B3AB 6885 A211 0121 5F0D
To claim this, I am signing this object:
| import sys | |
| import dataset | |
| filename = sys.argv[1].strip() | |
| db = dataset.connect('mysql://user:password@localhost/ashley') | |
| table = db['aminno_member_email'] |
| # -*- coding: utf-8 -*- | |
| import sys | |
| import unicodedata | |
| import pandas as pd | |
| import matplotlib.pyplot as plt | |
| from wordcloud import WordCloud, STOPWORDS | |
| from scipy.misc import imread | |
| import itertools as it | |
| import datetime | |
| import numpy as np | |
| import seaborn as sns | |
| import matplotlib.pyplot as plt | |
| def group_by_days(dates, ndays): | |
| x_labels = [] |
| 1978-01-01 | |
| 1978-01-01 | |
| 1978-01-01 | |
| 1978-01-01 | |
| 1978-01-01 | |
| 1978-01-01 | |
| 1978-01-01 | |
| 1978-07-18 | |
| 1978-07-21 | |
| 1978-07-28 |
| { | |
| "time_start": "16:55", | |
| "office": "DGAAM - DESPACHO", | |
| "title": "Especialista I", | |
| "id_number": "", | |
| "visitor": "DEL CASTILLO GALVEZ, JORGE", | |
| "reason": "REUNION DE TRABAJO", | |
| "sha512": "0c8642217525659d767ad6f3f9c85bfe2662ffcc", | |
| "entity": "PARTICULAR", | |
| "id_document": "DNI 6656534", |
I hereby claim:
To claim this, I am signing this object:
| #-*- coding: utf-8 -*- | |
| import codecs | |
| import sys | |
| # file that needs org politica | |
| input_file = "hojas_3_4" | |
| # file 0 as reference | |
| ref_file = "hoja.tsv.0" |
| #-*- coding: utf-8 -*- | |
| import codecs | |
| import time | |
| import json | |
| import re | |
| import sys | |
| from selenium import webdriver | |
| library(scales) | |
| png(width=750, height=480, units="px", filename="chart4.png") | |
| # layout | |
| par(bty="n", | |
| font.axis=2, cex.axis=1, col.axis="#535353", | |
| font.lab=2, cex.lab=1, col.lab="#535353", | |
| font.main=2, cex.main=1.8, col.main="#3C3C3C", | |
| mgp=c(1.5,1,0), |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import sys | |
| import codecs | |
| import urllib | |
| filename = sys.argv[1].strip() |