Home 2015 March

Monthly Archives: March 2015

Qt5: Let’s Learn Some Theory

0
This article marks the beginning of a new column on Qt5 programming, which is a platform-independent application framework. It is widely used for developing...
LAN and Raw Sockets network cable connect

A Guide to Using Raw Sockets

22
In this tutorial, let us take a look at how raw sockets can be used to receive data packets and send those packets to...

Exploring Big Data on a Desktop: Archiving and Retrieving Emails using HBase and Phoenix

0
In this column, the author discusses how large volumes of mail can be archived and retrieved using Big Data tools, HBase and Phoenix. One pressing...
Config File Checker

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

Property-based Testing in Haskell and How to Install Cabal

0
Haskell, named after logician Haskell Curry, is a standardised, general-purpose, purely functional programming language, with non-strict semantics and strong static typing. Let’s take a...

Codesport

0
In this month’s column, we discuss a medley of topics including solving cognitive intelligence puzzles, and how Python is getting used widely in AI...

Back Up Data by Using a Simple Shell Script

0
Though there are a number of database backup tools available in the computer app market, this article is targeted at systems administrators who might...

Fundamental of Java Multi-threading

2
This article explains what threads are in Java. It elaborates on their uses and on how to implement them, while discussing their life cycle. In...

Cross-Site Scripting Attacks Prevention is Better than Cure – XSS

1
Today, the Internet is full of crooks who could relieve you of your identity, your accounts and other valuable information, using malicious attacks such...

Interfacing Python With Excel

0
In this article, the author discusses interfacing Python with Excel. Data stored in numerous Excel sheets can be extracted by using the Python packages...