Skip to content

Instantly share code, notes, and snippets.

View git-commit's full-sized avatar

Maximilian Berger git-commit

View GitHub Profile
@git-commit
git-commit / .block
Created May 28, 2019 12:28 — forked from nbremer/.block
Radar Chart Redesign
height: 600
license: mit
@git-commit
git-commit / .block
Created May 27, 2019 15:32 — forked from alandunning/.block
Radar Chart D3 V4
height: 650
/*
* Changes by git-commit on GitHub.
* Fixed error that was introduced by blindly parsing the next line as a
* command if delimiter character was found. This let to issues if a
* delimiter was set and the next line was a comment,
* leading to a missing command in the sql script.
*/
/*
* Added additional null checks when closing the ResultSet and Statements.
*