Home Tags Tips

Tag: Tips

Whats the Android Open Accessory Protocol All About?

0
This article helps you to start using the Android Open Accessory (AOA) protocol, and also illustrates how to make use of a simple Linux...

An Introduction to Haskell classes and User Defined Data Types

0
Continuing our series on Haskell, this month, we focus on Haskell classes and user defined data types. Haskell is a purely functional programming language and...

Building Web Applications Using the Python Flask Microframework

0
Here’s an introduction to Flask Microframework, which can be used to easily build and deploy good Web applications with the minimum of effort and...

Customize Your Shell with Zsh and Oh-My-Zsh

0
Discover the Z shell, a powerful scripting language, which is designed for interactive use. Z shell (zsh) is a powerful interactive login shell and command...

Solve Engineering Problems with Laplace Transforms

0
Laplace transforms are integral mathematical transforms widely used in physics and engineering. In this 21st article in the series on mathematics in open source,...

Nix A Portable and Powerful Package Manager

0
This article introduces the reader to Nix, a reliable, multi-user, multi-version, portable, reproducible and purely functional package manager. Software enthusiasts will find it a...

How to Cross Compile the Linux Kernel with Device Tree Support

0
This article is intended for those who would like to experiment with the many embedded boards in the market but do not have access...

Compile a GPIO Control Application and Test It On the Raspberry...

0
GPIO is the acronym for General Purpose (I/O). The role played by these drivers is to handle I/O requests to read or write to...

Use Bugzilla to Manage Defects in Software

0
In the quest for excellence in software products, developers have to go through the process of defect management. The tool of choice for defect...

Experimenting with More Functions in Haskell

0
We continue our exploration of the open source, advanced and purely functional programming language, Haskell. In the third article in the series, we will...