Scala: Try-With-Resources
medium.com/@dkomanov/scala-try-with-resources-735baad0fd7d
Mar 24, 2019
23
Mmncoder/Java-Developer
github.com/mmncoder/Java-Developer
Mar 24, 2019
2
Managing Metadata
docs.oracle.com/javase/tutorial/essential/io/fileAttr.html
Mar 24, 2019
12
Moving a File or Directory
docs.oracle.com/javase/tutorial/essential/io/move.html
Mar 24, 2019
1
Copying a File or Directory
docs.oracle.com/javase/tutorial/essential/io/copy.html
Mar 24, 2019
2
Deleting a File or Directory
docs.oracle.com/javase/tutorial/essential/io/delete.html
Mar 24, 2019
3
Checking a File or Directory
docs.oracle.com/javase/tutorial/essential/io/check.html
Mar 24, 2019
6
How to Use Iterators With Scala Collections Classes
alvinalexander.com/scala/how-to-use-iterators-collections-classes-scala-cookbook
Mar 24, 2019
10
How Can I Convert a Java Iterable to a Scala Iterable?
stackoverflow.com/questions/1072784/how-can-i-convert-a-java-iterable-to-a-scala-iterable
Mar 24, 2019
3
What's the Right Way to Use scala.io.Source?
stackoverflow.com/questions/4458864/whats-the-right-way-to-use-scala-io-source
Mar 24, 2019
4
Path Operations
docs.oracle.com/javase/tutorial/essential/io/pathOps.html
Mar 24, 2019
24
The Path Class
docs.oracle.com/javase/tutorial/essential/io/pathClass.html
Mar 23, 2019
5
What Is a Path?
docs.oracle.com/javase/tutorial/essential/io/path.html
Mar 23, 2019
9
File I/O
docs.oracle.com/javase/tutorial/essential/io/fileio.html
Mar 23, 2019
11
Using SSH Over the HTTPS Port
help.github.com/en/articles/using-ssh-over-the-https-port
Mar 23, 2019
2
AudienceView Platform - Ticketing and Box Office Software
audienceview.com/audienceview-platform
Mar 23, 2019
4
Truck Driver in Humboldt Broncos Bus Crash Sentenced to 8 Years in Prison
globalnews.ca/news/5083904/humboldt-broncos-bus-crash-truck-driver-sentencing
Mar 23, 2019
11
Concurrency vs. Parallelism
howtodoinjava.com/java/multi-threading/concurrency-vs-parallelism
Mar 22, 2019
15
The Asynchronous Channel APIs
www.ibm.com/developerworks/java/library/j-nio2-1/index.html
Mar 22, 2019
11
Java: What Exactly Is the Difference Between NIO and NIO.2?
stackoverflow.com/questions/25537675/java-what-exactly-is-the-difference-between-nio-and-nio-2
Mar 22, 2019
18
The Scala Try, Catch, Finally Syntax
alvinalexander.com/scala/scala-try-catch-finally-syntax-examples-exceptions-wildcard
Mar 22, 2019
5
Sharing Fixtures
www.scalatest.org/user_guide/sharing_fixtures
Mar 22, 2019
9
Running Your Tests
www.scalatest.org/user_guide/running_your_tests
Mar 22, 2019
1
Tagging Your Tests
www.scalatest.org/user_guide/tagging_your_tests
Mar 22, 2019
5
Don't Comment Out Your Unit Tests!
dev.to/thejessleigh/dont-comment-out-your-unit-tests-1p40
Mar 22, 2019
8
Using Assertions
www.scalatest.org/user_guide/using_assertions
Mar 22, 2019
8
Defining Base Classes for Your Project
www.scalatest.org/user_guide/defining_base_classes
Mar 22, 2019
8
Selecting Testing Styles for Your Project
www.scalatest.org/user_guide/selecting_a_style
Mar 22, 2019
3
ScalaTest
www.scalatest.org/user_guide
Mar 22, 2019
1
ScalaTest
www.scalatest.org/
Mar 22, 2019
1
How to Write Text Files in Scala
alvinalexander.com/scala/how-to-write-text-files-in-scala-printwriter-filewriter
Mar 21, 2019
1
How to Append Text to an Existing File in Java
stackoverflow.com/questions/1625234/how-to-append-text-to-an-existing-file-in-java
Mar 21, 2019
3
Parsing Huge File Without Reading Into Memory
coderanch.com/t/201866/java/Parsing-huge-file-reading-memory
Mar 21, 2019
5
What Is the Purpose of the scala.tools.nsc Package?
stackoverflow.com/questions/5102396/what-is-the-purpose-of-the-scala-tools-nsc-package
Mar 21, 2019
4
Google Guava vs Scala Collection Framework Comparison
stackoverflow.com/questions/6598498/google-guava-vs-scala-collection-framework-comparison
Mar 21, 2019
5
Java Code Examples for com.google.common.io.Files.toByteArray
www.programcreek.com/java-api-examples/index.php?class=com.google.common.io.Files&method=toByteArray
Mar 21, 2019
3
Why Doesn't Git Ignore My Specified File?
stackoverflow.com/questions/3833561/why-doesnt-git-ignore-my-specified-file/3833675
Mar 21, 2019
3
Adding a New SSH Key to Your GitHub Account
help.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account
Mar 21, 2019
2
Generating a New SSH Key and Adding It to the SSH-Agent
help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
Mar 21, 2019
2
Scala School - An Introduction to Finagle
twitter.github.io/scala_school/finagle.html
Mar 21, 2019
2
Finagle
twitter.github.io/finagle
Mar 21, 2019
8
Java NIO vs. IO
tutorials.jenkov.com/java-nio/nio-vs-io.html
Mar 21, 2019
5
Commons Compress – Overview
commons.apache.org/proper/commons-compress
Mar 21, 2019
1
Scalaz: Home
scalaz.github.io/7
Mar 21, 2019
4
How to Read a File as a Byte Array in Scala
stackoverflow.com/questions/7598135/how-to-read-a-file-as-a-byte-array-in-scala
Mar 21, 2019
12
Why Mango/Dsl? - Data Exchange Services - Equifax Corporate Data Center
confluence.equifax.com/pages/viewpage.action?pageId=224398261
Mar 21, 2019
2
Split Binary File
stackoverflow.com/questions/28911976/split-binary-file
Mar 21, 2019
16
Scala Standard Library 2.12.8 - scala.io.Source
www.scala-lang.org/api/current/scala/io/Source.html
Mar 21, 2019
1
Scala Cookbook
www.oreilly.com/library/view/scala-cookbook/9781449340292/ch12s02.html
Mar 21, 2019
1