Skip to content

Instantly share code, notes, and snippets.

View vfleurima's full-sized avatar

Vladimir Fleurima vfleurima

  • Himalayan
  • New York, NY
View GitHub Profile
@vfleurima
vfleurima / AsyncInitProxy.h
Last active August 29, 2015 13:57
A solution to the question posted in http://inessential.com/2014/03/07/async_startup_and_locking using NSProxy.
#import <Foundation/Foundation.h>
@protocol AsyncInit<NSObject>
-(void)performAsyncInit;
-(dispatch_queue_t)serial_queue;
@end
@interface AsyncInitProxy : NSProxy
@vfleurima
vfleurima / gist:9120309
Created February 20, 2014 18:37
Install OCLint v0.7 via Homebrew
brew install https://raw.github.com/ryuichisaito6/homebrew/f12a21dd274899ef9ab14cd97e45f315dd982cf6/Library/Formula/oclint.rb
clojure-mode 1.8.0 installed Major mode for Clojure code
find-file-in-project 2.0 installed Find files in a project quickly.
gist 0.5 installed Emacs integration for gist.github.co$
htmlize 1.37 installed Convert buffer text and decorations $
idle-highlight 1.0 installed Convert buffer text and decorations $
inf-ruby 2.1 installed Run a ruby process in a buffer
magit 0.8.1 installed Control Git from Emacs
paredit 22 installed Minor mode for editing parentheses
project-local-variables 0.2 installed Set project-local variables from a f$
ruby-mode 1.1 installed Major mode for editing Ruby files