Restrict Keyword

Il y a quelques minutes encore, étudiant le code contenu dans color_yuv2rgb.c dans xawtv, je ne connaissais pas ce mot-clé du langage C (défini dans la norme C99). Je suis alors tombé sur ce site qui ma fait sourire. L'auteur ...Read More

Autoconf, Automake, and Libtool

The tuto­r­ial I’ve always been look­ing for: http://www.openismus.com/documents/linux/automake/automake.shtml Con­cise, and with some examples Read More

MPLAB 7.60 under Wine">MPLAB 7.60 under Wine

In a nut­shell (sup­pos­ing you start from scratch): $ sudo apt-get install wine cabextract   $ rm .wine/drive_c/Program Files/Microchip -rf (to remove anything that failed)   $ wget http://kegel.com/wine/winetricks   $ sh winetricks vcrun6   $ wget http://ww1.microchip.com/downloads/en/DeviceDoc/mp760a.zip   $ unzip mp760a.zip -d microchip   $ wine Install_MP760a.exe   $ wineserver -k (to get rid ...Read More

Syntax color highlighting and line numbering in vim

Sim­ply add these lines to your ~/.vimrc: :syn­tax enable :set number You will end up with a nice inter­face that may looks like this: Read More