Skip to content

Instantly share code, notes, and snippets.

steps:
- command: |
set -exuo pipefail
result=1 # work around buildkite's parser:
if [[ "$$result" -eq "0" ]]; then
echo -n SUCCESS
else
echo -n ERROR
fi
steps:
- input: "Stop!"
fields:
- text: "Put something here"
key: "some-message"
hint: "it's not even required"
required: false
key: input
- label: "Continue!"
@niceking
niceking / processing_workshop.pde
Created September 28, 2016 14:13
Processing workshop at NU Space in Chengdu 28/09/16
// circle
//
// void setup() {
// size(400, 400);
// background(0);
// for (int i = 0; i < 10; i++) {
// fill(190 - i * 20, 200 - i * 10, 190 - i * 30);
// noStroke();
// ellipse(width/2, height/2, 300 - i * 30, 300 - i * 30);
// }
### Keybase proof
I hereby claim:
* I am niceking on github.
* I am roselu (https://keybase.io/roselu) on keybase.
* I have a public key whose fingerprint is A92E 29EB C2B2 05EE 3F8C EA6A 34FA 0AB6 C7EC 738E
To claim this, I am signing this object: