Skip to content

Instantly share code, notes, and snippets.

View MaxDragonheart's full-sized avatar

Massimiliano Moraca MaxDragonheart

View GitHub Profile
/* INDEX */
/* 1 - Generic customizations */
/* ######################## */
/* 1 - Generic customizations */
html, body, section {
margin: 0;
@MaxDragonheart
MaxDragonheart / download-site-path.py
Created April 20, 2020 07:45
Script for download the list of public urls from a website
from datetime import datetime
from urllib.request import urlopen
import re
########################Python 3.6.7
def choice_one():
'''
This function write the urls into a txt file
'''
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MaxDragonheart
MaxDragonheart / timeofreading.py
Created April 20, 2020 07:41
Script for count reading time of a text
from datetime import datetime
from bs4 import BeautifulSoup
###### START CODE!!!! :)
###### Python3
###### E' possibile leggere 200 parole al minuto
def choice_zero():
print('\n>>>>>RESPONSE')