Skip to content

Instantly share code, notes, and snippets.

View mateuspestana's full-sized avatar
🧨
Focusing on Swift and Python

Mateus Pestana mateuspestana

🧨
Focusing on Swift and Python
View GitHub Profile
000000000002
00000000000A
00000000000B
0000000018DE
0000014B5C31
00000FFE2488
003003003003
003CC420001A
010203040506
0123456789AB
@mateuspestana
mateuspestana / replicacao_park.R
Last active June 26, 2019 16:45
Tentativa de replicação do artigo de Park & Bali, denominado "International Terrorism and the Political Survival of Leaders"
### Tentativa de replicação do artigo de Park & Bali
## Natália Trindade e Mateus Pestana
### Carregando os pacotes necessários
pacman::p_load(tidyverse, rio,
survminer, survival,
stargazer, rms,
bife, janitor,
sjPlot, margins,
@mateuspestana
mateuspestana / cikrf.py
Last active April 22, 2018 22:55 — forked from alexshpilkin/cikrf.py
Russian elections
#!/usr/bin/env python3
import sys
import time
from bs4 import BeautifulSoup
import urllib3
pool = urllib3.PoolManager(10)
#Up to date data
ROOT_URL = 'http://www.vybory.izbirkom.ru/region/region/izbirkom?action=show&root=1&tvd=100100084849066&vrn=100100084849062&region=0&global=1&sub_region=0&prver=0&pronetvd=null&type=227'