Home Tags Application

Tag: application

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

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

An Introduction to Bitcoin: The Open Source Cryptographic Currency

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

0
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

4
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

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

Learn How to Write Apps for the Firefox OS

5
Recently, Mozilla released its first line of phones, which run the Firefox OS. In case you haven’t heard about it, the Firefox OS is...

Top 10 Open Source security tools

2
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

0
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

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