Home 2011

Yearly Archives: 2011

FOSS adoption

Adoption of Linux/FOSS: Challenges & Opportunities

1
The hurdles faced in the adoption of open source by enterprises and the Indian government can easily be overcome if a planned, six-step approach...
In the lab...

Fedora Scientific: Open Source Scientific Computing

3
Fedora Scientific Spin is a Fedora Linux spin that aims to showcase the open source tools for scientific and numerical computing. It was first...
Animate with Blender

Learn to Animate with Blender, Part 2: Decaling & Rigging the Goldfish

0
This second article in the series on animation with Blender teaches you how to use decaling to show textures on a model and later...
FOSS for an MBA

FOSS is __FUN__: FOSS Meets the MBA

0
How does FOSS development get along with business graduates who know little about the process? The FOSS methodology recognises that software development is a process...
Time to Lisp

Lisp: Tears of Joy, Part 7

1
Lisp has been hailed as the world's most powerful programming language. But only the top percentile of programmers use it because of its cryptic...
Form builders

CodeIgniter: Form APIs, Validations & Pagination Techniques

2
In the previous article on CodeIgniter, we discussed the concept of the MVC structure used in CodeIgniter, did a "Hello world" program, and a...
Health check

Getting Started with SystemTap

4
If programming is an art, then debugging is even more so. To be a good programmer, one must master debugging. We have seen some...
USB device drivers

Device Drivers, Part 13: Data Transfer to and from USB Devices

124
This article, which is part of the series on Linux device drivers, continues from the previous two articles. It details the ultimate step of...
Loading...

Loading Library Files in C++

8
This article demonstrates how to load shared or dynamic library files in programs written in C++, which is not as straightforward as in C. Device...
Let us log

GDB Logging Function Parameters, Part 2

1
In this second part on the topic, let us write a GDB script to log the parameters of a desired function, and also see...