Home 2015 June

Monthly Archives: June 2015

underscore

Working with Underscore JavaScript Templates

0
This article is targeted at front-end developers and takes the reader on a tour of Underscore.js, which is an easy-to-learn JavaScript library. Web based applications...

Quantum Cryptography: Enabling Secure Data Transmission

0
Welcome to the world of spies and secret messages. This article focuses on the application of quantum mechanics to transmit secret messages. Wannabe cryptographers...
haskell

Network Programming in Haskell

0
Haskell, named after logician Haskell Curry, is a standardised, general-purpose, purely functional programming language, with non-strict semantics and strong static typing. This eleventh article...
jplayer

Creating an Audio and Video Player Using JPlayer

0
This tutorial walks the reader through the process of creating a basic audio/video player on a website and then customising it to add more...
parallel port

Using Parallel Ports to Control Devices

0
Peripheral devices are connected to a computer through interfaces called ports, which could be serial or parallel. A parallel port is a parallel physical...

Exploring Big Data on a Desktop: Spark and HBase (May 2015)

2
The last issue of OSFY carried the column ‘Exploring Big Data’, which took a look at Apache Spark. This article explores HBase, the Hadoop...
scilab

Plotting with Scilab is Simple

0
This article discusses various types of plots based on mathematical computations done in Scilab, which is open source software for numerical computation. Seven different...
mobile

A Brief Note on the Next Generation of Mobile Apps

0
Mobile devices have become ubiquitous. In many cases, mobiles perform the work expected of a PC. Hence, there is a need for us to...
server auditing

The Most Popular Security Assessment and Server Hardening Tools

0
Enterprises require high levels of security for their computer systems. A server attack or a malware intrusion can cause incalculable damage. Prudence, therefore, is...
docker

An Introduction to Docker

0
Learn about Docker, which is an open source project that can automate the deployment of software applications inside software containers. Docker can be provisioned on...