Skip to content

Instantly share code, notes, and snippets.

View kleerkoat's full-sized avatar

kleerkoat kleerkoat

View GitHub Profile
@kleerkoat
kleerkoat / P5Library.java
Created September 5, 2017 00:19 — forked from monkstone/P5Library.java
Template Files For Processing Applications in NetBeans
<#assign licenseFirst = "/*">
<#assign licensePrefix = " * ">
<#assign licenseLast = " */">
<#include "../Licenses/license-${project.license}.txt">
<#if package?? && package != "">
package ${package};
</#if>
/**