Skip to content

Instantly share code, notes, and snippets.

View duncandee's full-sized avatar

duncandee

  • Derivco
  • Durban
View GitHub Profile
@duncandee
duncandee / libplist_error_10.9
Created October 23, 2013 08:30
libplist error on osx 10.9, xcode 5
➜ Homebrew brew doctor
Your system is ready to brew.
➜ Homebrew brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/mxcl/homebrew
HEAD: 7c6acdf0db4d815517f1280d624e1a06c2bc1c6b
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit ivybridge
OS X: 10.9-x86_64
@duncandee
duncandee / RoboActionBarActivity.java
Created August 5, 2013 05:50
RoboActionBarActivity for AppCompact.
public class RoboActionBarActivity extends ActionBarActivity implements RoboContext {
protected EventManager eventManager;
protected HashMap<Key<?>, Object> scopedObjects = new HashMap<Key<?>, Object>();
@Inject
ContentViewListener ignored; // BUG find a better place to put this
@Override
protected void onCreate(Bundle savedInstanceState) {