Tag: application
Qt5: Lets Learn Some Theory
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...
Property-based Testing in Haskell and How to Install Cabal
Haskell, named after logician Haskell Curry, is a standardised, general-purpose, purely functional programming language, with non-strict semantics and strong static typing. Lets take a...
An Introduction to Bitcoin: The Open Source Cryptographic Currency
Bitcoin is the new 'virtual currency' that has aroused the interest of millions of people, financial and banking institutions, and government agencies. As it...
When Android Invades the Enterprise…
This article explores the challenges in managing handheld devices based on the Android platform that are being used in an enterprise. It also explains...
Setting Up OpenAM for Web Authentication
OpenAM provides a system for integrating diverse Web applications-to share common authentication and authorisation systems. It can protect applications running on any Web or...
Programming Can Be Fun with Hy
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...
Learn How to Write Apps for the Firefox OS
Recently, Mozilla released its first line of phones, which run the Firefox OS. In case you havent heard about it, the Firefox OS is...
Top 10 Open Source security tools
This article covers popular Open Source security tools which are used as a layered approach for securing your network.
The layered-security approach centers on maintaining...
Set Up a Certificate Authority in RHEL5
Security certificates are widely used for authentication. This article explores how to set up a Certificate Authority in RHEL5.
Security certificates are basically used for...
A Peek Into the Hadoop Distributed File System
HDFS is a core component of the Hadoop package. It is an open source implementation of the distributed file system on the lines of...