Tag: programming
Faster file search with Python
This article presents a file search utility created by using the power of the versatile Python programming language. Read on to discover how it...
Choosing right open source programming language
Selecting a programming language is often a daunting task as the choices are vast. In this article, novices attempting to learn coding get a...
A few fundamentals of Ruby programming
Ruby is an open source, general programming language that has been influenced by Perl, Smalltalk, Eiffel, Ada and Lisp. It has an elegant syntax,...
Let’s get acquainted with PHP
PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, and even...
Android data binding: Write less to do more
The Android data binding framework significantly reduces the code that needs to be written. This second article in the series covers the aspects of...
Fundamentals of RDMA programming
Computers in a network can exchange data in the main memory with the involvement of the processor, cache or OS by using a technology...
How do Arrays Decay into Pointers?
This article is for C programming newbies and enthusiasts. It deals with how arrays are passed as parameters to a function decays into pointers.
Many...
Android Data Binding: Write Less to do More
The Android Data Binding framework leads to a significant reduction in code and, as a bonus, comes with other goodies such as BindingAdapters and...
Create an Exe File for your Python Application in Windows
You can build your own search tool for Windows, using Python and allied technologies, by going through this tutorial. This tool will search for...
CodeSport
In this months column, we feature a set of computer science interview questions.
Last month, we had covered a set of questions on machine learning...