John D K

John D K

IntelliJ IDEA 18 set up git Linux/Ubuntu

In this post: * Version control and IntelliJ IDEA 18 * setup

Install Google Chrome in Ubuntu 18

Google Chrome is not installed by default in Ubuntu Linux

Install Tensorflow with NVIDIA GPU on Ubuntu

How to install Tensorflow with NVIDIA GPU - using the

Python Anagrams and Palindromes examples

In this post: * anagram example * check two words if they

Download and verify Linux Mint ISO

Updated: The article is updated with steps for verification -

Java lambda expressions simple examples

Several simple and useful lambda expressions in Java: * no parameters:

Java Local Variable Type Inference examples

In this post: * what is Local Variable Type Inference * examples

Java map examples

In this post about java map / dictionary: * Define a java

Java string concatenate examples with times

Three ways to concatenate in Java: * by using operator += * by

Python 3 concatenate string 7 examples

Several ways to concatenate strings in python: * string concatenate by