Tag: programming
An Introduction to GNU Emacs
GNU Emacs, created by Richard Stallman, is an extensible, customisable text editor. While Emacs has many variants, GNU Emacs is the most widely used....
Network Monitoring and Programming Using Python
Python scripts and APIs can be tailor made into effective network monitoring and forensics tools. Their versatility makes them ideal in assorted applications including...
Web Programming in Haskell
In this final article in the series on Haskell, the author explores how to use it for Web programming.
Scotty is a Web framework written...
PPP3: Working with Databases
Databases can be efficiently manipulated by using Python. This article gives another way to solve a problem introduced in an earlier article by using...
Haskell: The Purely Functional Programming Language
Haskell, an open source programming language, is the outcome of 20 years of research. It has all the advantages of functional programming and an...
Practical Python Programming Writing a Config File Checker
This is the first part of a new column on practical Python programming. In this article, the author explains how the config file of...
Poll Results: Common Myths about Software Developers
Welcome back to the poll results where we let our readers know which way the votes went, on the hottest topics in the open...
“Good coding skills and the correct attitude can get you hired”
The job scenario in the IT world looks a bit gloomy with the current economic slowdown. But companies like NetApp are all set to...
“Linux interoperability has been enabled through work across Microsoft”
Players in the Linux community often find Microsoft and open source technology not quite in sync. Ironically, Microsoft is one of the major contributors...
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...