Skip to content

Instantly share code, notes, and snippets.

View gformich's full-sized avatar

Greg gformich

  • Cambridge Mobile Telematics
  • Boston, MA
View GitHub Profile
@romannurik
romannurik / SwipeDismissListViewTouchListener.java
Last active May 1, 2021 10:16
**BETA** Android 4.0-style "Swipe to Dismiss" sample code
Moved to
https://github.com/romannurik/android-swipetodismiss
@mrabbitt
mrabbitt / get_keychain_pass.py
Last active July 26, 2024 18:17
Command line access to the Mac OS X Keychain (based on post: http://blog.macromates.com/2006/keychain-access-from-shell/#comment-979)
#!/usr/bin/env python3
import sys
import subprocess
import re
import logging
import argparse
# https://github.com/wooster/biplist (pip install biplist)
# FIXME Replace biplist with standard library `plistlib` which supports binary format in 3.4+
import biplist