vim commands
Cursor movement 1 2 3 4 5 6 7 8 9 10 11 12 13 14 h - move left j - move down k - move up l - move right w - jump by start of words (punct...
Cursor movement 1 2 3 4 5 6 7 8 9 10 11 12 13 14 h - move left j - move down k - move up l - move right w - jump by start of words (punct...
https://github.com/rebcabin/DotNetExtensionsImproved From Wikipedia - information on Markov and Viterbi: A hidden Markov model (HMM) is a statistical Markov ...
When you compile OpenMPI on Windows, you should define the following preprocessor. OMPI_IMPORTS OPAL_IMPORTS ORTE_IMPORTS Example) c:\>mpicxx test.cpp -DO...
1 2 3 4 5 6 class FileDeleter { void operator()(FILE* fp) { fclose(fp); } }; unique_ptr<FILE, FileDeleter> fp = fopen("blah"); or even unique_ptr<FI...
Very useful tools for UML and documentation. Plant UML http://plantuml.sourceforge.net/ sphinx python documentation http://sphinx.pocoo.org/