Thursday, April 16, 2015

synchronous vs asynchronous socket


synchronous vs asynchronous socket calls.

Builds up slowly and explains nicely.
http://www.wangafu.net/~nickm/libevent-book/01_intro.html

Wednesday, April 1, 2015

vim tools


====================================
google CCTree vim plugin

Some commands :

:CCTreeLoadDB cscope.out

:CCTreeTraceForward main

:CCTreeTraceReverse

:CCTreeRecurseDepthMinus   //you can run this multiple times.. But It will reach a limit :)

:CCTreeRecurseDepthPlus   //you can run this multiple times.. But It will reach a limit :)


====================================
// for directory view
:NERDTree


// To see all functions in single file
:TlistToggle
====================================