Skip to content

Instantly share code, notes, and snippets.

View luisriverag's full-sized avatar

Luis Rivera luisriverag

View GitHub Profile
import os
import sys
import datetime
from docx import Document
import textract
import pymongo
from pymongo import MongoClient
import pytz
import nltk
@luisriverag
luisriverag / temporary-email-address-domains
Created April 20, 2022 05:02 — forked from adamloving/temporary-email-address-domains
A list of domains for disposable and temporary email addresses. Useful for filtering your email list to increase open rates (sending email to these domains likely will not be opened).
0-mail.com
0815.ru
0clickemail.com
0wnd.net
0wnd.org
10minutemail.com
20minutemail.com
2prong.com
30minutemail.com
3d-painting.com
@luisriverag
luisriverag / business-models.md
Created April 20, 2022 05:02 — forked from ndarville/business-models.md
Business models based on the compiled list at http://news.ycombinator.com/item?id=4924647. I find the link very hard to browse, so I made a simple version in Markdown instead.

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google
@luisriverag
luisriverag / la-times-feather.md
Created April 20, 2022 05:00 — forked from simonw/la-times-feather.md
How I mada a Datasette out of a feather file

How I mada a Datasette out of a feather file

Fantastic data journalism by Christine Zhang at the LA Times: https://github.com/datadesk/homeless-arrests-analysis

First I grabbed the data - a zipped feather file:

wget https://github.com/datadesk/homeless-arrests-analysis/blob/master/arrests.zip?raw=true
mv arrests.zip\?raw\=true arrests.zip
unzip arrests.zip