Home Tags Programming

Tag: programming

An Introduction to TensorFlow Programming in Python

0
Deep learning is now widely used for the development of intelligent systems and has become a powerful tool for Big Data analysis. TensorFlow is...

Solutions to Priority Inversion in a Multi-threaded Programming Environment

0
Priority inversion occurs in priority-based scheduling. This results in slower performance and unexpected results in general-purpose operating systems. This article demonstrates the use of...

Using Python Tools and Libraries for Blockchain Programming

0
With the ever increasing popularity of blockchain technology, it is inevitable that Python, with its powerful libraries, would find a place in blockchain programming....

PHP Vs JavaScript: Know About Similarities and How to Choose One

0
The buzz around the basic difference between the topmost platform of JavaScript and PHP. Well, as a matter of fact, it is quite clear...

What’s New in Java 11?

0
Every six months, the Oracle Corporation rolls out a new version of Java. The September 2018 release was Java 11. There’s quite a buzz...

How to Avoid Priority Inversion and Enable Priority Inheritance in Linux...

0
This article focuses on avoiding priority inversion with the help of priority inheritance in real-time process execution, which accesses the kernel code. Kernel synchronisation...

‘I built C++ primarily for myself and my colleagues’

4
  When we think about programming, it’s C++ that first comes to mind. That’s because of the immense popularity and broad applicability of the general-purpose...

The Best Machine Learning Libraries in Julia

0
Machine learning (ML) is ubiquitous these days. This article introduces useful machine learning libraries in Julia, the developer base for which is growing fast....

Yet Another Top Ten List of Popular Programming Languages

0
This is that time of the year when we make lists. So here is yet another list of the top ten most popular programming...

Golang: A Systems Programming Open Source Language by Google

1
Go is an attempt to combine the ease of programming of an interpreted, dynamically typed language with the efficiency and safety of a statically...