Skip to content

Instantly share code, notes, and snippets.

View Enrique1987's full-sized avatar
:electron:
Lerning

Enrique Benito Casado Enrique1987

:electron:
Lerning
View GitHub Profile
@Enrique1987
Enrique1987 / coins.json
Created August 2, 2019 19:16
Exam Create Small Multiples (00P) - UEM Exam Part 02
This file has been truncated, but you can view the full file.
{
"bitcoin": [
{
"24h_vol": null,
"date": "12/5/2013",
"market_cap": null,
"price_usd": null
},
{
"24h_vol": null,
@Enrique1987
Enrique1987 / index.html
Created August 2, 2019 19:12
Small Multiple area // Exam - part 1
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<script src="https://d3js.org/d3.v4.min.js"></script>
<!-- Google fonts Second Reference-->
<link href="https://fonts.googleapis.com/css?family=Barlow:100,200,300,400,500&display=swap" rel="stylesheet">
<!-- Connecting with D3 library-->
<script src="https://d3js.org/d3.v3.min.js"></script>
@Enrique1987
Enrique1987 / .block
Created July 31, 2019 13:16
Exercise_4_ScaterPlott
license: gpl-3.0
@Enrique1987
Enrique1987 / .block
Created July 31, 2019 13:06
Exercise_3_Letters
license: gpl-3.0
@Enrique1987
Enrique1987 / .block
Created July 31, 2019 10:42
small_Series1
license: gpl-3.0
@Enrique1987
Enrique1987 / crawler.md
Created May 12, 2019 09:50 — forked from typehorror/crawler.md
Simple Website Crawler (in python)

Simple Website Crawler

The following gist is an extract of the article Building a simple crawler. It allows crawling from a URL and for a given number of bounce.

Basic Usage

from crawler import Crawler
crawler = Crawler()
crawler.crawl('http://techcrunch.com/')

displays the urls