Set up env for Play Scala framework

Environment Use the terminal (Mac) and command prompt (Windows) to build the environment. Please refer to the following site

How to open Terminal on MacOS Catalina

What is Terminal? Terminal provides a command line interface to control the UNIX-based operating system

Scala String unique and distinct characters

Scala problem: define in BDD style When Filter string unique characters Then Sort by alphabet Solution TODO-01: When F

Synergy mouse lag or can not connect

ERROR: failed to create quartz event tap Solution 1: Try to remove local config and restart synergy ⚠️ Warning: serial-

Find smallest number in array

Scala solution: reduceLeft function reduceLeft function can be used to get min and max values of an Array[Int] scala>