Blog Tag: Linux

What is Linux and what does it do?

Many people have heard the word ‘Linux.” This name can be seen in many places on the internet. Some say it’s software, some say it’s an operating...

Setting Up CUDA and cuDNN on Ubuntu 20.04

Setting Up CUDA and cuDNN on Ubuntu 20.04 with NVIDIA 535 DriverHello there, fellow tech enthusiasts! If you’re a machine learning or data science professional,...

Check Our Ebook for This Online Course

Advanced topics are covered in this ebook with many examples.

Concurrent Programming In Java - PART FOUR
How To Put A Thread To Sleep?One of the best ways to help your threads take turns is to put them...
Javascript Basic - What is Loop in Javascript
Javascript LoopSometimes we have to do the same things several times. In that case, we use the loop...
Bubble Sort for 2D Array in Java
Introduction to Bubble Sort for 2D Array in JavaBubble sort is a simple and commonly used sorting...