Skip to content

Instantly share code, notes, and snippets.

View jalague's full-sized avatar

John L jalague

View GitHub Profile
@jalague
jalague / Scraper_snippet.py
Last active December 12, 2019 14:27
scrapper_snippet
import re
import requests
import requests.exceptions
from urllib.parse import urlsplit
from collections import deque
from bs4 import BeautifulSoup
import csv
def crawl_domain(domain, processed_urls, unprocessed_urls):
emails = set()
@jalague
jalague / .block
Last active November 7, 2019 15:22
From CSV to HTML table (Simple)
license: mit
@jalague
jalague / .block
Created November 1, 2019 19:12
Dashboard basic
license: mit
@jalague
jalague / .block
Last active May 14, 2017 11:05
Horizontal Bar Chart with Tooltip D3 V4
license: mit
@jalague
jalague / .block
Created May 14, 2017 10:46
Horizontal Bar Chart with Labels and Tooltips
license: mit
@jalague
jalague / .block
Created May 6, 2017 08:42
Nested Treemap
license: gpl-3.0
height: 1060
@jalague
jalague / .block
Last active May 5, 2017 17:58
Brushable Horizontal Bar Chart - V
height: 540
@jalague
jalague / .block
Created May 5, 2017 17:57
Brushable Horizontal Bar Chart - V
height: 540
@jalague
jalague / .block
Created May 5, 2017 17:52
Brushable Horizontal Bar Chart - III
height: 540
@jalague
jalague / .block
Last active May 2, 2017 19:26
Treemap
license: mit