Home Tags Development

Tag: development

Let’s WAMP Up!

0
Close on the heels of the LAMP development platform is WAMP. Read on to learn the right steps to install and set it up....

Code Sport

0
This month's column continues the discussion on data storage systems, with a focus on how file systems remain consistent even in the face of...

Heterogeneous Parallel Programming: Dive into the World of CUDA

1
A previous article in this series titled ‘Introducing NVIDIAs CUDA' covered the basics of the NVIDIA CUDA device architecture. This article covers parallel programming...

SQLite, the Tiny Serverless Embedded RDBMS

0
SQLite is the most popular tiny database engine and has made its way into almost every computing device. Smartphones, either running Android or iOS,...

Getting Started with an Open Source Circuit Simulator

6
Life can be a bit tough without all the electronic gadgets we have got used to. But making an electronic circuit work is even...

Linux Maintainer Greg K-H Talks About What Keeps Him Busy!

0
Greg Kroah Hartman, fondly known as Greg K-H, is one of the most important people working on the Linux kernel. He is the Linux...

Joy of Programming!

0
Design smells are poor solutions to recurring implementation and design problems. This article gives readers an overview on what design smells are, why we...

Binutils Porting Guide To A New Target Architecture

2
The article intends to help software engineers who want to port the binutils tools to a new hardware architecture for the first time.