Saint Valentine’s Day is a holiday of love not only toward your beloved one or family, but also to things like… programming languages. We would like to outline 5 programming languages to fall in love with on St. Valentine’s Day. Python…
Remove duplicate lines from a file in Scala
How to remove duplicate lines from csv or txt file? The answer is quite straightforward: you basically need BufferedReader and BufferedWriter, and this also works for large files quite well.