Home Tags Programming

Tag: programming

An Introduction to GNU Emacs

0
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

1
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

0
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

0
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

0
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

0
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

0
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”

0
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”

0
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

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