Skip to content

Instantly share code, notes, and snippets.

@layzhi
layzhi / macOS Internals.md
Created June 7, 2025 16:35 — forked from kconner/macOS Internals.md
macOS Internals

macOS Internals

Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.

Starting Points

How to use this gist

You've got two main options:

@layzhi
layzhi / automated.py
Created January 27, 2019 03:42 — forked from MatthewWilkes/automated.py
Extract deleted commits from a GitHub repo
import argparse
import os
import re
import subprocess
import tempfile
import requests
def get_repo(owner, repo):