Skip to content

Instantly share code, notes, and snippets.

View Ziggoto's full-sized avatar
🎯
Focusing

Fábio Theophilo Ziggoto

🎯
Focusing
View GitHub Profile
#!//usr/bin/python
import re
import urllib2
import PyRSS2Gen
from bs4 import BeautifulSoup
url = 'https://one-piecex.com.br/'
user_agent = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0'
@Ziggoto
Ziggoto / fechoconvexo.m
Last active August 15, 2018 18:04
Algoritimo de Fecho Convexo de imagens binárias
img = [
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 1 1 1 0 0 0 0 0;
0 0 0 1 1 1 1 1 0 0 0 0;
0 0 0 1 1 1 1 0 0 0 0 0;
0 0 0 0 0 1 1 0 1 0 0 0;
0 0 0 0 0 1 1 0 1 0 0 0;
0 0 0 0 0 1 1 1 0 0 0 0;
0 0 0 0 0 0 0 1 0 0 0 0;
0 0 0 0 0 0 0 1 0 0 0 0;