Skip to content

Instantly share code, notes, and snippets.

View pieter-duplessis's full-sized avatar

Pieter du Plessis pieter-duplessis

  • Pretoria, South Africa
View GitHub Profile
@pieter-duplessis
pieter-duplessis / PrettyPrinter.groovy
Created April 22, 2020 05:26 — forked from esycat/PrettyPrinter.groovy
A simple way to pretty print nested lists and maps in Groovy.
import static groovy.json.JsonOutput.*
def config = ['test': 'lalala']
println prettyPrint(toJson(config))
@pieter-duplessis
pieter-duplessis / BinLocProcessForStickers.py
Last active August 25, 2018 18:21
Python script to process csv file for preparation for printing stickers.
"""
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
/*
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
*/