Skip to content

Instantly share code, notes, and snippets.

View benjaminSchilling33's full-sized avatar

b15g // Benjamin Schilling benjaminSchilling33

View GitHub Profile
@benjaminSchilling33
benjaminSchilling33 / company_names.py
Created February 1, 2022 18:00 — forked from jonathanschilling/company_names.py
Combine pairs of words from a set and check if the resulting URL is available.
import requests
# hard-limited timeout (https://stackoverflow.com/a/22096841)
import eventlet
eventlet.monkey_patch()
words = ["met", "metrology", "meas", "measurement", "sensor", "cal", "calibration",
"instrument", "test", "aid", "source", "cyc", "titan", "titanium", "tensor",
"creative", "virtual", "vision", "visionary", "kick", "elegant", "current",
"res", "resolution", "micro", "ultimate", "prime", "exponential", "scientific",