Home Tags Make

Tag: make

Carry Out Data Mining and Machine Learning with WEKA

0
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

3
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

21
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!

0
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’.