Tag: programm
A Peek Into Open Source Verilog Simulator
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”
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
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”
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
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
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
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
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
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...