Home Tags Programming

Tag: programming

Programming Can Be Fun with Hy

4
Hy is an exciting new language that has surfaced just recently. Essentially, it is what Clojure is for Java-a Lisp implementation that has a...

The Connect Between Cloud Computing and Android Apps

7
Android, a Linux-based operating system whose code was released by Google under the Apache licence, is used primarily in touchscreen devices. It has a...

Analyse Your Network Packets with LibPCAP

1
Data on a network flows in the form of packets, which are entities that carry your data across the network. These packets are routed...

Getting Started with Haskell on Emacs

0
Emacs is a popular text editor that can be extended and customised. Haskell is a statically typed, functional programming language. Haskell-mode is an Emacs...

“IBM will continue to invest in open source technology projects”

0
IBM is one of those companies that banks big on open source technology. Those at the helm know this is where the future of...

A Peek Into the Hadoop Distributed File System

1
HDFS is a core component of the Hadoop package. It is an open source implementation of the distributed file system on the lines of...

An Introduction to Hadoop and Big Data Analysis

1
Hadoop has become a central platform to store big data through its Hadoop Distributed File System (HDFS) as well as to run analytics on...

A Bird’s Eye View of Android System Services

2
Android is gaining unprecedented momentum in the smartphone and tablet market. This huge success is usually attributed to factors like the open ecosystem, the...

Joy of Programming!

0
Design smells are poor solutions to recurring implementation and design problems. This article gives readers an overview on what design smells are, why we...

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