Skip to content

Instantly share code, notes, and snippets.

@drslump
drslump / mediakeys.py
Created June 4, 2012 19:13
Act upon media keys in a Mac under OSX
#!/usr/bin/python
import subprocess
# PyObjC-related imports
from AppKit import NSApplication, NSSystemDefined
from PyObjCTools import AppHelper
KEY_UP = 11
@lattner
lattner / TaskConcurrencyManifesto.md
Last active July 24, 2024 08:37
Swift Concurrency Manifesto