Home Tags Programm

Tag: programm

A Peek Into Open Source Verilog Simulator

0
Verilog, a hardware description language, is used to model electronic systems, and to design and verify digital circuitry at the register-transfer level of abstraction....

“Good coding skills and the correct attitude can get you hired”

0
The job scenario in the IT world looks a bit gloomy with the current economic slowdown. But companies like NetApp are all set to...

Demystifying the Mobile Backend-as-a-Service

0
Mobile and Web app developers now have reason to cheer, with the evolution of the Mobile Backend-as-a-Service (MBaaS) model. This article takes you through...

“Linux interoperability has been enabled through work across Microsoft”

0
Players in the Linux community often find Microsoft and open source technology not quite in sync. Ironically, Microsoft is one of the major contributors...

Jumpstart Linux Kernel Module Programming

3
Here's an introduction to the Linux kernel module, along with an explanation on how to write a simple pluggable module to the Linux kernel...

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

The Connect Between Cloud Computing and Android Apps

7
Android, a Linux-based operating system whose code was released by Google under the Apache licence, is used primarily in touchscreen devices. It has a...

A Peek Into GNU debugger GDB

0
This tutorial is aimed towards those who want to learn how to use the GNU debugger GDB in Linux. The tutorial assumes that the...

Getting Started with Haskell on Emacs

0
Emacs is a popular text editor that can be extended and customised. Haskell is a statically typed, functional programming language. Haskell-mode is an Emacs...