View PrettyPrinter.groovy
import static groovy.json.JsonOutput.* | |
def config = ['test': 'lalala'] | |
println prettyPrint(toJson(config)) |
View BinLocProcessForStickers.py
""" | |
Date: 2018/08/15 | |
Author: Pieter du Plesses | |
Website: pieter-duplessis.co.za | |
Version: 3 | |
Last Modify:2018/08/22 | |
Description: | |
Processing CSV sheet to get the file ready for printing stickers for the |
View LookAndFeel.java
/* | |
Author: Pieter du Plessis | |
Date: 2018/06/01 | |
Description: | |
Small program to show different component with the available LookAndFeel's on the system. | |
// Command Prompt - jar cfve LookAndFeel.jar LookAndFeel LookAndFeel.class | |
*/ |