Skip to content

Instantly share code, notes, and snippets.

View eigenfoo's full-sized avatar
Probably drinking coffee

George Ho eigenfoo

Probably drinking coffee
View GitHub Profile
@eigenfoo
eigenfoo / ipynb_toc.py
Created June 24, 2019 08:37
Print a Markdown table of contents for a Jupyter notebook.
#!/bin/python
import argparse
import re
import json
import string
parser = argparse.ArgumentParser(
description="Print a Markdown table of contents for a Jupyter notebook."
)
@cavaunpeu
cavaunpeu / wills-31st-birthday-party.txt
Created May 14, 2020 02:24
Will's 31st Birthday Party!
Will Wolf is inviting you to a scheduled Zoom meeting.
Topic: Will's 31st Birthday Party!
Time: May 31, 2020 11:00 AM Eastern Time (US and Canada)
Join Zoom Meeting
https://asapp.zoom.us/j/98245285251?pwd=aVN2ZWZXRjVPU1A0TkhZcmRRNWpjQT09
Meeting ID: 982 4528 5251
Password: 076822
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import string
import sys
import requests
import whois
from nltk import tokenize
BOOKFILE = sys.argv[1]
OUTPUTFILE = BOOKFILE + '.possible-domains.txt'