Replica
how to fix exc_bad_access

make sure that you are keeping object as an instance (member of some class).

local variable will be released, and if it will be accessed after released, this error occurs. 

How to merge (pull) from remote repository
How to use Emacs keybind in Visual Studio 2012 (Professional)

Express doesn’t work well, it seems only for profession version.

You have to copy “Emacs.vsk” file manually from zip created by “installed” vsix package.

http://blog.shenjiajun.com/?p=157

http://stackoverflow.com/questions/13884953/emacs-keybindings-in-visual-studio-2012

unsafe_unretained
Maps API Keyの取得
ListViewの中身のViewにアクセスする
How to see Android source code in Eclipse
How to add badge to UIBarButtonItem
How to get certificate for iOS development
FrameLayoutを使ってレイアウトを重ねる方法