Using Vim for C/C++ development efficiently
Vim is a great editor. Here are some tips and plug-ins that I've collected over the years that will help you use it better while writing C/C++ code.
neuroscience/fedora/musings
Vim is a great editor. Here are some tips and plug-ins that I've collected over the years that will help you use it better while writing C/C++ code.
Have we become so engrossed in making an easy to use OS to gain market share that we've forgotten why we make the OS in the first place - as a tool to spread the philosophy of Free and Open Source Software??
Appstream data for RPMFusion repositories for Fedora 22 packages are now available as easy to install RPM packages.
I am trying to generate and provide appstream data for packages in the RPMFusion repository.
A little about the hitchhikers guide to the galaxy on Towel Day.
Using FedUp to upgrade to Fedora 22 works flawlessly.
On why chillies exist, why people eat them and whether their hottness can be measured.
A quick note on how you can set up a static blog like mine using Pelican.
Shared hosting has limited resources, and Wordpress is heavy. The solution? A brilliant static blog using Pelican!
Memory mapped files are brilliant when you need to extract tiny bits of data from files that are much much larger than the total memory your system has.