From here.
git submodule
Launch VLC Player from Command Line on Mac
From here.
Java Lambda Type Inference
I see code like this:
1 |
|
Here is the code in “Utils.java”:
1 | public static void submit(Request request, Consumer<Request> comsumer) { |
“request -> log(request)” is a lambda expression, but how does it become a “Consumer”?
Git: Syncing a Fork
Sync a fork of a repository to keep it up-to-date with the upstream repository. From here. This is useful when you forked a repository in GitHub and want to get the latest changes made after the fork from the original repository to your repository.
Create Spring Boot Gradle Project
The purpose is to create a Spring Boot project in Gradle flavor. Refer here.
gitstats
pipenv
From here.