Tag: make
Carry Out Data Mining and Machine Learning with WEKA
WEKA is a collection of visualisaton tools and algorithms for data analysis and predictive modelling. It is very popular among users and developers as...
Jumpstart Linux Kernel Module Programming
Here's an introduction to the Linux kernel module, along with an explanation on how to write a simple pluggable module to the Linux kernel...
GNU Make in Detail for Beginners
Have you ever peeked into the source code of any of the applications you run every day? Ever used make install to install some...
make My Day!
The ‘make’ utility is one of the cleverest tools in the world of open source. It can be used in a variety of situations that are not just limited to programming. This article explores a little-known feature of ‘make’.