Home 2015

Yearly Archives: 2015

Linux Kernel 4.3.1 Released! Brings Several ARM, x86 Improvements

0
Linux 4.3 kernel users must update to this newer version. Linux kernel developer Greg Kroah-Hartman announced the first maintenance release of Linux Kernel version 4.3....

Exploring a Few Type Classes in Haskell

0
Haskell, an open source programming language, is the outcome of 20 years of research. It is named after the logician, Haskell Curry. It has...

Understanding jQuery Mobile’s Page Structure

0
This article delves into jQuery Mobile, an HTML5-based framework for creating mobile Web applications, which works on all popular smartphones and tablets. The authors...

Haxe: Write Once, Convert to Many Languages

0
The proliferation of a wide variety of platforms has become a major challenge for developers when it comes to porting their application to different...

Try Your Hand at Owncloud Development

0
Owncloud is a free and open source file hosting software system. This article will introduce readers to it and also guide them on setting...

Mozilla Kills Firefox OS For Smartphones

0
Mozilla's Firefox OS for smartphones made a buzz when they were launched and were touted as an alternative to Android devices, giving more freedom...

Creating Apps on Live Cloud Platforms: IBM Bluemix and Red Hat OpenShift

0
Cloud platforms are becoming rather popular with developers for various well known reasons. Through the use of virtual machines, developers can avail of the...

Building Manual and Automatic Counters in App Inventor 2

0
As this series has progressed, some readers who have been following it may have built a few apps or even a collection of them....
Memory Management

The Importance of Memory Management

0
Memory management requires that the programmer provides ways to dynamically allocate portions of memory to programs, when requested, and free it for reuse when...

JavaScript The New Parts

0
This is the third part in this series of articles and is about learning the new features introduced in JavaScript as part of the...