IntelliJ IDEA 18 set up git Linux/Ubuntu In this post: * Version control and IntelliJ IDEA 18 * setup
Install Tensorflow with NVIDIA GPU on Ubuntu How to install Tensorflow with NVIDIA GPU - using the GPU
Download and verify Linux Mint ISO Updated: The article is updated with steps for verification - integrity
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 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