Skip to content

Instantly share code, notes, and snippets.

View leeprevost's full-sized avatar

Lee Prevost leeprevost

View GitHub Profile
Rank Company Ticker Score(50)
1. Crowdstrike Holdings, Inc PAYC
48
2. Veeva Systems, Inc.
Zoom Video Communications VEEV
ZM
46
3. Cloudflare, Inc NET
43
4. Workday, Inc WDAY
Rank Company Ticker Score(50)
1. Crowdstrike Holdings, Inc PAYC 48
2. Veeva Systems, Inc.
Zoom Video Communications VEEV
ZM
46
3. Cloudflare, Inc NET
43
4. Workday, Inc WDAY
42
@leeprevost
leeprevost / ccurl.py
Created December 16, 2023 02:32
CCurl Python Class Object that creates Common Crawl Index information
import tldextract
from urllib.parse import urlparse
from dataclasses import dataclass, field
from surt import surt
from validators.url import url
from validators import ValidationError
dkw = dict(
compare=False,
init=False,