John D K

John D K

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

Linux Mint 18 add custom folder to panel

One of the things that I really love in Linux

IntelliJ IDEA Error Loading Project: Cannot load facet Python

In this post you will find information how to solve

java benchmarks examples

In this post two examples of java benchmark: * simple time

Java 10 install on Ubuntu and what's new

OpenJDK 10 was released on 20 March 2018 with new

Python 3 lambda functions 7 examples

This is the simplest lambda: f = lambda x: x I

Python 3 transpose list of lists different size

I wanted to transpose list of lists in python 3

Java 9 range(int, int) example

Java's 9 equivalent of python's range