Working diary
Sunday, 2 June 2013
libssh remove directory using sftp
›
In libssh, trying to remove an non-empty directory on a remote host will get a SSH_FX_FAILURE error.
Friday, 24 May 2013
SFSlite output stream system and Chord logging
›
In Chord source code, there are a great number of "warn", "warnx", "warnt", "fatal" and "panic...
Saturday, 23 March 2013
C/C++ Programming Tips
›
Here, some useful tips or unknowns of C/C++ programming are listed for further reference: 1. Stand alone curly brackets in code. Sometime...
Monday, 22 October 2012
How to use and tweak Emacs Code Browser
›
Emacs is one of the most featured text editor in Linux/Unix like systems. The users don't need to move over the fingers to achieve almos...
Sunday, 21 October 2012
Thread-local storage
›
Thread-local storage (TLS) is a programming method that is used to make static and global variables be local to a thread. The '"err...
Saturday, 1 September 2012
Code counting program
›
For some reasons, I just want to count the number of lines of code which I have already completed locally. There are several methods to achi...
Wednesday, 15 August 2012
Deploy Latex writing environment in Fedora 17
›
At the end of my PhD, a thesis writing with Latex is inevitable. However the Latex is not my primary writing tool during the whole process o...
‹
›
Home
View web version