Skip to content

Instantly share code, notes, and snippets.

View swardana's full-sized avatar

Sukma Wardana swardana

View GitHub Profile
@DanskerDave
DanskerDave / PlutoExplorerExtended.java
Created June 27, 2022 06:03
PlutoExplorerExtended : a take on the well known PlutoExplorer ("Zoomable and Pannable JavaFX ImageView Example")
package dk.danskerdave.javafx.image;
import java.util.stream.IntStream;
import javafx.application.Application;
import javafx.beans.property.*;
import javafx.geometry.*;
import javafx.scene.*;
import javafx.scene.control.*;
import javafx.scene.control.Alert.AlertType;
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active July 24, 2024 05:17
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example