I have personal project using autotools. I tried to build it since a long time and at make install time, patatra: /usr/bin/install: omitting directory `./lib/myproject' The build stops in failure. It used to work flawlessly. I am not alone After …
Category Archives: comp - Page 2
Inheriting from a builtin strangeness
Posted by vaab
on 2010/11/23
No comments
In python, when inheriting from a builtin, you must be carefull as your object won't follow common rules.
Enabling Ctrl-S for forward-history-search in bash
Posted by vaab
on 2010/11/11
No comments
Ctrl-R and Ctrl-S are advertised in every readline command-line to do backward and forward search in your command history (as emacs does on text with the same shortcuts). And you've probably come to the fact that if Ctrl-R is working …