Ben Chuanlong Du's Blog

It is never too late to learn.

Directly Initialize a Hashmap in Java

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

The following code snippet in Java 9+ initialize an immutable HashMap with up to 10 elements.

Convert HEIC Images in Linux

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Installation on Ubuntu

wajig install heif-gdk-pixbuf libheif-examples

Usage

heif-convert input.HEIC output.jpg

Batch Convert Using IPython / JupyterLab

If you have multiple HIEC images and you want to convert all of …

Set Environment Varibles in IPython

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Referneces

https://stackoverflow.com/questions/37890898/how-to-set-env-variable-in-jupyter-notebook