Home Tags Insight

Tag: Insight

Mininet: An Emulator for Prototyping Large Network Topologies on a Single...

0
Mininet is a useful tool for teaching, development and research. With it, a realistic virtual network, running a real kernel switch and application code,...

Finding Data in Graphs with Neo4j

0
Dubbed the database of the future, Neo4j is an open source graph database implemented in Java. This article is a teaser to whet your...

Go for an Open Source Database in a Lab

0
The author presents a case for the use of open source software in a contract analysis lab, based on his own experience. This article seeks...

Using JQuery for Mobile App Development

0
JQuery is a touch-optimised Web framework. Instead of writing unique applications for each device, it allows for the development of a single application which...

Use Hadoop to Handle Big Data

0
Big Data now means big business. The world is constantly accumulating volumes of raw data in various forms such as text, MP3 or Jpeg...

Penetration Testing Tools for Android

0
  Since Android devices have become all-pervasive, they need to be monitored and secured for obvious reasons. Numerous Android apps are available in the market...

One small step for Hadoop, a giant leap for Big Data

1
Hadoop is an excellent open source software program that inherits the ability to store enormous amount of data. It runs smooth on most of...

Testing Video Transmission in Ns-2 Using the EvalVid Framework

2
Ns-2 is a discrete event simulator targeted at networking research. It provides support for simulation of TCP, routing and multicast protocols over wired and...

Reordering C Structure Alignment

0
The memory footprint of C programs can be reduced by manually repacking C structure declarations. This article is about reordering the structure members in...

Check This New Sorting Algorithm Design

2
In this article, which is aimed at those who love playing around with algorithms and data structures—programmers, developers and coders—the author shares a new...