Skip to content

Instantly share code, notes, and snippets.

View acidMyke's full-sized avatar

acidMyke

View GitHub Profile
@acidMyke
acidMyke / ms_tracking_domains_blocklist.txt
Last active June 22, 2024 08:38 — forked from tildebyte/ms_tracking_domains_blocklist.txt
Microsoft Windows 10 tracking domains list
a-0001.a-msedge.net
a-0002.a-msedge.net
a-0003.a-msedge.net
a-0004.a-msedge.net
a-0005.a-msedge.net
a-0006.a-msedge.net
a-0007.a-msedge.net
a-0008.a-msedge.net
a-0009.a-msedge.net
a-msedge.net
@acidMyke
acidMyke / example.py
Last active October 6, 2023 04:22
SQL Alchemy V2 ORM to Pydantic V2.4
import sqlalchemy as sa
from sqlalchemy.orm import DeclarativeBase, Mapped, mapped_column
class Base(DeclarativeBase):
pass
class Author(Base):
__tablename__ = "authors"
@acidMyke
acidMyke / folder.json
Created July 7, 2023 10:05
ndp_coord
[
{
"name": "Not sure/Not move by us",
"placemarks": [
{
"name": "TCP F7(1)",
"lineString": [
{
"longitude": "103.8604993",
"latitude": "1.2845343"